Skip to content

Releases: PostHog/posthog-android

3.1.5

24 Jan 12:23
Compare
Choose a tag to compare
  • recording: gradient background support (#88)

3.1.4

19 Jan 13:13
Compare
Choose a tag to compare
  • Set Content-Length header for gzip bodies because of more strict proxies (#86)

3.1.3

17 Jan 14:32
Compare
Choose a tag to compare
  • Do not capture console logs and network requests if session replay and session are not active (#83)

3.1.2

15 Jan 14:40
Compare
Choose a tag to compare
  • Send wireframe children for updated wireframes - mutation (#81)

3.1.1

11 Jan 10:59
6eadf9b
Compare
Choose a tag to compare
  • 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

08 Jan 08:47
Compare
Choose a tag to compare
  • chore: Add mutations support to Session Recording (#72)
  • chore: Session Recording as Experimental preview
    • Check out the USAGE guide.

3.0.1

03 Jan 12:54
Compare
Choose a tag to compare
  • flush forcefully sends events regardless the delay (#73)

3.1.0-alpha.2

02 Jan 13:40
Compare
Choose a tag to compare
3.1.0-alpha.2 Pre-release
Pre-release
  • Send custom keyboard event when keyboard is open or close (#71)

3.1.0-alpha.1

18 Dec 11:44
Compare
Choose a tag to compare
3.1.0-alpha.1 Pre-release
Pre-release
  • Android Session Recording - Alpha preview (#69)

Check out the USAGE guide.

3.0.0

06 Dec 07:42
Compare
Choose a tag to compare

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.