Skip to content

Releases: PostHog/posthog-ios

3.25.0

30 Apr 06:27
Compare
Choose a tag to compare
  • feat: add support for conditional survey questions (#343)

3.24.3

29 Apr 10:03
Compare
Choose a tag to compare
  • fix: feature flags not loading on sdk init (#346)

3.24.2

25 Apr 06:48
Compare
Choose a tag to compare
  • fix: optional link in survey question type (#341)
  • fix: app hangs on iPad with floating keyboard when session replay is enabled (#340)

3.24.1

23 Apr 11:11
Compare
Choose a tag to compare
  • fix: Send correct $feature_flag_response for the $feature_flag_called event when calling isFeatureEnabled (#337)
  • fix: support ISO8601 dates with missing milliseconds (#338)

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)