Skip to content

Releases: PostHog/posthog-php

4.9.0

Choose a tag to compare

@releaser-posthog-php releaser-posthog-php released this 06 Jul 07:36
Immutable release. Only release title and notes can be modified.
0a75148

4.9.0

Minor Changes

  • fa53311: Add a before_send callback for modifying or dropping fully enriched events.

4.8.10

Choose a tag to compare

@releaser-posthog-php releaser-posthog-php released this 02 Jul 15:04
Immutable release. Only release title and notes can be modified.
868ddbc

4.8.10

Patch Changes

  • 3ab7c80: Stop duplicating distinct_id inside /flags person properties.

4.8.9

Choose a tag to compare

@releaser-posthog-php releaser-posthog-php released this 02 Jul 13:33
Immutable release. Only release title and notes can be modified.
65b1d40

4.8.9

Patch Changes

  • 6db62ec: Retry remote feature flag requests after transient 502 and 504 responses.

4.8.8

Choose a tag to compare

@releaser-posthog-php releaser-posthog-php released this 30 Jun 08:31
Immutable release. Only release title and notes can be modified.
69defdb

4.8.8

Patch Changes

  • afa2dde: Harden the automated release workflow.

4.8.7

Choose a tag to compare

@releaser-posthog-php releaser-posthog-php released this 30 Jun 07:52
Immutable release. Only release title and notes can be modified.
c191283

4.8.7

Patch Changes

  • b1a5645: Retry capture delivery on transient HTTP errors and respect Retry-After responses.
  • a6da214: Harden the automated release workflow.

4.8.6

Choose a tag to compare

@releaser-posthog-php releaser-posthog-php released this 29 Jun 10:09
Immutable release. Only release title and notes can be modified.
d37f0ff

4.8.6

Patch Changes

  • 8974819: Fall back to uncompressed batch uploads when local gzip compression fails.

4.8.5

Choose a tag to compare

@releaser-posthog-php releaser-posthog-php released this 29 Jun 09:02
Immutable release. Only release title and notes can be modified.
af22dd6

4.8.5

Patch Changes

  • 2f594df: Retry feature flag requests after transient network errors only. The feature flag request retry count defaults to 1 and can be set to 0 to disable retries.

4.8.4

Choose a tag to compare

@releaser-posthog-php releaser-posthog-php released this 24 Jun 18:46
Immutable release. Only release title and notes can be modified.
dc728eb

4.8.4

Patch Changes

  • a6f28af: Dedupe feature flag called events by response value.

4.8.3

Choose a tag to compare

@releaser-posthog-php releaser-posthog-php released this 19 Jun 15:34
Immutable release. Only release title and notes can be modified.
cd9d840

4.8.3

Patch Changes

  • 5ed7184: Validate top-level event UUIDs and replace invalid values with generated UUIDs.

4.8.2

Choose a tag to compare

@releaser-posthog-php releaser-posthog-php released this 19 Jun 06:52
Immutable release. Only release title and notes can be modified.
81d712b

4.8.2

Patch Changes

  • 21514df: Retain queued batches after network or timeout flush failures.