Skip to content

Commit 9cc0428

Browse files
committed
chore(release): 2.0.0 [skip ci]
1 parent 4e0c440 commit 9cc0428

File tree

2 files changed

+29
-1
lines changed

2 files changed

+29
-1
lines changed

CHANGELOG.md

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,31 @@
1+
# [2.0.0](https://github.com/gravitee-io/gravitee-policy-aws-lambda/compare/1.3.1...2.0.0) (2025-03-10)
2+
3+
4+
### chore
5+
6+
* bump aws java sdk to 2.30.26 ([ad64c97](https://github.com/gravitee-io/gravitee-policy-aws-lambda/commit/ad64c9790252157f9f16e40a4a97d3408086fde4))
7+
* use gravitee-apim-bom in aws lambda policy ([c3ce44a](https://github.com/gravitee-io/gravitee-policy-aws-lambda/commit/c3ce44a84a738d6c2e3528186d70361bf78bc706))
8+
9+
10+
### Features
11+
12+
* add task file to build and copy the plugin easily on APIM ([83961f8](https://github.com/gravitee-io/gravitee-policy-aws-lambda/commit/83961f89a4743c9de47f0e7dc8556077a888ff5f))
13+
* hide scope in policy studio v4 ([c861d41](https://github.com/gravitee-io/gravitee-policy-aws-lambda/commit/c861d41d525816a191efeff7217d2f984a80e46c))
14+
* implement aws lambda policy for V4 APIs ([0ef1925](https://github.com/gravitee-io/gravitee-policy-aws-lambda/commit/0ef1925201d0e18d0b361ed671ceb8201aa0e1bc))
15+
16+
17+
### BREAKING CHANGES
18+
19+
* implementation has changed and use sdk v2 now
20+
21+
(cherry picked from commit 9783474d1b01007e931a9bc1cbf02b3943615420)
22+
* Updating this sdk changes all the implementation of the policy
23+
24+
(cherry picked from commit 73435a3a69c7ca270c6076fcac5ab3e6f24d9ce1)
25+
* require at least APIM 4.7
26+
27+
(cherry picked from commit ce8ce2e98d3894e5f6a64a7a3679a76a20043f40)
28+
129
## [1.3.1](https://github.com/gravitee-io/gravitee-policy-aws-lambda/compare/1.3.0...1.3.1) (2025-03-10)
230

331

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323

2424
<groupId>io.gravitee.policy</groupId>
2525
<artifactId>gravitee-policy-aws-lambda</artifactId>
26-
<version>1.3.1</version>
26+
<version>2.0.0</version>
2727

2828
<name>Gravitee.io APIM - Policy - AWS Lambda Function</name>
2929
<description>Allows to request Lambda instead of or in addition to the backend</description>

0 commit comments

Comments
 (0)