Releases: PostHog/posthog-android
Releases · PostHog/posthog-android
3.21.3
- fix: throttle mechanism wasn't thread safe (#283)
3.21.2
- fix: prevent circular reference in the view hierarchy where a child view somehow references back to a parent, creating an infinite loop (#281)
3.21.1
- fix: do not throw if Canvas creation failed (#280)
3.21.0
- feat: add surveys support with custom UI (#276)
3.20.4
- fix: do not try to use the view if it is in a dirty state (#278)
3.20.3
- fix: do not try to create a Canvas with a recycled bitmap (#277)
3.20.2
- fix: missing session_id property for snapshot events (#273)
3.20.1
- fix: call PostHogOnFeatureFlags if remote config fails (#270)
3.20.0
- feat: add support for beforeSend function to edit or drop events (#266)
3.19.2
- fix: enable gzip for /flags endpoint (#268) and (#268)