Skip to content

Commit 01d1d43

Browse files
author
Cobrowse.io Bot
committed
v3.13.0
1 parent 4b91a97 commit 01d1d43

File tree

29 files changed

+101
-33
lines changed

29 files changed

+101
-33
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,14 @@
22

33
All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
44

5+
## [3.13.0](#) (2025-10-24)
6+
7+
8+
### Features
9+
10+
* expose session timestamps ([#234](#)) ([0d285b1](#))
11+
* redact inside shadow roots ([#228](#)) ([168c7e4](#))
12+
513
## [3.12.0](#) (2025-10-15)
614

715

CobrowseIO.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Pod::Spec.new do |s|
22
s.name = 'CobrowseIO'
3-
s.version = '3.12.0'
3+
s.version = '3.13.0'
44
s.summary = 'CobrowseIO SDK'
55
s.description = 'CobrowseIO SDK. See cobrowse.io for more information.'
66
s.license = 'Proprietary'

CobrowseSDK.framework/CobrowseSDK

1.11 KB
Binary file not shown.

CobrowseSDK.framework/Headers/CBIOSession.h

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -127,4 +127,19 @@ typedef void const (^CBErrorSessionBlock)(NSError* _Nullable err, CBIOSession* _
127127
/// The reason the session ended
128128
-(CBIOSessionEndedReason) endedReason;
129129

130+
/// When the session was created
131+
-(nonnull NSDate*) created;
132+
133+
/// When the session will expire
134+
-(nullable NSDate*) expires;
135+
136+
/// When the session was activated
137+
-(nullable NSDate*) activated;
138+
139+
/// When the session was last updated
140+
-(nullable NSDate*) updated;
141+
142+
/// When the session was ended
143+
-(nullable NSDate*) ended;
144+
130145
@end

CobrowseSDK.framework/Info.plist

0 Bytes
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.

CobrowseSDK.framework/webViewRedaction.build.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)