Skip to content

Releases: devrev/devrev-sdk-ios

Version 2.3.4

20 Apr 17:38

Choose a tag to compare

Fixed

  • Fixed UI lag when multiple simultaneous gestures were active during session touch tracking.

Version 2.3.3

10 Apr 09:12

Choose a tag to compare

Fixed

  • Fixed screen tracking performance issues with embedded view controllers.

Version 2.3.2

06 Apr 05:51

Choose a tag to compare

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

25 Mar 15:15

Choose a tag to compare

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

19 Feb 11:28

Choose a tag to compare

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

17 Feb 13:31

Choose a tag to compare

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

10 Feb 11:31

Choose a tag to compare

Fixed

  • Fixed crash session missing for frame capture feature.

Version 2.2.8

02 Feb 10:38

Choose a tag to compare

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

20 Jan 09:04

Choose a tag to compare

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

17 Dec 13:05

Choose a tag to compare

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.