Skip to content

Releases: PostHog/posthog-ruby

posthog-ruby-v3.15.3

Choose a tag to compare

@github-actions github-actions released this 02 Jul 14:42
Immutable release. Only release title and notes can be modified.
f761962

Patch Changes

  • fcc6205: Stop duplicating distinct_id inside /flags person properties.

posthog-ruby-v3.15.2

Choose a tag to compare

@github-actions github-actions released this 02 Jul 13:31
Immutable release. Only release title and notes can be modified.
3407070

Patch Changes

  • 1376f19: Retry remote feature flag requests after transient 502 and 504 responses.

posthog-rails-v3.15.2

Choose a tag to compare

@github-actions github-actions released this 02 Jul 14:43
Immutable release. Only release title and notes can be modified.
f761962

Patch Changes

  • fcc6205: Stop duplicating distinct_id inside /flags person properties.

posthog-rails-v3.15.1

Choose a tag to compare

@github-actions github-actions released this 02 Jul 13:32
Immutable release. Only release title and notes can be modified.
3407070

Patch Changes

  • 1376f19: Retry remote feature flag requests after transient 502 and 504 responses.

posthog-ruby-v3.15.1

Choose a tag to compare

@github-actions github-actions released this 30 Jun 06:18
Immutable release. Only release title and notes can be modified.
495c1c2

Patch Changes

  • caa245a: Retry capture delivery on transient HTTP errors such as 408, 429, and 5xx while continuing to avoid retries for non-retryable 4xx responses.

posthog-ruby-v3.15.0

Choose a tag to compare

@github-actions github-actions released this 29 Jun 14:26
Immutable release. Only release title and notes can be modified.
4168289

Minor Changes

  • ffc872d: Enable gzip compression for batch uploads by default.

posthog-rails-v3.15.0

Choose a tag to compare

@github-actions github-actions released this 29 Jun 14:27
Immutable release. Only release title and notes can be modified.
4168289

Minor Changes

  • ffc872d: Enable gzip compression for batch uploads by default.

posthog-ruby-v3.14.3

Choose a tag to compare

@github-actions github-actions released this 26 Jun 19:29
Immutable release. Only release title and notes can be modified.
4579a7f

Patch Changes

  • 639d493: Retry feature flag requests on transient network errors (timeouts, connection resets) with backoff, so a one-off blip no longer surfaces a hard error to the caller. The retry count is configurable via the feature_flag_request_max_retries option (defaults to 1, set to 0 to opt out).

posthog-rails-v3.14.4

Choose a tag to compare

@github-actions github-actions released this 26 Jun 19:30
Immutable release. Only release title and notes can be modified.
4579a7f

Patch Changes

  • 639d493: Retry feature flag requests on transient network errors (timeouts, connection resets) with backoff, so a one-off blip no longer surfaces a hard error to the caller. The retry count is configurable via the feature_flag_request_max_retries option (defaults to 1, set to 0 to opt out).

posthog-ruby-v3.14.2

Choose a tag to compare

@github-actions github-actions released this 24 Jun 18:49
Immutable release. Only release title and notes can be modified.
65dd3cc

Patch Changes

  • 45996be: Clear the feature flag call dedupe cache on shutdown.