| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| README.md | 2024-06-15 | 1.5 kB | |
| v1.3.0 source code.tar.gz | 2024-06-15 | 22.3 kB | |
| v1.3.0 source code.zip | 2024-06-15 | 34.5 kB | |
| Totals: 3 Items | 58.3 kB | 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 https://github.com/gorilla/sessions/pull/274
- [#272]: feat: Add support for paritioned attribute in cookies as per chrome 3rd party cookie phaseout by @kashishbehl in https://github.com/gorilla/sessions/pull/273
- fix no default samesite by @bharat-rajani in https://github.com/gorilla/sessions/pull/276
- Fix gorillatoolkit link in README.md by @mbacalan in https://github.com/gorilla/sessions/pull/278
New Contributors
- @moloch-- made their first contribution in https://github.com/gorilla/sessions/pull/274
- @kashishbehl made their first contribution in https://github.com/gorilla/sessions/pull/273
- @bharat-rajani made their first contribution in https://github.com/gorilla/sessions/pull/276
- @mbacalan made their first contribution in https://github.com/gorilla/sessions/pull/278
Full Changelog: https://github.com/gorilla/sessions/compare/v1.2.2...v1.3.0