Skip to content

Releases: PostHog/posthog-ios

3.21.0

28 Mar 08:49
Compare
Choose a tag to compare
  • fix: visionOS builds (#291)

    Thanks @harlanhaskins ❤️

  • feat: improve session replay throttle logic (#322)

    Note: debouncerDelay is deprecated and will be removed in next major update. Use throttleDelay instead which provides identical functionality for controlling session replay capture frequency.

3.20.1

13 Mar 09:05
Compare
Choose a tag to compare
  • fix: disk storage not working on tvOS (#316)
  • fix: wrong is_identified fallback value (#317)

3.20.0

04 Mar 07:04
Compare
Choose a tag to compare
  • feat: support multiple SDK instances (#310)

Note: Now event storage is per API key. Any pending events in legacy storage will be migrated to the first API key used.

3.19.9

28 Feb 07:24
Compare
Choose a tag to compare
  • fix: SwiftUI view masking when using clipShape view modifier (#312)
  • fix: reported crash on PostHogSessionManager (#311)

3.19.8

26 Feb 14:26
Compare
Choose a tag to compare
  • feat: add support for quota-limited feature flags (#308)

3.19.7

20 Feb 12:04
Compare
Choose a tag to compare
  • fix: recordings not always properly masked during screen transitions (#306)
  • fix: react native builds as static lib (#305)

3.19.6

18 Feb 11:17
Compare
Choose a tag to compare
  • fix: crash on autocapture when a segmented control has no selection (#304)

3.19.5

11 Feb 08:21
Compare
Choose a tag to compare
  • fix: flutter session recordings not working (#297)

3.19.4

07 Feb 12:05
Compare
Choose a tag to compare
  • fix: occasional crash when converting to Int in session replay wireframe (#294)

3.19.3

04 Feb 13:06
Compare
Choose a tag to compare
  • fix: custom hosts with a path (#290)
  • fix: identify macOS when running Mac Catalyst or iOS on Mac (#287)