Skip to content

Partitioned cookie support

Latest
Compare
Choose a tag to compare
@markitosgv markitosgv released this 10 Jan 19:41
· 5 commits to master since this release
83d687c
feat: add support for partitioned cookies (#368)

* feat: add partitioned cookie configuration option

* docs: add mention of 'partitioned' option in README

* fix: throw LogicException when partitioned option is used in Symfony < 6.4

* style: add trailing comma to Cookie instantiation