Skip to content

Releases: nbaars/paseto4j

2024.2

06 Apr 09:31
d534590
Compare
Choose a tag to compare

Version 2024.2

Dependency upgrades 📈

  • Upgrade all Bouncy Castle version

Full Changelog: 2024.1...2024.2

2024.1

06 Apr 08:13
bdf8def
Compare
Choose a tag to compare

Version 2024.1

Dependency upgrades 📈

  • chore: update to latest BC version 1.77

Full Changelog: 2023.1...2024.1

2023.1

05 Jun 18:33
c0c7066
Compare
Choose a tag to compare

2023.0

25 Mar 13:44
Compare
Choose a tag to compare

Version 2023.0

This release is mainly focussed on applying code formatters and updating dependencies.

⭐ Improvements

  • #33 Introduce token classes to bundle verification and construction of tokens
  • #33 Use SecureRandom without explicit algorithm
  • Use Google formatter as part of the build
  • Update documentation regarding the usage of Conventional Commits
  • Use Calendar based versioning instead of random numbers. We use YYYY.micro as versioning schema.

0.0.36

25 Oct 13:22
Compare
Choose a tag to compare

Version 0.0.36

New functionality

  • Update Javadoc links to the protocol #35
  • Add V3 #30
  • Remove Guava as direct dependency #40

Dependencies

  • Bump jackson-databind from 2.13.2.1 to 2.13.4.1 (Test dependency)

0.0.35

26 Aug 13:05
Compare
Choose a tag to compare

Version 0.0.35

New functionality

  • Moved to using Tuweni library instead of Cava
  • Moved to Maven
  • Update libaries which were marked by dependabot

0.0.33

26 Aug 08:20
Compare
Choose a tag to compare

Version 0.0.33

New functionality

  • Support for Version 3

0.0.32

08 Aug 08:23
Compare
Choose a tag to compare

Version 0.0.32

New functionality

  • Moved to using Tuweni library instead of Cava
  • Moved to Maven
  • Update libaries which were marked by dependabot

0.0.31

05 Aug 08:51
Compare
Choose a tag to compare

Version 0.0.31

New functionality

  • Implemented Algorithm-Lucidity. All byte[] keys are now replaced with typed keys. See paseto-examples on how to use these typed keys.

0.0.30

15 Jul 18:56
Compare
Choose a tag to compare

Version 0.0.30

New functionality

  • Rewrite PAE util, removes dependency on ok-http, see #9
  • Remove dependency on Guava
  • Introduced commons project for sharing code between version 1 and version 2