Skip to content

Releases: DataDog/dd-sdk-ios

2.1.0

18 Aug 14:27
4af7c83
Compare
Choose a tag to compare

Features

  • Session Replay (beta) is now available for Objective-C (#1419), solves #1387

Bug Fixes

  • Fixed problem with creating second instance of SDK (#1413)
  • Fixed availability of manual trace injection APIs in DatadogTrace (#1415)
  • Aligned propagation of attributes from Errors and Long Tasks to Views (#1397)
  • Fixed problem with Session Replay (beta) data uploads to AP1 site (#1418)

1.23.0

09 Aug 16:46
21b6237
Compare
Choose a tag to compare

Bug Fixes

  • Do not propagate attributes from Errors and LongTasks to Views.

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