Releases: PostHog/posthog-ruby
Releases · PostHog/posthog-ruby
Release list
posthog-ruby-v3.15.3
Immutable
release. Only release title and notes can be modified.
Patch Changes
- fcc6205: Stop duplicating
distinct_idinside/flagsperson properties.
posthog-ruby-v3.15.2
Immutable
release. Only release title and notes can be modified.
Patch Changes
- 1376f19: Retry remote feature flag requests after transient 502 and 504 responses.
posthog-rails-v3.15.2
Immutable
release. Only release title and notes can be modified.
Patch Changes
- fcc6205: Stop duplicating
distinct_idinside/flagsperson properties.
posthog-rails-v3.15.1
Immutable
release. Only release title and notes can be modified.
Patch Changes
- 1376f19: Retry remote feature flag requests after transient 502 and 504 responses.
posthog-ruby-v3.15.1
Immutable
release. Only release title and notes can be modified.
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
Immutable
release. Only release title and notes can be modified.
Minor Changes
- ffc872d: Enable gzip compression for batch uploads by default.
posthog-rails-v3.15.0
Immutable
release. Only release title and notes can be modified.
Minor Changes
- ffc872d: Enable gzip compression for batch uploads by default.
posthog-ruby-v3.14.3
Immutable
release. Only release title and notes can be modified.
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_retriesoption (defaults to 1, set to 0 to opt out).
posthog-rails-v3.14.4
Immutable
release. Only release title and notes can be modified.
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_retriesoption (defaults to 1, set to 0 to opt out).
posthog-ruby-v3.14.2
Immutable
release. Only release title and notes can be modified.
Patch Changes
- 45996be: Clear the feature flag call dedupe cache on shutdown.