File tree Expand file tree Collapse file tree 25 files changed +34
-26
lines changed
powertools-examples-cloudformation
powertools-examples-idempotency
powertools-examples-parameters
powertools-examples-serialization
powertools-examples-validation
powertools-cloudformation Expand file tree Collapse file tree 25 files changed +34
-26
lines changed Original file line number Diff line number Diff line change @@ -8,6 +8,14 @@ This project follows [Keep a Changelog](https://keepachangelog.com/en/1.0.0/) fo
8
8
9
9
## [ Unreleased]
10
10
11
+ ## [ 1.16.1] - 2023-07-19
12
+
13
+ * Fix: idempotency timeout bug (#1285 ) by @scottgerring
14
+ * Fix: ParamManager cannot provide default SSM & Secrets providers (#1282 ) by @jeromevdl
15
+ * Fix: Handle batch failures in FIFO queues correctly (#1183 ) by @scottgerring
16
+ * Deps: Bump third party dependencies to the latest versions.
17
+
18
+
11
19
## [ 1.16.0] - 2023-06-29
12
20
13
21
Original file line number Diff line number Diff line change @@ -20,17 +20,17 @@ Powertools for AWS Lambda (Java) is available in Maven Central. You can use your
20
20
<dependency >
21
21
<groupId >software.amazon.lambda</groupId >
22
22
<artifactId >powertools-tracing</artifactId >
23
- <version >1.16.0 </version >
23
+ <version >1.16.1 </version >
24
24
</dependency >
25
25
<dependency >
26
26
<groupId >software.amazon.lambda</groupId >
27
27
<artifactId >powertools-logging</artifactId >
28
- <version >1.16.0 </version >
28
+ <version >1.16.1 </version >
29
29
</dependency >
30
30
<dependency >
31
31
<groupId >software.amazon.lambda</groupId >
32
32
<artifactId >powertools-metrics</artifactId >
33
- <version >1.16.0 </version >
33
+ <version >1.16.1 </version >
34
34
</dependency >
35
35
...
36
36
</dependencies >
Original file line number Diff line number Diff line change 6
6
7
7
<groupId >software.amazon.lambda</groupId >
8
8
<artifactId >powertools-examples</artifactId >
9
- <version >1.17.0-SNAPSHOT </version >
9
+ <version >1.16.1 </version >
10
10
<packaging >pom</packaging >
11
11
12
12
<name >Powertools for AWS Lambda (Java) library Examples</name >
Original file line number Diff line number Diff line change 3
3
<modelVersion >4.0.0</modelVersion >
4
4
5
5
<groupId >software.amazon.lambda.examples</groupId >
6
- <version >1.17.0-SNAPSHOT </version >
6
+ <version >1.16.1 </version >
7
7
<artifactId >powertools-examples-cloudformation</artifactId >
8
8
<packaging >jar</packaging >
9
9
Original file line number Diff line number Diff line change 3
3
<modelVersion >4.0.0</modelVersion >
4
4
5
5
<groupId >software.amazon.lambda.examples</groupId >
6
- <version >1.17.0-SNAPSHOT </version >
6
+ <version >1.16.1 </version >
7
7
<artifactId >powertools-examples-core</artifactId >
8
8
<packaging >jar</packaging >
9
9
Original file line number Diff line number Diff line change 3
3
<modelVersion >4.0.0</modelVersion >
4
4
5
5
<groupId >software.amazon.lambda.examples</groupId >
6
- <version >1.17.0-SNAPSHOT </version >
6
+ <version >1.16.1 </version >
7
7
<artifactId >powertools-examples-idempotency</artifactId >
8
8
<packaging >jar</packaging >
9
9
<name >Powertools for AWS Lambda (Java) library Examples - Idempotency</name >
Original file line number Diff line number Diff line change 2
2
xsi : schemaLocation =" http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd" >
3
3
<modelVersion >4.0.0</modelVersion >
4
4
<groupId >software.amazon.lambda.examples</groupId >
5
- <version >1.17.0-SNAPSHOT </version >
5
+ <version >1.16.1 </version >
6
6
<artifactId >powertools-examples-parameters</artifactId >
7
7
<packaging >jar</packaging >
8
8
<name >Powertools for AWS Lambda (Java) library Examples - Parameters</name >
Original file line number Diff line number Diff line change 2
2
xsi : schemaLocation =" http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd" >
3
3
<modelVersion >4.0.0</modelVersion >
4
4
<groupId >software.amazon.lambda.examples</groupId >
5
- <version >1.17.0-SNAPSHOT </version >
5
+ <version >1.16.1 </version >
6
6
<artifactId >powertools-examples-serialization</artifactId >
7
7
<packaging >jar</packaging >
8
8
<name >Powertools for AWS Lambda (Java) library Examples - Serialization</name >
Original file line number Diff line number Diff line change 2
2
xsi : schemaLocation =" http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd" >
3
3
<modelVersion >4.0.0</modelVersion >
4
4
<groupId >software.amazon.lambda.examples</groupId >
5
- <version >1.17.0-SNAPSHOT </version >
5
+ <version >1.16.1 </version >
6
6
<artifactId >powertools-examples-sqs</artifactId >
7
7
<packaging >jar</packaging >
8
8
<name >Powertools for AWS Lambda (Java) library Examples - SQS</name >
Original file line number Diff line number Diff line change 2
2
xsi : schemaLocation =" http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd" >
3
3
<modelVersion >4.0.0</modelVersion >
4
4
<groupId >software.amazon.lambda.examples</groupId >
5
- <version >1.17.0-SNAPSHOT </version >
5
+ <version >1.16.1 </version >
6
6
<artifactId >powertools-examples-validation</artifactId >
7
7
<packaging >jar</packaging >
8
8
<name >Powertools for AWS Lambda (Java) library Examples - Validation</name >
You can’t perform that action at this time.
0 commit comments