Skip to content

Commit ee54a99

Browse files
chore: release 3.9.0 [version bump] [skip ci]
1 parent e3ae2b4 commit ee54a99

5 files changed

Lines changed: 10 additions & 9 deletions

File tree

.changeset/hungry-hedgehogs-request-context.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
## 3.9.0
2+
3+
### Minor Changes
4+
5+
- e3ae2b4: Add internal request context support for Rails so request metadata is applied to captures and exception events during a request, with optional PostHog tracing header support for request-scoped identity/session context. Captures without an explicit distinct_id now use request context when available, otherwise they are sent as personless events with a generated UUID.
6+
17
## 3.8.1
28

39
### Patch Changes

Gemfile.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
PATH
22
remote: .
33
specs:
4-
posthog-ruby (3.8.1)
4+
posthog-ruby (3.9.0)
55
concurrent-ruby (~> 1)
66

77
GEM
@@ -286,7 +286,7 @@ CHECKSUMS
286286
ostruct (0.6.3) sha256=95a2ed4a4bd1d190784e666b47b2d3f078e4a9efda2fccf18f84ddc6538ed912
287287
parallel (1.27.0) sha256=4ac151e1806b755fb4e2dc2332cbf0e54f2e24ba821ff2d3dcf86bf6dc4ae130
288288
parser (3.3.11.1) sha256=d17ace7aabe3e72c3cc94043714be27cc6f852f104d81aa284c2281aecc65d54
289-
posthog-ruby (3.8.1)
289+
posthog-ruby (3.9.0)
290290
pp (0.6.3) sha256=2951d514450b93ccfeb1df7d021cae0da16e0a7f95ee1e2273719669d0ab9df6
291291
prettier (4.0.4) sha256=713110c77675de802806b4e09b4b7783e497689db3e8a991f812aa78f4835bc5
292292
prettier_print (1.2.1) sha256=a72838b5f23facff21f90a5423cdcdda19e4271092b41f4ea7f50b83929e6ff9

lib/posthog/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# frozen_string_literal: true
22

33
module PostHog
4-
VERSION = '3.8.1'
4+
VERSION = '3.9.0'
55
end

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "posthog-ruby",
33
"private": true,
4-
"version": "3.8.1",
4+
"version": "3.9.0",
55
"description": "Release metadata and changesets for the PostHog Ruby SDK",
66
"license": "MIT",
77
"packageManager": "pnpm@10.33.0",

0 commit comments

Comments
 (0)