Skip to content

Releases: profunktor/http4s-jwt-auth

v2.0.1

25 Nov 08:24
eeb23d2
Compare
Choose a tag to compare

What's Changed

  • Add MiMa to check for binary compatibility issues by @froth in #460
  • Update doc to not use deprecated methods. by @froth in #481
  • Update sbt-mima-plugin to 1.1.4 by @gvolpe in #482
  • Update sbt, scripted-plugin to 1.10.5 by @gvolpe in #483
  • Update cats-effect to 3.5.6 by @gvolpe in #484

Full Changelog: v2.0.0...v2.0.1

v2.0.0

04 Nov 09:01
84907d6
Compare
Choose a tag to compare

⚠️ This is a breaking major release. The representation of PrivateKey has changed to prevent the jvm from interning cryptographic key material. See #452.
For most use cases existing code should continue to compile with deprecation warnings. It is highly advised to migrate away from the deprecated functions.

What's Changed

New Contributors

Full Changelog: v1.2.3...v2.0.0

v1.2.3

25 Jul 07:12
9199ed0
Compare
Choose a tag to compare

This will be the last release of the 1.x series. A breaking 2.0 release is upcoming.

What's Changed

Full Changelog: v1.2.2...v1.2.3

v1.2.2

25 Jan 07:45
369a837
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.2.1...v1.2.2

v1.2.1

04 Sep 07:50
43a5ded
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.2.0...v1.2.1

v1.2.0

25 Jan 17:26
82c85ec
Compare
Choose a tag to compare

What's Changed 🚀

  • Various updates to make a new release by @gvolpe in #367
  • Update project dependencies to latest versions. by @froth in #366

Full Changelog: v1.1.0...v1.2.0

The publishing of v1.1.0 failed due to expired GPG keys, so making a new one with a few more updates.

v1.1.0

23 Jan 09:49
748b872
Compare
Choose a tag to compare

What's Changed 🚀

Dependency Updates 🤖

Internal Dependency Updates 🔧

New Contributors 🥳

Full Changelog: v1.0.0...v1.1.0

v1.0.0

01 Aug 13:59
1954f3a
Compare
Choose a tag to compare

Final release against http4s-0.23.0.

v1.0.0-RC3

22 May 16:37
71d0463
Compare
Choose a tag to compare
v1.0.0-RC3 Pre-release
Pre-release

Built on http4s-1.0.0-M22.

v1.0.0-RC2

24 Apr 12:41
9943856
Compare
Choose a tag to compare
v1.0.0-RC2 Pre-release
Pre-release

Second RC built against cats-core-2.6.0, cats-effect-3.1.0, fs2-3.0.2 and http4s-1.0.0-M21.