Releases: nbaars/paseto4j
Releases · nbaars/paseto4j
2024.3
Version 2024.3
New functionality ✨
- V4 is now supported, many thanks to untoldwind, see #156
Bug fixes 🐞
Technical improvements 👩💻
- Updated documentation.
Dependency upgrades 📈
Full Changelog: 2024.2...2024.3
2024.2
Version 2024.2
Dependency upgrades 📈
- Upgrade all Bouncy Castle version
Full Changelog: 2024.1...2024.2
2024.1
Version 2024.1
Dependency upgrades 📈
- chore: update to latest BC version 1.77
Full Changelog: 2023.1...2024.1
2023.1
2023.0
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
0.0.35
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
Version 0.0.33
New functionality
- Support for Version 3
0.0.32
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
Version 0.0.31
New functionality
- Implemented Algorithm-Lucidity. All
byte[]
keys are now replaced with typed keys. Seepaseto-examples
on how to use these typed keys.