Releases: gorilla/securecookie
Releases · gorilla/securecookie
Release v1.1.2
What's Changed
- fix New not checking for an empty hashKey by @Wessie in #52
- Update LICENSE & AUTHORS files by @elithrar in #54
- Create go.mod to be aware of go modules by @flibustenet in #55
- Create release_drafter.yml by @elithrar in #57
- [docs] Clarify usage of GenerateRandomKey by @elithrar in #58
- github: remove false-match for language detection by @nilslice in #59
- Create config.yml by @elithrar in #63
- doc: correct a reference to block size that was meant to be key size by @FiloSottile in #64
- Include an example for using DecodeMulti in the Readme by @tflyons in #69
- build: use build matrix; drop Go <= 1.10 by @elithrar in #74
- Update README.md by @coreydaley in #78
- docs: changed deprecated goo.gl links to their unshortened variant by @vvvvv in #77
- Update go version & add verification/testing tools by @coreydaley in #81
- update GitHub workflows by @coreydaley in #82
New Contributors
- @Wessie made their first contribution in #52
- @flibustenet made their first contribution in #55
- @nilslice made their first contribution in #59
- @FiloSottile made their first contribution in #64
- @tflyons made their first contribution in #69
- @coreydaley made their first contribution in #78
- @vvvvv made their first contribution in #77
Full Changelog: v1.1.1...v1.1.2
v1.1.1
Tagging with a proper semantic version.
CHANGELOG
e59506c README.md: Add sourcegraph badge
fa5329f [bugfix] Fix NopDecoder
c13558c Add fuzz testing corpus.
422e448 travis.yml: add go1.7
ff35634 Merge pull request #39 from 0x434D53/master
f5b3726 Update Readme: Added HttpOnly, Secure flags for setting the cookie