chore(deps): update dependency posthog-node to v5.38.0#246
Open
renovate[bot] wants to merge 1 commit into
Open
chore(deps): update dependency posthog-node to v5.38.0#246renovate[bot] wants to merge 1 commit into
renovate[bot] wants to merge 1 commit into
Conversation
994ee7e to
bdaf96d
Compare
bdaf96d to
2ba2e03
Compare
2ba2e03 to
b079699
Compare
cffa922 to
a9221e7
Compare
eb94eb7 to
633a67a
Compare
633a67a to
11e3185
Compare
11e3185 to
ac71544
Compare
ac71544 to
0209997
Compare
0209997 to
a2d024b
Compare
0fa12e8 to
5e2f0fa
Compare
5e2f0fa to
5191aee
Compare
e25470a to
edaad1a
Compare
edaad1a to
b7a5456
Compare
b7a5456 to
848affd
Compare
036fcdc to
75c7b83
Compare
75c7b83 to
129f5c9
Compare
129f5c9 to
4b9064c
Compare
4b9064c to
f9d17dd
Compare
f9d17dd to
041534a
Compare
041534a to
de2958b
Compare
de2958b to
18cc58e
Compare
18cc58e to
3c00473
Compare
3c00473 to
721e553
Compare
721e553 to
a549316
Compare
a549316 to
a64d5ec
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
5.29.2→5.38.0Release Notes
PostHog/posthog-js (posthog-node)
v5.38.0Compare Source
Minor Changes
a0553b3Thanks @marandaneto! - AddsetPersonProperties()andunsetPersonProperties()helpers to manage person properties from the Node.js SDK.(2026-06-16)
Patch Changes
b3ec845,c6c163a]:v5.37.1Compare Source
Patch Changes
29bf8e3Thanks @marandaneto! - Add missing bugs metadata to package manifests.(2026-06-15)
29bf8e3]:v5.37.0Compare Source
Minor Changes
d6fc0a5Thanks @gustavohstrassburger! - feat(feature-flags): support theearly_exitcondition option in local evaluation. When a flag enables early exit, evaluation now stops and returnsfalseas soon as a condition group's property filters match but the rollout percentage excludes the user, instead of falling through to later groups — matching the server-side evaluation behavior.(2026-06-12)
v5.36.17Compare Source
Patch Changes
v5.36.16Compare Source
Patch Changes
25822ac]:v5.36.15Compare Source
Patch Changes
v5.36.14Compare Source
Patch Changes
612f97a]:v5.36.13Compare Source
Patch Changes
v5.36.12Compare Source
Patch Changes
v5.36.11Compare Source
Patch Changes
v5.36.10Compare Source
Patch Changes
v5.36.9Compare Source
Patch Changes
0c2acb9]:v5.36.8Compare Source
Patch Changes
v5.36.7Compare Source
Patch Changes
7820929Thanks @marandaneto! - Reduce duplicate internal code found by dry4ts.(2026-06-09)
v5.36.6Compare Source
Patch Changes
v5.36.5Compare Source
Patch Changes
v5.36.4Compare Source
Patch Changes
v5.36.3Compare Source
Patch Changes
v5.36.2Compare Source
Patch Changes
v5.36.1Compare Source
Patch Changes
v5.36.0Compare Source
Minor Changes
9287c87Thanks @turnipdabeets! - Add a configurable$is_serverevent property (defaulttrue) so PostHog can identify server-side events. SetisServer: falsewhen using the SDK as a client/CLI so the device OS is attributed normally.(2026-06-04)
v5.35.15Compare Source
Patch Changes
v5.35.14Compare Source
Patch Changes
v5.35.13Compare Source
Patch Changes
v5.35.12Compare Source
Patch Changes
v5.35.11Compare Source
Patch Changes
v5.35.10Compare Source
Patch Changes
v5.35.9Compare Source
Patch Changes
f3cc6faThanks @marandaneto! - Disable/no-op initialization paths instead of throwing or sending requests when PostHog project tokens are missing or blank.(2026-06-01)
3d4a76f]:v5.35.8Compare Source
Patch Changes
v5.35.7Compare Source
Patch Changes
d9ad199]:v5.35.6Compare Source
Patch Changes
7b84b75Thanks @ablaszkiewicz! - unify captureException in posthog core(2026-05-28)
7b84b75]:v5.35.5Compare Source
Patch Changes
v5.35.4Compare Source
Patch Changes
v5.35.3Compare Source
Patch Changes
5568f12]:v5.35.2Compare Source
Patch Changes
5d7a2d3Thanks @gustavohstrassburger! - Include group context in the $feature_flag_called deduplication key in _captureFlagCalledEventIfNeeded, so events fire independently per group combination.(2026-05-25)
v5.35.1Compare Source
Patch Changes
c806cca]:v5.35.0Compare Source
Minor Changes
18ea8b5Thanks @dustinbyrne! - Promote feature flag definition cache provider types to the mainposthog-nodeexport and deprecateposthog-node/experimentalimports.(2026-05-21)
Patch Changes
v5.34.10Compare Source
Patch Changes
f42f371Thanks @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 like1.07.3are not valid semver and should not match targeting conditions. Both override values and flag values are now validated; invalid inputs surface asInconclusiveMatchErrorso the condition does not match.(2026-05-21)
v5.34.9Compare Source
Patch Changes
v5.34.8Compare Source
Patch Changes
12ef3f6Thanks @hpouillot! - FixidentifyImmediateto await the underlying network request. Previously the returned promise resolved before the$identifyevent was sent, causing events to be dropped when called from short-lived runtimes (Vercel/Cloudflare Workers, Convex actions) that exit immediately afterawait.(2026-05-21)
v5.34.7Compare Source
Patch Changes
a880dbc]:v5.34.6Compare Source
Patch Changes
e119eecThanks @richardsolomou! - Fix six edge cases in local feature flag evaluation.gt/gte/lt/ltenow compare numerically when both sides parse as finite numbers — previously a string override like"10"against numeric value9slipped into lexicographic comparison and returned false, andparseFloat's NaN return value leaked through the old!= nullguard.is_not_setnow resolves locally — true when the property key is absent, false when present — instead of always throwingInconclusiveMatchErrorand forcing the flag to return undefined. Flag-level condition properties withnegation: trueare now correctly inverted, matching the existing cohort-path behavior inmatchPropertyGroup. An inactive flag (active: false) now short-circuits to false even whenensure_experience_continuity: true— previously it threwInconclusiveMatchErrorand resolved to undefined.is_setnow returns true for properties whose value isnullorundefinedas long as the key is present —is_setis about key presence, not value. Cohort property groups containing a flag-type property no longer silently skip the dependency; the cohort eval is now marked inconclusive so the flag returns undefined instead of a wrong definitive answer.(2026-05-19)
v5.34.5Compare Source
Patch Changes
v5.34.4Compare Source
Patch Changes
v5.34.3Compare Source
Patch Changes
v5.34.2Compare Source
Patch Changes
v5.34.1Compare Source
Patch Changes
4b895bf]:v5.34.0Compare Source
Minor Changes
ad60818Thanks @turnipdabeets! - Expose UUID and cookie helpers from@posthog/coreandposthog-nodefor users managing distinct_id outside the browser SDK (e.g. Lambda functions handing out cross-domain redirects). The helpers were already implemented in@posthog/next— this change lifts them to core so all SDKs can re-use them.@posthog/nextnow re-exports the same surface from@posthog/coreto keep existing consumers working without churn. Closes #2143.(2026-05-12)
Patch Changes
ad60818]:v5.33.7Compare Source
Patch Changes
223d925]:v5.33.6Compare Source
Patch Changes
v5.33.5Compare Source
Patch Changes
v5.33.4Compare Source
Patch Changes
v5.33.3Compare Source
Patch Changes
v5.33.2Compare Source
Patch Changes
220cd61Thanks @marandaneto! - fix: consume fetch response body to prevent CF Workers runtime warnings(2026-05-04)
220cd61,255b273]:v5.33.1Compare Source
Patch Changes
8aee3d5]:v5.33.0Compare Source
Minor Changes
#3476
f8bc02fThanks @dmarticus! - AddevaluateFlags()and a newflagsoption oncapture()so a single/flagsrequest powers both flag branching and event enrichment per incoming request:The returned
FeatureFlagEvaluationssnapshot exposesisEnabled(),getFlag(),getFlagPayload()for branching, plusonlyAccessed()andonly([keys])for filtering which flags get attached to a captured event. PassflagKeys: [...]toevaluateFlags()to scope the underlying/flagsrequest itself.captureException()/captureExceptionImmediate()accept aflagsargument so$exceptionevents carry the same flag context as the rest of your request's events.Deprecates
isFeatureEnabled(),getFeatureFlag(),getFeatureFlagPayload(), andcapture({ sendFeatureFlags }). They continue to work but now log a deduped[PostHog] ... is deprecatedwarning the first time they're used. Removal is planned for the next major version. (2026-05-02)v5.32.1Compare Source
Patch Changes
cf56753,04db756]:v5.32.0Compare Source
Minor Changes
70ba8f8Thanks @patricio-posthog! - feat(flags): support mixed targeting in local evaluation(2026-04-30)
v5.31.0Compare Source
Minor Changes
974e4b2Thanks @dustinbyrne! - Add Express and NestJS request context support for PostHog tracing headers.(2026-04-29)
v5.30.8Compare Source
Patch Changes
v5.30.7Compare Source
Patch Changes
v5.30.6Compare Source
Patch Changes
v5.30.5Compare Source
Patch Changes
v5.30.4Compare Source
Patch Changes
70508df]:v5.30.3Compare Source
Patch Changes
v5.30.2Compare Source
Patch Changes
v5.30.1Compare Source
Patch Changes
daf028d]:v5.30.0Compare Source
Minor Changes
eadbcd7Thanks @hpouillot! - send relative file paths in frames(2026-04-23)
v5.29.7Compare Source
Patch Changes
96f19b7]:v5.29.6Compare Source
Patch Changes
1a8b727]:v5.29.5Compare Source
Patch Changes
922a1c1]:v5.29.4Compare Source
Patch Changes
b26c57cThanks @patricio-posthog! - fix(flags): switch local evaluation polling from/api/feature_flag/local_evaluationto/flags/definitions(2026-04-21)
v5.29.3Compare Source
Patch Changes
1a0b58dThanks @marandaneto! - Trim surrounding whitespace from user-provided API keys, personal API keys, and host config values before using them.(2026-04-21)
1a0b58d]:Configuration
📅 Schedule: (UTC)
🚦 Automerge: Enabled.
♻ Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.