Releases: MichaelFraser99/go-sd-jwt
Releases · MichaelFraser99/go-sd-jwt
v1.3.0
What's Changed
- Empty Disclosure Fix by @SchulzeStTSI in #27
- upgraded to go 1.23 by @MichaelFraser99 in #28
New Contributors
- @SchulzeStTSI made their first contribution in #27
Full Changelog: v1.2.1...v1.3.0
v1.2.1
What's Changed
- Bump github.com/MichaelFraser99/go-jose from 0.6.2 to 0.9.0 by @dependabot in #23
- Bump golangci/golangci-lint-action from 4 to 6 by @dependabot in #25
- Bump github.com/stretchr/testify from 1.8.4 to 1.9.0 by @dependabot in #21
- Remove restriction on requiring at least one disclosure by @MichaelFraser99 in #26
Full Changelog: v1.2.0...v1.2.1
v1.2.0
What's Changed
- Create LICENSE by @MichaelFraser99 in #17
- Bump github.com/MichaelFraser99/go-jose from 0.6.0 to 0.6.2 by @dependabot in #18
- Bump pre-commit/action from 3.0.0 to 3.0.1 by @dependabot in #20
- Bump golangci/golangci-lint-action from 3 to 4 by @dependabot in #19
- Fixed Empty Object Omission by @MichaelFraser99 in #22
Full Changelog: v1.1.0...v1.2.0
v1.1.0
What's Changed
- migrated to latest version of go-jose by @MichaelFraser99 in #14
- Bump github.com/MichaelFraser99/go-jose from 0.5.1 to 0.6.0 by @dependabot in #15
- Default Salt Length & Extra 'Token' value inside KB-Jwt by @MichaelFraser99 in #16
Features
- adjusted default length of disclosure salt value to align with that recommended by the spec
- fixed issue where an empty value of 'Token' would appear inside the key binding jwt
- updated README to point at updated specification link
- added link to sdjwt.org on README
Full Changelog: v1.0.0...v1.1.0
v1.0.0
What's Changed
- Error handling by @MichaelFraser99 in #3
- fixed issue where some nested claims wouldn't be disclosable by @MichaelFraser99 in #4
- removed internal jose library, structured project a wee bit nicer, added e2e test by @MichaelFraser99 in #5
- Kbjwt validation by @MichaelFraser99 in #6
- added dependabot by @MichaelFraser99 in #7
- Bump actions/setup-go from 4 to 5 by @dependabot in #10
- Bump actions/checkout from 3 to 4 by @dependabot in #9
- Bump actions/setup-python from 3 to 5 by @dependabot in #8
- updated readme by @MichaelFraser99 in #11
- removed reference to algorithms by @MichaelFraser99 in #12
New Contributors
- @dependabot made their first contribution in #10
Full Changelog: v0.2.0...v1.0.0
v0.2.0
What's Changed
- Added pre-commit linters
- Additional tests around validation
- Custom error types
Full Changelog: v0.1.0...v0.2.0
v0.1.0
Full Changelog: https://github.com/MichaelFraser99/go-sd-jwt/commits/v0.1.0