4.0.0 (2024-12-30)
- use new HttpSecurityPolicy interface (9e65b1e)
- requires APIM 4.6+
4.0.0-alpha.4 (2024-12-30)
- deps: bump apim version (7ecbb48)
4.0.0-alpha.3 (2024-11-29)
- set a max value for kafka token lifetime (024ba6e)
4.0.0-alpha.2 (2024-11-25)
- invoke callback and complete on auth failure (121bfeb)
4.0.0-alpha.1 (2024-11-14)
- use new HttpSecurityPolicy interface (9e65b1e)
- implement kafka security policy (a5a87a8)
- requires APIM 4.6+
3.0.5 (2024-08-29)
- Update status code in documentation (240fa30)
3.0.4 (2023-11-24)
- fail with an error if error during token extraction (cd4937d)
3.0.3 (2023-10-06)
- always remove AUTHORIZATION before policyChain.doNext (6a739fd)
3.0.2 (2023-09-05)
- pom.xml to reduce vulnerabilities (ee5d7d6)
3.0.1 (2023-07-20)
- update policy description (5331542)
3.0.0 (2023-07-18)
- bump dependencies versions (1312b09)
- bump gravitee-parent to fix release on Maven Central (457b84d)
- properly handle token extraction (c34a2ee)
- simplify unauthorized message (0358f05)
- deps: update gravitee-parent (18402bb)
- deps: require Java17
- use apim version 4
2.3.2 (2023-07-06)
- bump
gravitee-parent
to 21.0.1 (28a2620)
2.3.1 (2023-07-05)
- add support for
scp
node in Oauth2PolicyV3 (63e6c42) - add support for
scp
node in TokenIntrospectionResult (7fde7bd) - add test support for node (102b726)
2.3.0 (2023-06-30)
- improve special resource type ui component to make it generic (3757774)
2.2.0 (2023-05-29)
- provide execution phase in manifest (df36130)
2.1.1 (2023-04-18)
- clean schema-form to make it compatible with gio-form-json-schema component (ba443ba)
2.1.0 (2023-03-17)
- rename 'jupiter' package in 'reactive' (302d7d0)
2.1.0-alpha.1 (2023-03-13)
- rename 'jupiter' package in 'reactive' (55a95b4)
2.0.1-alpha.1 (2023-02-02)
- bump gateway api version (a922b41)
2.0.0 (2022-12-09)
- bump to rxJava3 (d02d58c)
- rxJava3 required
2.0.0-alpha.1 (2022-10-20)
- bump to rxJava3 (d02d58c)
- rxJava3 required
1.23.0 (2022-09-05)
- plan selection for v3 engine (798f541)
- improve execution context structure (abd7531), closes gravitee-io/issues#8386
1.22.0 (2022-08-16)
- migrate to the new version of Jupiter's SecurityPolicy (1976b54)
1.22.0 (2022-08-16)
- migrate to the new version of Jupiter's SecurityPolicy (1976b54)
1.21.0 (2022-08-08)
- sme: update security policy to be compatible with async reactor (b22e2df)
1.20.0 (2022-06-10)
- jupiter: move to Jupiter SecurityPolicy (87656fc)
1.19.0 (2022-01-21)
- headers: Internal rework and introduce HTTP Headers API (e30b778), closes gravitee-io/issues#6772