Releases: PostHog/posthog-android
Releases · PostHog/posthog-android
3.0.0-RC.1
- Do not set
$network_carrier
property if empty (#66)
3.0.0-beta.6
- Add a
propertiesSanitizer
callback configuration (#64)
3.0.0-beta.5
- Expose and allow to enable and disable the debug mode at runtime (#60)
- Cache and read feature flags on the disk (#61)
- Pick up consumer proguard rules correctly (#62)
3.0.0-beta.4
- Fix leaked resources identified by StrictMode (#59)
3.0.0-beta.3
- Ship proguard rules for proguard/r8 full mode (#52)
- Remove properties from
identify
and alias
(#55)
3.0.0-beta.2
- Keep trying to flush events till the device is connected (#54)
3.0.0-beta.1
- Registered keys are cached in the disk preferences (#51)
3.0.0-alpha.8
- SDK only sends the
$feature_flag_called
event once per flag (#47)
- Groups are cached in the disk (#48)
3.0.0-alpha.7
- isFeatureEnabled now returns true if multivariant flag (#42)
- getFeatureFlagPayload returns non strigified JSON (#44)
3.0.0-alpha.6
- Upsert flags when loading feature flags with computed errors (#38)
$active_feature_flags
event should filter non active flags (#41)