Skip to content

Commit 52ddf4e

Browse files
chore: update versions and lockfile [version bump]
1 parent 476a823 commit 52ddf4e

25 files changed

+7104
-46
lines changed

.changeset/clever-beers-mix.md

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

.changeset/fix-replay-idle-session-rotation.md

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

.changeset/frank-crews-fix.md

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

.changeset/otel-trace-exporter.md

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

.changeset/real-pets-obey.md

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

.changeset/warm-clouds-glow.md

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

.changeset/warm-pandas-glow.md

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

packages/ai/CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,17 @@
11
# posthog-ai
22

3+
## 7.12.0
4+
5+
### Minor Changes
6+
7+
- [#3232](https://github.com/PostHog/posthog-js/pull/3232) [`476a823`](https://github.com/PostHog/posthog-js/commit/476a82369b61dcb21f204509d917e64a51736a19) Thanks [@richardsolomou](https://github.com/richardsolomou)! - Replace otel client-side span mapping with PostHogTraceExporter. PostHog now converts gen_ai.\* spans into $ai_generation events server-side, so the client-side mapper pipeline (PostHogSpanProcessor, captureSpan, aiSdkSpanMapper) has been replaced with a simple OTLPTraceExporter wrapper.
8+
(2026-03-18)
9+
10+
### Patch Changes
11+
12+
- Updated dependencies [[`697e423`](https://github.com/PostHog/posthog-js/commit/697e4237ca945caa33b26f35872951ad0e7530d4)]:
13+
- posthog-node@5.28.3
14+
315
## 7.11.2
416

517
### Patch Changes

packages/ai/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@posthog/ai",
3-
"version": "7.11.2",
3+
"version": "7.12.0",
44
"description": "PostHog Node.js AI integrations",
55
"repository": {
66
"type": "git",

packages/browser/CHANGELOG.md

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,28 @@
11
# posthog-js
22

3+
## 1.361.0
4+
5+
### Minor Changes
6+
7+
- [#3201](https://github.com/PostHog/posthog-js/pull/3201) [`552c018`](https://github.com/PostHog/posthog-js/commit/552c01843b9ae1fbf8fdf1a2e98e0b7fdc37c851) Thanks [@frankh](https://github.com/frankh)! - Add a serviceName config option to logs config
8+
(2026-03-18)
9+
10+
- [#3240](https://github.com/PostHog/posthog-js/pull/3240) [`e4a58d0`](https://github.com/PostHog/posthog-js/commit/e4a58d0a071c7605a69ae4492efd895cd50047bd) Thanks [@marandaneto](https://github.com/marandaneto)! - Add internal `_overrideSDKInfo` method to allow wrapper SDKs to override `$lib` and `$lib_version` event properties
11+
(2026-03-18)
12+
13+
- [#3241](https://github.com/PostHog/posthog-js/pull/3241) [`fe1fd7b`](https://github.com/PostHog/posthog-js/commit/fe1fd7b222b2ca51164e01fceca892628efac89c) Thanks [@dustinbyrne](https://github.com/dustinbyrne)! - feat: add `advanced_feature_flags_dedup_per_session` config option to scope `$feature_flag_called` deduplication to the current session
14+
(2026-03-18)
15+
16+
### Patch Changes
17+
18+
- [#3239](https://github.com/PostHog/posthog-js/pull/3239) [`bf4f078`](https://github.com/PostHog/posthog-js/commit/bf4f078096c506906afecb1dbe9fc31100900a0f) Thanks [@jonathanlab](https://github.com/jonathanlab)! - fix: debug mode not persisting across page navigations
19+
(2026-03-18)
20+
21+
- [#3228](https://github.com/PostHog/posthog-js/pull/3228) [`8773fdf`](https://github.com/PostHog/posthog-js/commit/8773fdfdb87980da3db1f141099577424b35153b) Thanks [@TueHaulund](https://github.com/TueHaulund)! - fix: restart session recorder when session rotates externally while idle, preventing "Recording not found" for sessions where analytics events triggered session rotation
22+
(2026-03-18)
23+
- Updated dependencies [[`552c018`](https://github.com/PostHog/posthog-js/commit/552c01843b9ae1fbf8fdf1a2e98e0b7fdc37c851), [`fe1fd7b`](https://github.com/PostHog/posthog-js/commit/fe1fd7b222b2ca51164e01fceca892628efac89c)]:
24+
- @posthog/types@1.361.0
25+
326
## 1.360.2
427

528
### Patch Changes

0 commit comments

Comments
 (0)