Skip to content

Releases: DataDog/dd-sdk-ios

2.0.0

31 Jul 11:58
d80300e
Compare
Choose a tag to compare

Release 2.0 introduces breaking changes. Follow the Migration Guide to upgrade from 1.x versions.

Features

  • Mobile Session Replay (in Beta)
  • Support multiple SDK instances

Improvements

  • All relevant products (RUM, Trace, Logs, etc.) are now extracted into different modules

Bug Fixes

  • Module stability: fix name collision

1.22.0

21 Jul 09:42
ac1e081
Compare
Choose a tag to compare

Bug Fixes

Improvements

  • RUM payloads are now optimised by including less view updates (#1328)

2.0.0-beta1

06 Jul 14:25
a7451be
Compare
Choose a tag to compare
2.0.0-beta1 Pre-release
Pre-release

Breaking Changes

This major version include breaking changes, please follow the Migration guide for more details.

1.21.0

27 Jun 15:12
bf60435
Compare
Choose a tag to compare

Bugfixes

Improvements

  • Add context to crash when there's an active view. See #1315

1.20.0

01 Jun 08:53
9cfa552
Compare
Choose a tag to compare

Bug Fixes

  • Use targetTimestamp as reference to calculate FPS for variable refresh rate displays. See #1272

1.19.0

26 Apr 15:39
e6f2ac6
Compare
Choose a tag to compare

Bug Fixes

  • Fix view attributes override by action attributes. See #1250
  • Fix RUM context not being attached to log when no user action exists. See #1264

Improvements

  • Add Tracer sampling rate. See #1259

1.18.0

20 Apr 07:27
Compare
Choose a tag to compare

Improvements

  • Add start reason to the session. See #1247
  • Add ability to stop the session. See #1219

1.17.0

24 Mar 09:47
d21815d
Compare
Choose a tag to compare

Bug Fixes

Improvements

  • Fix Xcode analysis warning. See #1220

1.16.0

02 Mar 13:52
6418c62
Compare
Choose a tag to compare

Bug Fixes

  • Remove the data race caused by sampling on the RUM thread. See #1177 (Thanks @cltnschlosser)
  • Add ability to adjust configuration telemetry sampling rate. See #1188

Improvements

  • Always create an ApplicationLaunch view on session initialization. See #1160

1.15.0

01 Feb 08:29
a67acae
Compare
Choose a tag to compare

Bug Fixes

  • Fix 'Could not allocate memory' after corrupted TLV. #1089 (Thanks @cltnschlosser)
  • Fix error count on the view update event following a crash. #1145