Releases: devrev/devrev-sdk-ios
Releases · devrev/devrev-sdk-ios
Release list
Version 3.0.2
Changed
- Network observability now responds to runtime FeatureConfiguration updates, applying changes immediately without requiring a restart.
Removed
- Removed an unused internal analytics network request. Custom events sent via
trackEvent(name:properties:)continue to be captured as part of session replay.
Version 3.0.1
Added
- Remote SDK version-based control for Session Replay recording, without requiring app updates.
Version 3.0.0
Added
- Introduced network observability — automatic, privacy-aware capture of API requests with network events attached to session replays, configurable via
FeatureConfiguration.networkObservability.
Changed
- Key SDK improved diagnostics.
Fixed
- Fixed a race condition that could affect network event counts during concurrent requests.
Version 2.3.9
Added
ConversationPageOptionsonSupportWidgetThemeto customize the support chat conversation page header and subheader text.
Changed
- Reduced memory allocation during session replay uploads with staged per-session processing and early validation guards.
Fixed
- Fixed UI lag during native menu dropdown animations by skipping session replay capture while the menu platter is animating.
Version 2.3.8
Fixed
- Fixed unknown network type in session events by correctly identifying the cellular data service, radio generation, and Wi‑Fi/cellular transitions.
- Fixed session replay snapshot quality and touch coordinate rendering in landscape orientation.
- Fixed support chat conversation being cleared when a transient modal is dismissed.
- Fixed trait collection initialization crash.
Version 2.3.7
Added
- Optional prefilled message support the support chat input field.
- Feature configuration flag
maskAllTextByDefaultto automatically mask all visible text.
Fixed
- Fixed crashes from thread-unsafe.
- Fixed pause and resume user interaction tracking APIs.
- Fixed session recordings associating events with the wrong DevRev's workspace.
Version 2.3.6
Fixed
- Fixed missing crash type not appearing on the dashboard by exposing the crash type field in the iOS crash event.
- Fixed push notifications not being delivered in sandbox environments due to incorrect APNs push type.
Version 2.3.5
Changed
- Reduced snapshot size and screen capture cost.
Version 2.3.4
Fixed
- Fixed UI lag when multiple simultaneous gestures were active during session touch tracking.
Version 2.3.3
Fixed
- Fixed screen tracking performance issues with embedded view controllers.