Skip to content

Commit 3147382

Browse files
committed
chore(release): 6.0.0 [skip ci]
1 parent b09be5e commit 3147382

File tree

2 files changed

+27
-1
lines changed

2 files changed

+27
-1
lines changed

CHANGELOG.md

+26
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,29 @@
1+
# [6.0.0](https://github.com/gravitee-io/gravitee-policy-jwt/compare/5.2.0...6.0.0) (2024-12-30)
2+
3+
4+
### Bug Fixes
5+
6+
* **deps:** bump apim version ([7999be1](https://github.com/gravitee-io/gravitee-policy-jwt/commit/7999be10ad558c09feda4c2446ba72de081afaa5))
7+
* invoke callback and complete on auth failure ([3f64243](https://github.com/gravitee-io/gravitee-policy-jwt/commit/3f64243e2455609057d4b947c11c623c2cefdf07))
8+
* use provided version of nimbus lib ([7063db4](https://github.com/gravitee-io/gravitee-policy-jwt/commit/7063db42c55cd6bd8a3021502f0bfaf03ce02f12))
9+
10+
11+
### Code Refactoring
12+
13+
* use new HttpSecurityPolicy and BaseExecutionContext interface ([8f6270f](https://github.com/gravitee-io/gravitee-policy-jwt/commit/8f6270f8f22e06c972c141d12c28433b5da2f34e))
14+
15+
16+
### Features
17+
18+
* implement kafka security policy ([f1db2f1](https://github.com/gravitee-io/gravitee-policy-jwt/commit/f1db2f1818a8cc60f8dfeace66a2c5a8d57bd600))
19+
* set a max value for kafka token lifetime ([9195623](https://github.com/gravitee-io/gravitee-policy-jwt/commit/9195623d3e7d3a0f2863ad0837f8cfcdb6295ea3))
20+
* support custom token type header ([d08e658](https://github.com/gravitee-io/gravitee-policy-jwt/commit/d08e65834b2eaf111dc9bdeeaa54223160a10fa4))
21+
22+
23+
### BREAKING CHANGES
24+
25+
* requires APIM 4.6+
26+
127
# [6.0.0-alpha.5](https://github.com/gravitee-io/gravitee-policy-jwt/compare/6.0.0-alpha.4...6.0.0-alpha.5) (2024-12-30)
228

329

pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222

2323
<groupId>io.gravitee.policy</groupId>
2424
<artifactId>gravitee-policy-jwt</artifactId>
25-
<version>6.0.0-alpha.5</version>
25+
<version>6.0.0</version>
2626

2727
<name>Gravitee.io APIM - Policy - JWT</name>
2828
<description>Validate the token signature and expiration date before sending the API call to the target backend</description>

0 commit comments

Comments
 (0)