Releases: PostHog/posthog-android
Releases · PostHog/posthog-android
server-v2.5.1
Immutable
release. Only release title and notes can be modified.
Patch Changes
- e2f9884: Disable SDK setup when the API key is empty or whitespace after trimming.
core-v6.14.1
Immutable
release. Only release title and notes can be modified.
Patch Changes
- e2f9884: Disable SDK setup when the API key is empty or whitespace after trimming.
android-v3.44.1
Immutable
release. Only release title and notes can be modified.
Patch Changes
- e2f9884: Disable SDK setup when the API key is empty or whitespace after trimming.
core-v6.14.0
Immutable
release. Only release title and notes can be modified.
Minor Changes
- 006f5d0: feat: support session replay minimum recording duration
android-v3.44.0
Immutable
release. Only release title and notes can be modified.
Minor Changes
- 006f5d0: feat: support session replay minimum recording duration
core-v6.13.3
Immutable
release. Only release title and notes can be modified.
Patch Changes
- 3a2a1ec: Stop mutating user-supplied
PostHogConfig.maxBatchSizeandPostHogConfig.flushAtwhen 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, andflushAtis 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
Immutable
release. Only release title and notes can be modified.
Patch Changes
- 590d694: Enforce 24-hour maximum session duration and 30-minute inactivity rotation with automatic session rotation, mirroring iOS. Note:
PostHogSessionManager.isAppInBackgroundnow defaults totrueuntil the first lifecycleonStartflips it; downstream wrappers (Flutter, RN) that exercise the manager directly in tests may need to callsetAppInBackground(false)to simulate a foregrounded process.
android-v3.43.3
Immutable
release. Only release title and notes can be modified.
Patch Changes
- 3a2a1ec: Stop mutating user-supplied
PostHogConfig.maxBatchSizeandPostHogConfig.flushAtwhen 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, andflushAtis 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
Immutable
release. Only release title and notes can be modified.
Patch Changes
- 590d694: Enforce 24-hour maximum session duration and 30-minute inactivity rotation with automatic session rotation, mirroring iOS. Note:
PostHogSessionManager.isAppInBackgroundnow defaults totrueuntil the first lifecycleonStartflips it; downstream wrappers (Flutter, RN) that exercise the manager directly in tests may need to callsetAppInBackground(false)to simulate a foregrounded process.
androidPlugin-v1.2.0
Immutable
release. Only release title and notes can be modified.
Minor Changes
- ebef906: Attach release info (
applicationId,versionName,versionCode) to proguard mapping uploads via the new posthog-cli--release-name,--release-version, and--buildflags.