Releases: biscuit-auth/biscuit-java
Releases · biscuit-auth/biscuit-java
4.0.0
3.0.1
3.0.0
2.4.0
2.3.1
What's Changed
- Enable adding policies as object by @henrydaly in #52
- update package name and URL by @Geal in #54
- add support for the root key id by @Geal in #53
- v2.3.1 by @Geal in #55
This package is now available as org.biscuitsec.biscuit
New Contributors
- @henrydaly made their first contribution in #52
Full Changelog: 2.2.1...2.3.1
2.2.1
What's Changed
- Bump protobuf-java from 3.16.1 to 3.16.3 by @dependabot in #50
- authorize colon & digit by @KannarFr in #49
Full Changelog: 2.2.0...2.2.1
2.2.0
What's Changed
- fix the block version check and update the samples by @Geal in https://github.com/CleverCloud/biscuit-java/pull/45
Full Changelog: CleverCloud/biscuit-java@2.1.0...2.2.0
2.1.0
What's Changed more info here
- Introduce UnverifiedBiscuit by @KannarFr in https://github.com/CleverCloud/biscuit-java/pull/37
- Make default symbol table conform to the spec by @divarvel in https://github.com/CleverCloud/biscuit-java/pull/38
- Add and contains on string by @KannarFr in https://github.com/CleverCloud/biscuit-java/pull/40
- bump proto according to spec by @KannarFr in https://github.com/CleverCloud/biscuit-java/pull/41
- authorizer: blocks are now scoped by @KannarFr in https://github.com/CleverCloud/biscuit-java/pull/42
- Create CODE_OF_CONDUCT.md by @KannarFr in https://github.com/CleverCloud/biscuit-java/pull/44
- implement authorizedworld with queryAll method by @KannarFr in https://github.com/CleverCloud/biscuit-java/pull/43
New Contributors
- @divarvel made their first contribution in https://github.com/CleverCloud/biscuit-java/pull/38
Full Changelog: CleverCloud/biscuit-java@2.0.0...2.1.0
v2.0.0
This is biscuit-java v2.0.0 which implements https://github.com/biscuit-auth/biscuit spec v2.
The cryptographic algorithm is now using Ed25519
and breaking with biscuit v1.
This version adds a lot of simplification in writing datalog facts, rules, and checks with ExpressionParsers.