Skip to content

Commit 4e3c969

Browse files
author
Cobrowse.io Bot
committed
v3.11.0
1 parent 1af06d9 commit 4e3c969

File tree

54 files changed

+4092
-1775
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

54 files changed

+4092
-1775
lines changed

CHANGELOG.md

Lines changed: 17 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,23 @@
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.11.0](#) (2025-09-18)
6+
7+
8+
### Features
9+
10+
* Improved rendering method for iOS 26.0 ([#196](#)) ([7da4850](#))
11+
* Support multi window drawing overlay ([#200](#)) ([e4e361f](#))
12+
* Update the design of the default session indicators ([#207](#)) ([51c040d](#))
13+
14+
15+
### Bug Fixes
16+
17+
* Allow websocket method to be chosen via `CBIOWebSocketMethod` ([#215](#)) ([c9a1f1f](#))
18+
* fix flicker with legacy redaction method ([#209](#)) ([341dbd7](#))
19+
* fix webview clipping redactions inside content inset area ([#213](#)) ([442d1ce](#))
20+
* Implement redaction fixes for special effect views ([#212](#)) ([4f2270c](#))
21+
522
## [3.10.0](#) (2025-08-26)
623

724

@@ -15,7 +32,6 @@ All notable changes to this project will be documented in this file. See [standa
1532
* Add session indicators to all windows ([#199](#)) ([6f90234](#))
1633
* ensure js is injected if needed when the selectors change ([#205](#)) ([bcac772](#))
1734
* rendering issues on iPad in the split-screen mode ([#195](#)) ([223ece1](#))
18-
* Update xcode version to 16.3 ([#201](#)) ([63686c6](#))
1935
* use lower scaling ratio but prefer hardware accelerated H.264 encoder on macOS ([#190](#)) ([f259f71](#))
2036

2137
## [3.9.0](#) (2025-07-29)

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.10.0'
3+
s.version = '3.11.0'
44
s.summary = 'CobrowseIO SDK'
55
s.description = 'CobrowseIO SDK. See cobrowse.io for more information.'
66
s.license = 'Proprietary'
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
2+
3+
4+
@protocol CBIORedactionOverlayContainer <NSObject>
5+
-(nonnull instancetype) initWithParent:(nonnull UIView*) parent;
6+
-(void) show;
7+
-(void) hide;
8+
-(void) destroy;
9+
-(bool) isValid;
10+
11+
@end

CobrowseSDK.framework/CobrowseSDK

365 KB
Binary file not shown.

CobrowseSDK.framework/Headers/CobrowseSDK-Swift.h

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -304,6 +304,10 @@ typedef unsigned int swift_uint4 __attribute__((__ext_vector_type__(4)));
304304
#endif
305305

306306
#if defined(__OBJC__)
307+
308+
309+
310+
307311
@class UIView;
308312

309313
SWIFT_CLASS("_TtC11CobrowseSDK20CBIOSwiftUIRedaction") SWIFT_AVAILABILITY(ios,introduced=14.0)
@@ -339,6 +343,8 @@ SWIFT_CLASS("_TtC11CobrowseSDK10CBORSocket")
339343
@end
340344

341345

346+
347+
342348
/// Metrics of socket network performance.
343349
SWIFT_CLASS("_TtC11CobrowseSDK17CBORSocketMetrics")
344350
@interface CBORSocketMetrics : NSObject
@@ -364,6 +370,7 @@ SWIFT_CLASS("_TtC11CobrowseSDK16SelectorObserver") SWIFT_AVAILABILITY(macos,intr
364370

365371

366372

373+
367374
SWIFT_AVAILABILITY(ios,introduced=14.0)
368375
@interface UIView (SWIFT_EXTENSION(CobrowseSDK))
369376
/// Redact this view from being seen by the Cobrowse agent
@@ -372,6 +379,9 @@ SWIFT_AVAILABILITY(ios,introduced=14.0)
372379

373380

374381

382+
383+
384+
375385
#endif
376386
#if __has_attribute(external_source_symbol)
377387
# pragma clang attribute pop

CobrowseSDK.framework/Info.plist

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

0 commit comments

Comments
 (0)