Change8

cookie@0.4.1

Breaking Changes
📦 remixView on GitHub →
1 breaking🐛 1 fixes🔧 2 symbols

Summary

This release enforces the requirement that all partitioned cookies must also be marked as secure.

⚠️ Breaking Changes

  • The `secure` attribute is now automatically forced to `true` whenever `partitioned` is set to `true`. This may change cookie behavior for configurations that previously attempted to use partitioned cookies without the secure flag.

Migration Steps

  1. Ensure that your environment supports HTTPS if you are using partitioned cookies, as they will now always be marked as Secure.

🐛 Bug Fixes

  • Ensured compliance with browser requirements by forcing the `secure` flag on `partitioned` cookies.

🔧 Affected Symbols

partitionedsecure