Releases: devrev/devrev-sdk-ios
Releases · devrev/devrev-sdk-ios
Version 2.2.2
Changed
- Improved minor stability of SDK infrastructure.
Version 2.2.1
Added
- Extended the sample app with masking of web views, table views and lists.
Fixed
- Fixed the broken Objective-C signature for the
identifyVerifiedUser:sessionToken:
method. - Fixed user properties missing in session recording.
Changed
- Improved the API reference and integration guide.
Version 2.2.0
Added
- Introduced custom masking controls for improved privacy management.
Fixed
- Fixed an issue where manual unmasking did not work during session capture.
- Resolved a session recording issue affecting SwiftUI views.
Version 2.1.0
Added
- Introduced crash reporting integrated with session recordings.
- Improved support widget navigaion.
Fixed
- Fixed an issue with timer tracking to ensure correct session properties are recorded.
Version 2.0.2
Fixed
- Included the actual changes intended for version [2.0.1] related to improved masking support for web views and plugins.
Version 2.0.1
Fixed
- Improved masking support for web views and plugins.
Version 2.0.0
Changed
- Improved the communication with the DevRev backend.
- Improved the encryption techniques used throughout the SDK.
Removed
- The
DevRevDelegate
protocol has been removed.
Version 1.1.7
Fixed
- Fixed an issue with the sandbox detection.
Deprecated
- The
DevRevDelegate
protocol is deprecated. It will be removed in the next major release.
Version 1.1.6
Fixed
- Fixed an issue where the DevRev SDK would go into an unrecoverable state.
Version 1.1.5
Changed
- Added a flag to enforce the preferred theme for the DevRev UI, overriding system theme when enabled.
- Added support for sandbox notification testing in debug mode.