Releases: PostHog/posthog-ios
Releases · PostHog/posthog-ios
3.27.0
- fix: unify storage path for
appGroupIdentifier
across targets (#356)
- fix: do not call flags callback with invalid flags (#355)
- use new
/flags
endpoint instead of /decide
(#345)
3.26.2
- fix: pause network capture when app is backgrounded (#352)
- fix: prevent duplicate application lifecycle events (#354)
3.26.1
- fix: clear cached flags if remote config response hasFeatureFlags is false (#347)
3.26.0
- feat: capture console logs for session replay (#350)
3.25.1
- fix: edge case where session manager would not rotate session id (#349)
3.25.0
- feat: add support for conditional survey questions (#343)
3.24.3
- fix: feature flags not loading on sdk init (#346)
3.24.2
- 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
- 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
- chore: Autocapture GA (#334)
- feat: reuse
anonymousId
between user changes (#332)