v1.3.0
The maintainers of this repo merged a PR into main with the net/http.Cookie
field Partitioned
which is a field only available in go 1.23. As a result all usage of the main branch will not work unless users are on 1.23 which at the time of writing is currently unreleased. This broke the install for a number of users so the intent of this release is to push out a couple of features and bugfixes with the go 1.23 specific changes removed.
Releases should be used exclusively until go 1.23 is released.
What's Changed
- Improve File System Path Handling by @moloch-- in #274
- #272: feat: Add support for paritioned attribute in cookies as per chrome 3rd party cookie phaseout by @kashishbehl in #273
- fix no default samesite by @bharat-rajani in #276
- Fix gorillatoolkit link in README.md by @mbacalan in #278
New Contributors
- @moloch-- made their first contribution in #274
- @kashishbehl made their first contribution in #273
- @bharat-rajani made their first contribution in #276
- @mbacalan made their first contribution in #278
Full Changelog: v1.2.2...v1.3.0