Posthog Release Notes
376 release notes curated from 2 sources by the Releasebot Team. Last updated: May 22, 2026
- May 22, 2026
- Date parsed from source:May 22, 2026
- First seen by Releasebot:May 22, 2026
Posthog ships a patch release with updated core and types dependencies.
4.45.14
Patch Changes
Updated dependencies [c806cca]:
- @posthog/[email protected]
- @posthog/[email protected]
- May 22, 2026
- Date parsed from source:May 22, 2026
- First seen by Releasebot:May 22, 2026
Posthog ships a patch update with refreshed dependencies, including @posthog/core 1.29.9.
All of your release notes in one feed
Join Releasebot and get updates from Posthog and hundreds of other software products.
- May 22, 2026
- Date parsed from source:May 22, 2026
- First seen by Releasebot:May 22, 2026
Posthog ships a patch update with refreshed dependencies.
- May 22, 2026
- Date parsed from source:May 22, 2026
- First seen by Releasebot:May 22, 2026
Posthog adds cleaner rrweb entry points in posthog-js, letting consumers import replay, types, and console-record modules directly while shipping worker sourcemaps from dist. It also improves session recording with native async gzip compression when CompressionStream is available.
1.376.0
Minor Changes
- #3655 6e8d349 Thanks @arnaudhillen! - Expose the in-repo @posthog/rrweb, @posthog/rrweb-types, and @posthog/rrweb-plugin-console-record packages as subpath entry points on posthog-js. Consumers can now import { Replayer } from 'posthog-js/rrweb', import type { eventWithTime } from 'posthog-js/rrweb-types', and import { LogLevel } from 'posthog-js/rrweb-plugin-console-record' instead of installing the underlying rrweb packages directly. The rrweb worker sourcemap (image-bitmap-data-url-worker-*.js.map) is also shipped from posthog-js/dist/ so downstream bundlers no longer need to reach into node_modules/@posthog/rrweb.
(2026-05-22)
Patch Changes
- #3639 c806cca Thanks @marandaneto! - Use native async gzip compression for session recording events when CompressionStream is available.
(2026-05-22)
Updated dependencies [c806cca]:
- @posthog/[email protected]
- @posthog/[email protected]
- May 22, 2026
- Date parsed from source:May 22, 2026
- First seen by Releasebot:May 22, 2026
@posthog/[email protected]
Posthog ships a 1.4.34 patch update with a CLI bump that removes unused runtime dependencies.
1.4.34
Patch Changes
- #3661 f12ee73 Thanks @rafaeelaudibert! - Bump @posthog/cli to ~0.7.13, which drops several unused runtime dependencies (axios, axios-proxy-builder, console.table, rimraf).
(2026-05-22)
Original source - May 22, 2026
- Date parsed from source:May 22, 2026
- First seen by Releasebot:May 22, 2026
- May 22, 2026
- Date parsed from source:May 22, 2026
- First seen by Releasebot:May 22, 2026
- May 22, 2026
- Date parsed from source:May 22, 2026
- First seen by Releasebot:May 22, 2026
@posthog/[email protected]
Posthog ships a 1.4.4 patch that updates the CLI and drops several unused runtime dependencies.
1.4.4
Patch Changes
- #3661 f12ee73 Thanks @rafaeelaudibert! - Bump @posthog/cli to ~0.7.13, which drops several unused runtime dependencies (axios, axios-proxy-builder, console.table, rimraf).
(2026-05-22)
Original source - May 22, 2026
- Date parsed from source:May 22, 2026
- First seen by Releasebot:May 22, 2026
@posthog/[email protected]
Posthog ships 1.7.42 patch changes with a CLI update that drops unused runtime dependencies.
1.7.42
Patch Changes
#3661 f12ee73 Thanks @rafaeelaudibert! - Bump @posthog/cli to ~0.7.13, which drops several unused runtime dependencies (axios, axios-proxy-builder, console.table, rimraf).
(2026-05-22)
Original source - May 22, 2026
- Date parsed from source:May 22, 2026
- First seen by Releasebot:May 22, 2026
@posthog/[email protected]
Posthog ships patch updates with refreshed posthog-js, core, and posthog-node dependencies.
- May 21, 2026
- Date parsed from source:May 21, 2026
- First seen by Releasebot:May 22, 2026
Posthog ships patch updates with refreshed dependencies for core and types packages.
4.45.13
Patch Changes
Updated dependencies [2e1d5f4]:
- @posthog/[email protected]
- @posthog/[email protected]
- May 21, 2026
- Date parsed from source:May 21, 2026
- First seen by Releasebot:May 22, 2026
Posthog promotes feature flag cache provider types to the main posthog-node export and deprecates experimental imports.
5.35.0
Minor Changes
#3642 18ea8b5 Thanks @dustinbyrne! - Promote feature flag definition cache provider types to the main posthog-node export and deprecate posthog-node/experimental imports.
(2026-05-21)
Patch Changes
Updated dependencies []:
@posthog/[email protected]
Original source - May 21, 2026
- Date parsed from source:May 21, 2026
- First seen by Releasebot:May 22, 2026
Posthog patches local flag evaluation to reject semver values with leading zeros and avoid invalid targeting matches.
5.34.10
Patch Changes
- #3643 f42f371 Thanks @dmarticus! - Reject semver values with leading zeros in local flag evaluation. Per semver 2.0.0 §2, numeric identifiers must not include leading zeros — values like 1.07.3 are not valid semver and should not match targeting conditions. Both override values and flag values are now validated; invalid inputs surface as InconclusiveMatchError so the condition does not match.
(2026-05-21)
Original source - May 21, 2026
- Date parsed from source:May 21, 2026
- First seen by Releasebot:May 22, 2026
Posthog fixes identifyImmediate so it waits for the network request and avoids dropped events in short-lived runtimes.
5.34.8
Patch Changes
#3640 12ef3f6 Thanks @hpouillot! - Fix identifyImmediate to await the underlying network request. Previously the returned promise resolved before the $identify event was sent, causing events to be dropped when called from short-lived runtimes (Vercel/Cloudflare Workers, Convex actions) that exit immediately after await.
(2026-05-21)
Original source - May 21, 2026
- Date parsed from source:May 21, 2026
- First seen by Releasebot:May 22, 2026
Posthog adds flag_keys config to limit browser feature flag remote evaluation to specific flag keys.
1.375.0
Minor Changes
- #3641 2e1d5f4 Thanks @dustinbyrne! - Add flag_keys config to restrict browser feature flag remote evaluation to specific flag keys.
- (2026-05-21)
Patch Changes
- Updated dependencies [2e1d5f4]:
- @posthog/[email protected]
- @posthog/[email protected]
Curated by the Releasebot team
Releasebot is an aggregator of official release notes from hundreds of software vendors and thousands of sources.
Our editorial process involves the manual review and audit of release notes procured with the help of automated systems.
Similar to Posthog with recent updates:
- Anthropic release notes574 release notes · Latest May 22, 2026
- Figma release notes110 release notes · Latest May 22, 2026
- Apple release notes121 release notes · Latest May 19, 2026
- n8n release notes51 release notes · Latest May 19, 2026
- Cursor release notes84 release notes · Latest May 20, 2026
- Obsidian release notes84 release notes · Latest Mar 23, 2026