Skip to content

Releases: Automattic/Automattic-Tracks-iOS

4.1.0

05 Feb 05:49
7442def

Choose a tag to compare

Internal Changes

  • The Sentry version used is now 9.4.0 [#315]

4.0.0

16 Jan 02:29
32f03d5

Choose a tag to compare

Breaking Changes

  • The library no longer includes its version in the User Agent used to send event to the server. [#313]

Internal Changes

  • Improved properties validation against reserved names [#307]
  • With this version, Tracks only supports distribution via Swift Package Manager [#311]

3.5.4

10 Sep 09:42
048f3c4

Choose a tag to compare

Internal Changes

  • Make user agent compatible with existing values [#304]

Full Changelog: 3.5.3...3.5.4

3.5.3

09 Sep 22:16
79a8af0

Choose a tag to compare

Internal Changes

  • Send device model and OS with UserAgent string [#303]

Full Changelog: 3.5.2...3.5.3

3.5.2

29 Jan 19:53
437f586

Choose a tag to compare

Internal Changes

  • Use ephemeral URLSession to send encrypted logs [#300]

3.5.1

29 Nov 07:18
48c88ff

Choose a tag to compare

Internal Changes

  • Fix SwiftUI previews on Mac which broke due to a bug in Sentry [#297]

3.5.0

24 Jul 01:48
4d7d713

Choose a tag to compare

New Features

  • Exposed Sentry's onCrashedLastRun to CrashLoggingDataProvider. [#292]
  • Tracks events are now reported in batches of up to 1000 events, for better performance under large loads. [#293]

3.4.2

18 Jun 14:13
948c764

Choose a tag to compare

  • Update Sentry to be Xcode 16.0 Beta 1 compatible

3.4.1

15 May 08:02
cc32004

Choose a tag to compare

Bug Fixes

  • Fix Xcode 15.4 compatibility by using Sentry 8.26.0 [#286]

3.4.0

20 Mar 23:39
bd981ad

Choose a tag to compare

Bug Fixes

  • Fix a deadlock while getting device info. [#282]

Internal Changes

  • The device_info_status_bar_height event property value now will always be zero. [#281]
  • Calculate device_info_orientation event property value based on "device orientation" rather than "interface orientation". [#281]