Skip to content

Releases: PostHog/posthog-ruby

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.

3.12.1

17 Jun 15:50
Immutable release. Only release title and notes can be modified.
60ebc62

Choose a tag to compare

Patch Changes

  • ae9bca8: Harden async worker, shutdown, queue, and feature flag cache behavior for threaded Ruby and Rails apps.

3.12.0

17 Jun 13:58
Immutable release. Only release title and notes can be modified.
9a5f0fd

Choose a tag to compare

Minor Changes

  • cb50bfb: Add opt-in PostHog Logs support to posthog-rails: set config.logs_enabled = true to forward Rails.logger output to PostHog Logs over OpenTelemetry (OTLP), automatically correlated with the request's PostHog distinct ID and session ID (and active trace/span when OpenTelemetry tracing is present). Includes a configurable severity filter (logs_level), a rate cap (logs_max_records_per_minute, default 6,000/min), and a logs_before_send callback for scrubbing or dropping records. Relies on the optional OpenTelemetry gems; when they are absent the feature warns once and no-ops.

3.11.1

15 Jun 20:05
Immutable release. Only release title and notes can be modified.
c24be6a

Choose a tag to compare

Patch Changes

  • babcd86: Send the canonical posthog-ruby/<version> User-Agent on feature flag API requests.