Skip to content

Releases: PostHog/posthog-ios

3.12.1

12 Sep 15:45
Compare
Choose a tag to compare
  • 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

12 Sep 12:26
Compare
Choose a tag to compare
  • chore: add Is Emulator support (#190)
  • recording: PostHog URLSession extensions for capturing network logs (#189)

3.11.0

11 Sep 09:00
Compare
Choose a tag to compare
  • chore: add personProfiles support (#187)

3.10.0

09 Sep 15:19
Compare
Choose a tag to compare
  • 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

06 Sep 10:48
Compare
Choose a tag to compare
  • recording: detect swiftui images not too agressively (#181)

3.9.0

06 Sep 08:21
Compare
Choose a tag to compare
  • 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

03 Sep 14:30
Compare
Choose a tag to compare
  • recording: use non deprecated methods for getCurrentWindow if available (#178)

3.8.2

03 Sep 06:31
Compare
Choose a tag to compare
  • chore: cache flags, distinct id and anon id in memory to avoid file IO every time (#177)

3.8.1

30 Aug 11:56
Compare
Choose a tag to compare
  • 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

29 Aug 11:39
Compare
Choose a tag to compare
  • fix: rotate session id when reset is called (#174)
  • chore: expose session id (#165), (#170) and (#171)