Skip to content

Releases: PostHog/posthog-ios

3.36.0

08 Dec 22:07
ada6efe

Choose a tag to compare

  • feat: include evaluated_at properties in $feature_flag_called events (#394)
  • fix: only report $feature_flag_called if the flag value has changed (#405)

3.35.1

02 Dec 09:16
fac9fc7

Choose a tag to compare

  • fix: avoid memory leaks on foat conversions (#401)
  • fix: app group migration now skips identity-related keys from extensions (#402)

3.35.0

07 Nov 16:23

Choose a tag to compare

  • fix: call the flags api with the correct groups key name (the api has a back compatible fix already) (#389)
  • fix: only set getDefaultPersonProperties with person properties that are evaluated on the server (#389)
  • feat: set and reset PersonPropertiesForFlags and GroupPropertiesForFlags reload flags automatically (or set reloadFeatureFlags: false) (#389)

3.34.0

15 Oct 12:52

Choose a tag to compare

  • feat: add config option to disable swizzling (#388)
  • feat: SDK instance now manages its own session (#388)

Note: A potentially breaking change for users with multiple SDK instances. Each SDK instance now manages its own $session_id instead of sharing a global session across all instances.
This aligns with PostHog JS SDK behavior and ensures proper session isolation when using multiple SDK instances.
For single-instance usage (the common case), this change has no impact.

3.33.0

13 Oct 07:06

Choose a tag to compare

  • feat: add evaluation tags to iOS SDK (#387)

3.32.0

03 Oct 14:21

Choose a tag to compare

  • feat: iOS surveys use the new response question id format (#383)

3.31.0

29 Aug 12:57

Choose a tag to compare

  • feat: surveys GA (#381)

Note: Surveys are now enabled by default

3.30.1

12 Aug 16:23

Choose a tag to compare

  • fix: map missing content type for Surveys (#377)

3.30.0

28 Jul 12:51

Choose a tag to compare

  • feat: add person and group properties for feature flags (#373)
  • feat: support default properties for feature flag evaluation (#375)

3.29.0

15 Jul 13:12

Choose a tag to compare

  • feat: add support for custom survey UI (#369)