v2.0.0
·
30 commits
to trunk
since this release
Immutable
release. Only release title and notes can be modified.
Breaking Changes
- rename cookie APIs, centralize types, and unify error handling - (aad6f)
- replace Buffer with Uint8Array and enforce canonical base64url parsing - (8dc1b)
- add synchronous hot updates for cookie runtime configuration - (d5c70)
Features
- policy fingerprinting - (7d792)
- domain and path normalization - (53683)
- add Partitioned cookie support with validation, serialization, and policy rewrites - (3b66a)
- add key identifiers - (fad35)
- add explicit cookie refresh and structured cookie key errors - (e84d2)
Bug Fixes
- replace zod cookie parsing with typed validation - (156f3)
- documentation - (6632a)
- move secure-json-parse to dependencies - (e5008)
- deps: