Releases: donatj/hmacsig
Releases · donatj/hmacsig
Release list
v1.2.0 - Modernization and Dependency Updates
Little bit of code modernization, lot of dependency updates.
What's Changed
- Update ci.yml by @donatj in #3
- Go 1.18 by @donatj in #4
- Bump actions/checkout from 2 to 3 by @dependabot[bot] in #5
- Bump github/codeql-action from 1 to 2 by @dependabot[bot] in #6
- Bump actions/setup-go from 1 to 3 by @dependabot[bot] in #7
- Bump actions/setup-go from 3 to 4 by @dependabot[bot] in #9
- Update ci.yml by @donatj in #8
- Update CI for Go 1.21 by @donatj in #10
- Bump actions/checkout from 3 to 4 by @dependabot[bot] in #11
- Bump actions/setup-go from 4 to 5 by @dependabot[bot] in #12
- Bump actions/checkout from 4 to 6 by @dependabot[bot] in #15
- Bump actions/setup-go from 5 to 6 by @dependabot[bot] in #14
- Add Go versions 1.23.x to 1.26.x to CI matrix by @donatj in #16
New Contributors
- @dependabot[bot] made their first contribution in #5
Full Changelog: v1.1.0...v1.2.0
Adds SHA-256 Support
- Adds support for SHA-256 HMAC ( see: OptionDefaultsSHA256 / Handler256 )
- Adds support for user implemented
SignatureValidator's
Adds Go Module support
Merge pull request #2 from donatj/module Adds go.mod
Refactor & Cleanup
Breaking change - now accepts a variable number of Option functions rather than an Options struct
Documentation and Testing
Implements more documentation and testing changing nothing functionally over the previous release.
Initial Release
v0.0.1 Adds test to support double read