Releases: devrev/devrev-sdk-ios
Releases · devrev/devrev-sdk-ios
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.
Version 2.3.2
Changed
- Freed up memory and reduced CPU usage to zero on pause screen recording.
Fixed
- Fixed a crash for exceeding nested views limit while screen recording.
- Handled web view masking edge cases.
- Fixed a few memory leaks.
Version 2.3.1
Added
- Optional PLuG article search filters via
FeatureConfiguration.supportWidgetArticleSearchFilters(widget search and CMDK), with typed filter operators and operand value types. - Feature configuration flag to enable real-time AI agent response streaming in PLuG support chat.
Fixed
- Resolved performance lag during paused recording by ensuring complete termination of all background processes.
- Avoided a potential runtime crash during decoding.
- Fixed a crash when a view was created before trait collection was available.
Version 2.3.0
Added
- Feature configuration for screen capture, auto-start recording, plug chat theme, and remote config (fresh vs cached/lazy fetch).
Changed
- Session upload now enforces minimum visit duration before uploading.
Fixed
- Fixed frame capture flag injection so the flag is set at the correct place.
- Fixed native logs ingestion.
Version 2.2.10
Added
- Implemented caching and lazy fetch for SDK configuring to improve startup performance.
- Improved sample apps to showcase error capture APIs and camera screens recordings.
Fixed
- Fixed SwiftUI screen name injection in session events.
Version 2.2.9
Fixed
- Fixed crash session missing for frame capture feature.
Version 2.2.8
Added
- Enabled internal native logging to improve diagnostics and troubleshooting.
Changed
- Modernized legacy components and aligned for better performance.
Removed
- Removed deprecated and non-public iOS APIs.
Version 2.2.7
Added
- Added feature configuration options to support or enable/disable screen capture, auto-start recording and configuring plug chat theme locally.
Changed
- Improved session replays performance.
- Reduced log noise.
Version 2.2.6
Added
- Introduced a capture error API so apps can report runtime errors through the SDK.
- Improved rage tap detection to avoid misclassifying double taps as rage taps.
Fixed
- Corrected timer response rounding to return accurate durations.