Skip to content

Releases: MichaelFraser99/go-jose

v0.9.0

31 Mar 02:43
88e9369
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.8.0...v0.9.0

v0.8.0

31 Mar 02:15
581a57b
Compare
Choose a tag to compare

What's Changed

Note - this version changes the HS algorithm's SecretKey definition and moves it to a single definition inside the common package. Any implementations using the algorithm-specific SecretKey definition will be required to move to the new common.SecretKey

Full Changelog: v0.7.0...v0.8.0

v0.7.0

30 Mar 07:52
0b6d5c1
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.6.2...v0.7.0

v0.6.2

03 Feb 20:36
e563541
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.6.1...v0.6.2

v0.6.1

31 Jan 10:27
eadf1fb
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.6.0...v0.6.1

v0.6.0

29 Dec 18:45
99bb326
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.5.1...v0.6.0

v0.5.1

25 Dec 10:05
Compare
Choose a tag to compare

Full Changelog: v0.5.0...v0.5.1

Added HMAC Signer for spec compliance

v0.4.0

23 Dec 13:30
53a2f9b
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.3.0...v0.4.0

v0.3.0

26 Nov 18:02
Compare
Choose a tag to compare

Added missing Algorithm String calls
Removed Validator included as part of Signer object

Full Changelog: v0.2.0...v0.3.0

v0.2.0

25 Nov 14:10
Compare
Choose a tag to compare

Moved bitsize on NewSigner method to an Opts function allowing for a nil value to be sent when defining non-rs algorithms

Full Changelog: v0.1.0...v0.2.0