Semver with leading zeros now rejected in flag evaluation
posthog-node@5.34.10
1 fixThis release1 fixBug fixesAI-tallied from the release notes
5.34.10
Patch Changes
- #3643
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)
Fetched May 21, 2026
