Releases: syntaqx/cookie
Releases · syntaqx/cookie
v0.1.1
What's Changed
- Bump codecov/codecov-action from 4.5.0 to 5.1.2 by @dependabot[bot] in #15
- Bump golangci/golangci-lint-action from 6 to 8 by @dependabot[bot] in #19
New Contributors
- @dependabot[bot] made their first contribution in #15
Full Changelog: v0.1.0...v0.1.1
v0.1.0
What's Changed
- @syntaqx in #8
cookie.Manageris now the primary API to this packagecookie.DefaultManagerinitialized and provides globalSet,Get,...methods for API compatibilitycookie.Optionschange:cookie.NewManager(cookie.WithSigningKey(signingKey)
CustomTypeHandlerfor non-standard types- Removes
gofrs/uuidpackage dependency while still supporting it if you wish
- Removes
- Significant overhaul of
PopulateFromCookies - Removal of
DefaultOptions-mergeOptionswas proving to be quite inconsitent with expected results - Support for
omitemptyon struct tags forPopulateFromCookiesto silently ignore missing cookies.
Full Changelog: v0.0.7...v0.1.0
v0.0.7
What's Changed
ErrInvalidSignedFormatandErrInvalidSignatureconsistently used and tested- Documentation and example updates
Full Changelog: v0.0.6...v0.0.7