Releases: PostHog/posthog-ios
Releases · PostHog/posthog-ios
3.12.1
- 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
- chore: add Is Emulator support (#190)
- recording: PostHog URLSession extensions for capturing network logs (#189)
3.11.0
- chore: add personProfiles support (#187)
3.10.0
- 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
- recording: detect swiftui images not too agressively (#181)
3.9.0
- 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
- recording: use non deprecated methods for getCurrentWindow if available (#178)
3.8.2
- chore: cache flags, distinct id and anon id in memory to avoid file IO every time (#177)
3.8.1
- 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
- fix: rotate session id when reset is called (#174)
- chore: expose session id (#165), (#170) and (#171)