Skip to content

Releases: PostHog/posthog-android

3.11.1

30 Jan 19:18
Compare
Choose a tag to compare
  • fix: do not allow default integrations multiple times (#219)

3.11.0

28 Jan 00:05
Compare
Choose a tag to compare
  • chore: Session Replay - GA
  • fix: session replay and auto capture works with 'with' method (#217)
  • fix: sending cached events null check (#218)

3.10.0

07 Jan 12:16
Compare
Choose a tag to compare
  • chore: change screenshots debouncing approach to throttling (#214)
    • Added throttleDelayMs config and deprecated debouncerDelayMs config.
  • chore: change screenshot image type from JPEG to WEBP (#211)

3.9.3

26 Nov 19:31
Compare
Choose a tag to compare
  • no user facing changes

3.9.2

12 Nov 13:04
Compare
Choose a tag to compare
  • fix: allow changing person properties after identify (#205)

3.9.1

11 Nov 12:04
Compare
Choose a tag to compare
  • recording: fix observation on multiple threads in layout/draw is not supported for compose (#204)

3.9.0

30 Oct 09:14
Compare
Choose a tag to compare
  • recording: add replay masking to jetpack compose views (#198)

3.8.3

25 Oct 11:45
Compare
Choose a tag to compare
  • recording: fix crash when calling view.isVisible (#201)
  • recording: change debouncerDelayMs default from 500ms to 1000ms (1s) (#201)

3.8.2

14 Oct 14:26
Compare
Choose a tag to compare
  • recording: session replay respect feature flag variants (#197)

3.8.1

09 Oct 15:33
Compare
Choose a tag to compare
  • recording: OnTouchEventListener try catch guard to swallow unexpected errors take 2 (#196)