Skip to content

Releases: PostHog/posthog-android

server-v2.5.1

07 May 16:11
Immutable release. Only release title and notes can be modified.
cb2b4ed

Choose a tag to compare

Patch Changes

  • e2f9884: Disable SDK setup when the API key is empty or whitespace after trimming.

core-v6.14.1

07 May 16:03
Immutable release. Only release title and notes can be modified.
cb2b4ed

Choose a tag to compare

Patch Changes

  • e2f9884: Disable SDK setup when the API key is empty or whitespace after trimming.

android-v3.44.1

07 May 16:07
Immutable release. Only release title and notes can be modified.
cb2b4ed

Choose a tag to compare

Patch Changes

  • e2f9884: Disable SDK setup when the API key is empty or whitespace after trimming.

core-v6.14.0

06 May 08:49
Immutable release. Only release title and notes can be modified.
d2220f4

Choose a tag to compare

Minor Changes

  • 006f5d0: feat: support session replay minimum recording duration

android-v3.44.0

06 May 08:52
Immutable release. Only release title and notes can be modified.
d2220f4

Choose a tag to compare

Minor Changes

  • 006f5d0: feat: support session replay minimum recording duration

core-v6.13.3

05 May 20:45
Immutable release. Only release title and notes can be modified.
ab98a37

Choose a tag to compare

Patch Changes

  • 3a2a1ec: Stop mutating user-supplied PostHogConfig.maxBatchSize and PostHogConfig.flushAt when the events queue adapts to HTTP 413 responses. The adaptive cap is now kept in private queue state, halved from the actual batch size that triggered the 413, and flushAt is clamped to the cap so a partial-batch 413 can't leave the queue buffering more events than a single batch can drain.

core-v6.13.2

05 May 16:37
Immutable release. Only release title and notes can be modified.

Choose a tag to compare

Patch Changes

  • 590d694: Enforce 24-hour maximum session duration and 30-minute inactivity rotation with automatic session rotation, mirroring iOS. Note: PostHogSessionManager.isAppInBackground now defaults to true until the first lifecycle onStart flips it; downstream wrappers (Flutter, RN) that exercise the manager directly in tests may need to call setAppInBackground(false) to simulate a foregrounded process.

android-v3.43.3

05 May 20:48
Immutable release. Only release title and notes can be modified.
ab98a37

Choose a tag to compare

Patch Changes

  • 3a2a1ec: Stop mutating user-supplied PostHogConfig.maxBatchSize and PostHogConfig.flushAt when the events queue adapts to HTTP 413 responses. The adaptive cap is now kept in private queue state, halved from the actual batch size that triggered the 413, and flushAt is clamped to the cap so a partial-batch 413 can't leave the queue buffering more events than a single batch can drain.

android-v3.43.2

05 May 16:40
Immutable release. Only release title and notes can be modified.

Choose a tag to compare

Patch Changes

  • 590d694: Enforce 24-hour maximum session duration and 30-minute inactivity rotation with automatic session rotation, mirroring iOS. Note: PostHogSessionManager.isAppInBackground now defaults to true until the first lifecycle onStart flips it; downstream wrappers (Flutter, RN) that exercise the manager directly in tests may need to call setAppInBackground(false) to simulate a foregrounded process.

androidPlugin-v1.2.0

04 May 13:51
Immutable release. Only release title and notes can be modified.

Choose a tag to compare

Minor Changes

  • ebef906: Attach release info (applicationId, versionName, versionCode) to proguard mapping uploads via the new posthog-cli --release-name, --release-version, and --build flags.