Skip to content

v2.0.0

Choose a tag to compare

@github-actions github-actions released this 14 Apr 23:50
· 30 commits to trunk since this release
Immutable release. Only release title and notes can be modified.
v2.0.0
d5cc88b

   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:
    • update all non-major dependencies  -  in #174 (4f0f7)
    • update all non-major dependencies  -  in #181 (996a5)
    View changes on GitHub