Skip to content

Releases: PostHog/posthog-ruby

posthog-ruby-v3.14.2

24 Jun 18:49
Immutable release. Only release title and notes can be modified.
65dd3cc

Choose a tag to compare

Patch Changes

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

posthog-rails-v3.14.3

24 Jun 23:06
Immutable release. Only release title and notes can be modified.
8dd77c8

Choose a tag to compare

Patch Changes

  • 9300bdf: Stamp telemetry.sdk.name = "posthog-ruby" on forwarded logs so PostHog can attribute log volume to the Ruby SDK. Previously these records carried the OpenTelemetry SDK default (opentelemetry), so they could not be split out per-SDK the way the mobile SDKs are.

posthog-rails-v3.14.2

24 Jun 18:50
Immutable release. Only release title and notes can be modified.
65dd3cc

Choose a tag to compare

Patch Changes

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

3.14.0

19 Jun 06:57
Immutable release. Only release title and notes can be modified.
13e5b6d

Choose a tag to compare

Minor Changes

  • 6a39951: Add configurable flush interval for async event batching.

posthog-ruby-v3.14.1

19 Jun 07:28
Immutable release. Only release title and notes can be modified.
eaf0ba5

Choose a tag to compare

Patch Changes

  • 8008d60: Test separate package release workflow.

posthog-rails-v3.14.1

19 Jun 07:29
Immutable release. Only release title and notes can be modified.
eaf0ba5

Choose a tag to compare

Patch Changes

  • 8008d60: Test separate package release workflow.

3.13.1

18 Jun 15:54
Immutable release. Only release title and notes can be modified.
8453571

Choose a tag to compare

Patch Changes

  • 2f66b28: Handle missing Rails middleware insertion targets with safe fallbacks.

3.13.0

18 Jun 14:09
Immutable release. Only release title and notes can be modified.
1db3e33

Choose a tag to compare

Minor Changes

  • 42cc569: Add Rails current user resolver configuration for exception capture.

3.12.3

18 Jun 12:18
Immutable release. Only release title and notes can be modified.
3bbbbb6

Choose a tag to compare

Patch Changes

  • 256e276: Fix Rails initializer load order so PostHog.init is available when posthog-rails is required.
  • 12c09b2: Make flush and shutdown safe for test mode clients with queued events.

3.12.2

18 Jun 12:12
Immutable release. Only release title and notes can be modified.
803aa41

Choose a tag to compare

Patch Changes

  • c051002: Stop sending ignored top-level batch metadata fields and always send event UUIDs, normalizing deprecated message IDs when valid.