Sourced from github.com/posthog/posthog-go's changelog.
1.13.1
Patch Changes
- 541b82f: Include group context in the
$feature_flag_calledLRU dedupe key so group-scoped flags fire a separate event for each group a user is evaluated under, instead of being dedup-ed against the first group context the same(distinct_id, flag, device_id)was seen under.
f68c74f
chore: release v1.13.1 [version bump] [skip ci]541b82f
fix: include group context in $feature_flag_called dedupe key (#206)4650ca2
chore: use shared semantic PR title workflow (#210)ba838c8
chore: validate PR titles with conventional commits (#209)8ceb0de
docs: document public APIs and hide testing-only flag definitions method
(#208)1ce0948
chore: update PostHog/.github pins (#207)Sourced from @anthropic-ai/claude-agent-sdk's releases.
v0.3.156
What's changed
- Updated to parity with Claude Code v2.1.156
Update
npm install @anthropic-ai/claude-agent-sdk@0.3.156 # or yarn add @anthropic-ai/claude-agent-sdk@0.3.156 # or pnpm add @anthropic-ai/claude-agent-sdk@0.3.156 # or bun add @anthropic-ai/claude-agent-sdk@0.3.156v0.3.154
What's changed
- Fixed stdio MCP servers being incorrectly restarted on every reconcile pass due to config-equality false positives
Update
npm install @anthropic-ai/claude-agent-sdk@0.3.154 # or yarn add @anthropic-ai/claude-agent-sdk@0.3.154 # or pnpm add @anthropic-ai/claude-agent-sdk@0.3.154 # or bun add @anthropic-ai/claude-agent-sdk@0.3.154v0.3.153
What's changed
- Updated to parity with Claude Code v2.1.153
Update
npm install @anthropic-ai/claude-agent-sdk@0.3.153 # or yarn add @anthropic-ai/claude-agent-sdk@0.3.153 # or pnpm add @anthropic-ai/claude-agent-sdk@0.3.153 # or bun add @anthropic-ai/claude-agent-sdk@0.3.153
... (truncated)
Sourced from @anthropic-ai/claude-agent-sdk's changelog.
0.3.156
- Updated to parity with Claude Code v2.1.156
0.3.155
- Updated to parity with Claude Code v2.1.155
0.3.154
- Fixed stdio MCP servers being incorrectly restarted on every reconcile pass due to config-equality false positives
0.3.153
- Updated to parity with Claude Code v2.1.153
0.3.152
SessionStarthooks can now returnreloadSkills: trueto trigger a skill re-scan, and set the session title viahookSpecificOutput.sessionTitle- Added a
MessageDisplayhook event that lets hooks transform or hide assistant message text as it is displayed0.3.151
- Updated to parity with Claude Code v2.1.151
0.3.150
- The
api_retrysystem message now reportserror: 'overloaded'for 529 responses, instead of'rate_limit'(which is now reserved for 429). Consumers that handled 529 viaerror === 'rate_limit'should also match'overloaded', or switch toerror_status === 529.- Updated to parity with Claude Code v2.1.150
0.3.149
- Fixed
options.envdroppingCLAUDE_AGENT_SDK_VERSION(used forUser-Agentand telemetry) when a custom environment is supplied, and corrected theOptions.envdocs to state that the value replaces the subprocess environment rather than merging withprocess.env0.3.148
- Updated to parity with Claude Code v2.1.148
0.3.147
- Updated to parity with Claude Code v2.1.147
0d871c8
chore: Update CHANGELOG.md7f73ab1
chore: Update CHANGELOG.md8039cb0
chore: Update CHANGELOG.md3321871
chore: Update CHANGELOG.md4fed972
chore: Update CHANGELOG.mdc15f6e2
Use workload identity federation for Claude auth in issue triage (#335)fb2636c
chore: Update CHANGELOG.md321a105
chore: Update CHANGELOG.mdbf61f4a
chore: Update CHANGELOG.mdSourced from @anthropic-ai/sdk's releases.
sdk: v0.100.0
0.100.0 (2026-05-28)
Full Changelog: sdk-v0.99.0...sdk-v0.100.0
Features
- api: Add support for claude-opus-4-8, mid-conversation system blocks, and usage.output_tokens_details (bb0bf27)
Documentation
- replace literal newlines (66ba142)
sdk: v0.99.0
0.99.0 (2026-05-27)
Full Changelog: sdk-v0.98.1...sdk-v0.99.0
Features
Bug Fixes
sdk: v0.98.1
0.98.1 (2026-05-26)
Full Changelog: sdk-v0.98.0...sdk-v0.98.1
Bug Fixes
Chores
- client: swap to using Trusted Publishing (821a50e)
- examples: rename managed-agents private-sandbox-worker example to self-hosted-sandbox-worker (#1023) (49fe221)
sdk: v0.98.0
0.98.0 (2026-05-21)
Full Changelog: sdk-v0.97.1...sdk-v0.98.0
Features
... (truncated)
Sourced from @anthropic-ai/sdk's changelog.
0.100.0 (2026-05-28)
Full Changelog: sdk-v0.99.0...sdk-v0.100.0
Features
- api: Add support for claude-opus-4-8, mid-conversation system blocks, and usage.output_tokens_details (bb0bf27)
Documentation
- replace literal newlines (66ba142)
0.99.0 (2026-05-27)
Full Changelog: sdk-v0.98.1...sdk-v0.99.0
Features
Bug Fixes
0.98.1 (2026-05-26)
Full Changelog: sdk-v0.98.0...sdk-v0.98.1
Bug Fixes
Chores
- client: swap to using Trusted Publishing (821a50e)
- examples: rename managed-agents private-sandbox-worker example to self-hosted-sandbox-worker (#1023) (49fe221)
0.98.0 (2026-05-21)
Full Changelog: sdk-v0.97.1...sdk-v0.98.0
Features
- api: Add support for thinking-token-count beta for estimated tokens in thinking block deltas when streaming (0528d47)
6f97c4d
chore: release main1fd7ec7
feat(api): Add support for claude-opus-4-8, mid-conversation system
blocks, a...f5bfc10
docs: replace literal newlines1b2500d
chore: release main05304ab
ci: pin detect-breaking-changes actions to commit SHAs (#1022)1ec3820
fix(streaming): carry stop_details through message_delta accumulation
(#1027)8bb6782
feat: support custom file size caps (#1029)1fe87f3
chore: release maina654489
chore(client): swap to using Trusted Publishing9c5c098
fix(client): preserve directory prefix in skills.versions.create uploads
(#1024)This version was pushed to npm by GitHub Actions, a new
releaser for @anthropic-ai/sdk since your current
version.
Sourced from posthog-node's changelog.
5.35.6
Patch Changes
- #3681
7b84b75Thanks@ablaszkiewicz! - unify captureException in posthog core (2026-05-28)- Updated dependencies [
7b84b75]:
@posthog/core@1.29.13
a122070
chore: update versions and lockfile [version bump]7b84b75
fix: unify capture exception (#3681)