Releases: PostHog/posthog-android
Releases · PostHog/posthog-android
3.1.5
- recording: gradient background support (#88)
3.1.4
- Set
Content-Length
header for gzip bodies because of more strict proxies (#86)
3.1.3
- Do not capture console logs and network requests if session replay and session are not active (#83)
3.1.2
- Send wireframe children for updated wireframes - mutation (#81)
3.1.1
- fix: Events Queue is only paused if there were errors (#78)
- fix: Do not report flag events if the flag has been reported with the same value (#78)
- fix: Check keyboard status during snapshot instead of using WindowInsets listener (#77)
3.1.0
- chore: Add mutations support to Session Recording (#72)
- chore: Session Recording as Experimental preview
- Check out the USAGE guide.
3.0.1
flush
forcefully sends events regardless the delay (#73)
3.1.0-alpha.2
- Send custom keyboard event when keyboard is open or close (#71)
3.1.0-alpha.1
- Android Session Recording - Alpha preview (#69)
Check out the USAGE guide.
3.0.0
Check out the updated docs.
Check out the USAGE guide.
Changes
- Bump Kotlin to min. 1.6 compatibility (#68)
minSdk
set to 21.
- Rewritten in Kotlin.