Skip to content

Releases: PostHog/posthog-ios

3.24.0

17 Apr 15:26
Compare
Choose a tag to compare
  • chore: Autocapture GA (#334)
  • feat: reuse anonymousId between user changes (#332)

3.23.0

14 Apr 08:59
Compare
Choose a tag to compare
  • fix: postHogMask() view modifier breaks navigation bar (#331)
  • fix: manually start session recording even when config.sessionReplay is disabled (#330)
  • feat: start/stop integrations when calling optIn() or optOut() (#329)
  • feat: add $feature_flag_id, $feature_flag_version, $feature_flag_reason and $feature_flag_request_id properties to $feature_flag_called event (#327)

3.22.1

10 Apr 09:26
Compare
Choose a tag to compare
  • no user facing changes

3.22.0

09 Apr 09:19
Compare
Choose a tag to compare
  • feat: add support for surveys on iOS (#325)

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)