Skip to content

Latest commit

 

History

History
336 lines (179 loc) · 11.2 KB

CHANGELOG.md

File metadata and controls

336 lines (179 loc) · 11.2 KB

Next

3.13.2 - 2024-10-18

  • add missing capture method for objC with groups overload (#217)

3.13.1 - 2024-10-16

  • add optional distinctId parameter to capture methods (#216)

3.13.0 - 2024-10-14

  • recording: session replay respect feature flag variants (#209)
  • add postHogMask view modifier to manually mask a SwiftUI view (#202)

3.12.7 - 2024-10-09

  • add appGroupIdentifier in posthog config (#207)

3.12.6 - 2024-10-02

  • recording: capture network logs from dataTask requests without CompletionHandler (#203)

3.12.5 - 2024-09-24

  • no user facing changes

3.12.4 - 2024-09-19

  • no user facing changes

3.12.3 - 2024-09-18

  • no user facing changes

3.12.2 - 2024-09-17

  • fix: some public APIs such as unregister weren't checking for isEnabled (#196)

3.12.1 - 2024-09-12

  • recording: missing import for url session extensions (#194)
  • recording: network logs not counting the request transferSize but only the response transferSize (#193)

3.12.0 - 2024-09-12

  • chore: add Is Emulator support (#190)
  • recording: PostHog URLSession extensions for capturing network logs (#189)

3.11.0 - 2024-09-11

  • chore: add personProfiles support (#187)

3.10.0 - 2024-09-09

  • recording: mask swiftui picker if masking enabled (#184)
  • chore: add is identified property (#186)
  • recording: create timers in the main thread since it requires a run loop (#188)

3.9.1 - 2024-09-06

  • recording: detect swiftui images not too agressively (#181)

3.9.0 - 2024-09-06

  • chore: add SwiftUI View extensions to capture screen view and views in general (postHogViewEvent, postHogScreenView) (#180)
  • recording: send meta event again if session rotates (#183)

3.8.3 - 2024-09-03

  • recording: use non deprecated methods for getCurrentWindow if available (#178)

3.8.2 - 2024-09-03

  • chore: cache flags, distinct id and anon id in memory to avoid file IO every time (#177)

3.8.1 - 2024-08-30

  • fix: do not clear events when reset is called (#175)
  • fix: reload feature flags as anon user after reset is called (#175)

3.8.0 - 2024-08-29

  • fix: rotate session id when reset is called (#174)
  • chore: expose session id (#165), (#170) and (#171)

3.7.2 - 2024-08-16

  • recording: improve ios session recording performance by avoiding redrawing after screen updates (#166)
    • debouncerDelay is changed from 500ms to 1s since the iOS screenshot has to be taken in the main thread and its more sensitive to performance issues

3.7.1 - 2024-08-13

  • recording: improve ios session recording performance by doing some work off of the main thread (#158)

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.