Releases: PostHog/posthog-sdk-test-harness
Releases · PostHog/posthog-sdk-test-harness
Release list
1.0.0
Immutable
release. Only release title and notes can be modified.
Major changes
- 4a7e606 Require SDK adapters to normalize event timestamps to canonical UTC before capture. — Thanks @marandaneto!
0.11.0
Immutable
release. Only release title and notes can be modified.
Minor changes
- c8c78d3 Add capture_ai test suite for the dedicated AI capture endpoint — Thanks @carlos-marchal-ph for your first contribution 🎉!
0.10.0
Immutable
release. Only release title and notes can be modified.
Minor changes
- 1b7b345 Add /flags retry contract tests for transient 502 and 504 responses — Thanks @marandaneto!
0.9.1
Immutable
release. Only release title and notes can be modified.
Patch changes
- 2216d8c Relax the /flags distinct_id contract. — Thanks @marandaneto!
0.9.0
Immutable
release. Only release title and notes can be modified.
Minor changes
- 829b49b Add SDK compliance workflow options for suite selection, SDK type, and blocking failures — Thanks @marandaneto!
0.8.0
Minor changes
- baad3c3 Switch the release flow to Sampo with a gated
ReleaseGitHub environment. Docker image publishes now require explicit human approval via Slack before they go out, addressing the supply-chain concern that any merge tomaincould push a new image consumed by every PostHog SDK. Contributors now writesampo addchangesets instead of editingpyproject.tomlandCHANGELOG.mdby hand. — Thanks @ioannisj!