Skip to content

Latest commit

 

History

History
243 lines (128 loc) · 7.24 KB

CHANGELOG.md

File metadata and controls

243 lines (128 loc) · 7.24 KB

Next

3.7.0 - 2024-08-07

  • chore: Support the propertiesSanitizer config (#154)

3.6.3 - 2024-07-26

  • recording: fix: respect session replay project settings from app start (#150)

3.6.2 - 2024-07-25

  • recording: fix MTLTextureDescriptor has width of zero issue (#149)

3.6.1 - 2024-06-26

  • recording: improvements to screenshot masking (#147)

3.6.0 - 2024-06-26

  • recording: screenshot masking (#146)

3.5.2 - 2024-06-18

  • chore: migrate UUID from v4 to v7 (#145)

3.5.1 - 2024-06-12

  • recording: fix screenshotMode typo (#143)

3.5.0 - 2024-06-11

  • chore: change host to new address (#139)
  • fix: rename groupProperties to groups for capture methods (#140)
  • recording: add screenshotMode option for session replay instead of wireframe (#142)

3.4.0 - 2024-05-23

  • allow anonymous id generation to be configurable (#133)
  • fix: PrivacyInfo warning when using Cocoapods (#138)

3.3.0 - 2024-05-21

  • chore: apply patches from 3.2.5 to 3.3.0 and session recording fixes #135
    • iOS session recording is still experimental

3.2.5 - 2024-05-14

  • fix: reset deletes only sdk files instead of the whole folder #132

3.3.0-alpha.2 - 2024-04-16

  • chore: silence shared warning for strict concurrency #129

3.3.0-alpha.1 - 2024-03-27

  • iOS session recording - very first alpha release #115

3.2.4 - 2024-03-12

  • maxQueueSize wasn't respected when capturing events #116

3.2.3 - 2024-03-05

  • optOut wasn't respected in capture methods #114

3.2.2 - 2024-03-01

  • API requests do a 10s timeoutInterval instead of 60s #113

3.2.1 - 2024-02-26

  • PrivacyInfo manifest set in the SPM and CocoaPods config #112

3.2.0 - 2024-02-23

  • read $app_name from CFBundleDisplayName as a fallback if CFBundleName isn't available #108
  • add PrivacyInfo manifest #110

3.1.4 - 2024-02-19

  • fix reset session when reset or close are called #107

3.1.3 - 2024-02-09

  • fix ISO8601 formatter to always use the 24h format #106

3.1.2 - 2024-02-09

  • fix and improve logging if the debug flag is enabled #104

3.1.1 - 2024-02-08

  • Application Opened respects the captureApplicationLifecycleEvents config. #102

3.1.0 - 2024-02-07

  • Add session tracking #100

3.0.0 - 2024-01-29

Check out the updated docs.

Check out the USAGE guide.

Changes

3.0.0-RC.1 - 2024-01-16

  • better macOS support with more event properties #96

3.0.0-beta.3 - 2024-01-11

  • Do not report dupe Application Opened event during the first time #95

3.0.0-beta.2 - 2024-01-09

  • Internal changes only

3.0.0-beta.1 - 2024-01-08

  • Promoted to beta since no issues were found in the alpha release

3.0.0-alpha.5 - 2023-11-03

  • Just testing the release automation

3.0.0-alpha.4 - 2023-11-03

  • Just testing the release automation

3.0.0-alpha.3 - 2023-11-02

  • Add more targets and change default branch to main #75

3.0.0-alpha.2 - 2023-11-02

  • Just testing the release automation

3.0.0-alpha.1 - 2023-11-02

  • First alpha of the new major version of the iOS SDK
  • Just testing the release automation

2.1.0 - 2023-10-10

  • isFeatureEnabled now returns false if disabled #74
  • Add preloadFeatureFlags configuration flag #71

2.0.5 - 2023-10-06

  • Update device type #63
  • $active_feature_flags event should filter non active flags (#73)

2.0.4 - 2023-10-05

  • CoreTelephony should not be added to tvOS builds #67
  • Remote notifications methods do not throw if no default implementation #67

2.0.3 - 2023-06-02

  • Fixes an issue that interfered with a SwiftUI bug

2.0.2 - 2023-04-04

  • Remove adclient

2.0.1 - 2023-03-20

  • Accept options parameter on feature flag methods to enable/disable emitting usage events

2.0.0 - 2022-08-29

  • Add support for groups, simplefeature flags, and multivariate feature flags

1.4.4 - 2021-11-19

Make enabled property public.

1.4.3 - 2021-11-02

Add shouldSendDeviceID config option.

1.4.2 - 2021-09-17

Fix Info.plist warning for Swift Package Manager

1.4.1 - 2021-09-17

Fix warning with Swift Package Manager

1.4.0 - 2021-05-27

Fix support for Swift Package Manager

1.3.0 - 2021-05-11

In the identify call the distinct_id field can no longer be nil.

1.2.3 - 2021-02-24

Renamed functions which were causing conflicts with Segment iOS library

1.2.2 - 2020-02-22

Swift Package Manager

1.2.1 - 2020-12-18

Also remove the enableAdvertisingCapturing and adSupportBlock config options

1.2.0 - 2020-12-18

Completely remove reference to the AdSupport framework

1.1.0 - 2020-10-03

Shift responsibility of IDFA collection to clients (#5) by removing any references to Apple's AdSupport framework from the library. In case you need to use the $device_advertisingId field, see here for how to enable it.

1.0.5 - 2020-08-25

Add Swift Package Manager support

1.0.4 - 2020-05-25

Fix selector typo with ad capturing, which resulted in a crash when moving your app to the foreground.

1.0.3 - 2020-05-20

Support passing in custom library version and name. This is used in the React Native client.

1.0.2 - 2020-05-18

Fix issues with launching the library and screen tracking.

1.0.0 - 2020-04-22

First Release.