File tree 27 files changed +48
-26
lines changed
powertools-examples-batch
powertools-examples-cloudformation
powertools-examples-idempotency
powertools-examples-parameters
powertools-examples-serialization
powertools-examples-validation
powertools-cloudformation
powertools-large-messages
27 files changed +48
-26
lines changed Original file line number Diff line number Diff line change @@ -8,6 +8,28 @@ This project follows [Keep a Changelog](https://keepachangelog.com/en/1.0.0/) fo
8
8
9
9
## [ Unreleased]
10
10
11
+ ## [ 1.17.0] - 2023-08-21
12
+
13
+ ### Added
14
+ * Feat: Add Batch Processor module in (#1317 ) by @scottgerring
15
+ * Feat: Add SNS+SQS large messages module (#1310 ) by @jeromevdl
16
+
17
+ ### Maintenance
18
+ * fix: use default credentials provider for all provided SDK clients in (#1303 ) by @roamingthings
19
+ * Chore: Make request for Logger explicitly for current class in (#1307 ) by @jreijn
20
+ * Chore: checkstyle formater & linter in (#1316 ) by @jeromevdl
21
+ * Chore: Add powertools specific user-agent-suffix to the AWS SDK v2 clients by @eldimi in (#1306 )
22
+ * Chore: Add 'v2' branch to build workflows to prepare for v2 work in (#1341 ) by @scottgerring
23
+ * Deps: Bump third party dependencies to the latest versions.
24
+
25
+ ### Documentation
26
+ * Docs: Add maintainers guide in (#1326 ) by @scottgerring
27
+ * Docs: improve contributing guide in (#1334 ) by @jeromevdl
28
+ * Docs: Improve example documentation in (#1291 ) by @scottgerring
29
+ * Docs: Add discord + sec disclosure links to readme in (#1311 ) by @scottgerring
30
+ * Docs: Add external examples from AWS SAM CLI App Templates in (#1318 ) by @AlexeySoshin
31
+ * Docs: Add CDK example in (#1321 ) by @AlexeySoshin
32
+
11
33
## [ 1.16.1] - 2023-07-19
12
34
13
35
* Fix: idempotency timeout bug (#1285 ) by @scottgerring
Original file line number Diff line number Diff line change 20
20
21
21
<groupId >software.amazon.lambda</groupId >
22
22
<artifactId >powertools-examples</artifactId >
23
- <version >1.17.0-SNAPSHOT </version >
23
+ <version >1.17.0</version >
24
24
<packaging >pom</packaging >
25
25
26
26
<name >Powertools for AWS Lambda (Java) library Examples</name >
Original file line number Diff line number Diff line change 5
5
<modelVersion >4.0.0</modelVersion >
6
6
7
7
<groupId >software.amazon.lambda.examples</groupId >
8
- <version >1.17.0-SNAPSHOT </version >
8
+ <version >1.17.0</version >
9
9
<artifactId >powertools-examples-batch</artifactId >
10
10
<packaging >jar</packaging >
11
11
<name >Powertools for AWS Lambda (Java) library Examples - Batch</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.17.0</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 4
4
<modelVersion >4.0.0</modelVersion >
5
5
<groupId >software.amazon.lambda.examples</groupId >
6
6
<artifactId >cdk</artifactId >
7
- <version >1.17.0-SNAPSHOT </version >
7
+ <version >1.17.0</version >
8
8
<properties >
9
9
<project .build.sourceEncoding>UTF-8</project .build.sourceEncoding>
10
10
<cdk .version>2.91.0</cdk .version>
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.17.0</version >
7
7
<artifactId >powertools-examples-core-sam</artifactId >
8
8
<packaging >jar</packaging >
9
9
Original file line number Diff line number Diff line change 17
17
<modelVersion >4.0.0</modelVersion >
18
18
19
19
<groupId >software.amazon.lambda.examples</groupId >
20
- <version >1.17.0-SNAPSHOT </version >
20
+ <version >1.17.0</version >
21
21
<artifactId >powertools-examples-idempotency</artifactId >
22
22
<packaging >jar</packaging >
23
23
<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.17.0</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.17.0</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.17.0</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 16
16
xsi : schemaLocation =" http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd" >
17
17
<modelVersion >4.0.0</modelVersion >
18
18
<groupId >software.amazon.lambda.examples</groupId >
19
- <version >1.17.0-SNAPSHOT </version >
19
+ <version >1.17.0</version >
20
20
<artifactId >powertools-examples-validation</artifactId >
21
21
<packaging >jar</packaging >
22
22
<name >Powertools for AWS Lambda (Java) library Examples - Validation</name >
Original file line number Diff line number Diff line change 20
20
21
21
<groupId >software.amazon.lambda</groupId >
22
22
<artifactId >powertools-parent</artifactId >
23
- <version >1.17.0-SNAPSHOT </version >
23
+ <version >1.17.0</version >
24
24
<packaging >pom</packaging >
25
25
26
26
<name >Powertools for AWS Lambda (Java) library Parent</name >
Original file line number Diff line number Diff line change 6
6
<parent >
7
7
<groupId >software.amazon.lambda</groupId >
8
8
<artifactId >powertools-parent</artifactId >
9
- <version >1.17.0-SNAPSHOT </version >
9
+ <version >1.17.0</version >
10
10
</parent >
11
11
12
12
<build >
Original file line number Diff line number Diff line change 24
24
<parent >
25
25
<artifactId >powertools-parent</artifactId >
26
26
<groupId >software.amazon.lambda</groupId >
27
- <version >1.17.0-SNAPSHOT </version >
27
+ <version >1.17.0</version >
28
28
</parent >
29
29
30
30
<name >Powertools for AWS Lambda (Java)library Cloudformation</name >
Original file line number Diff line number Diff line change 24
24
<parent >
25
25
<artifactId >powertools-parent</artifactId >
26
26
<groupId >software.amazon.lambda</groupId >
27
- <version >1.17.0-SNAPSHOT </version >
27
+ <version >1.17.0</version >
28
28
</parent >
29
29
30
30
<name >Powertools for AWS Lambda (Java) library Core</name >
Original file line number Diff line number Diff line change 10
10
<description >Fake handlers that use Powertools for AWS Lambda (Java).</description >
11
11
12
12
<properties >
13
- <lambda .powertools.version>1.17.0-SNAPSHOT </lambda .powertools.version>
13
+ <lambda .powertools.version>1.17.0</lambda .powertools.version>
14
14
<project .build.sourceEncoding>UTF-8</project .build.sourceEncoding>
15
15
<maven .compiler.source>1.8</maven .compiler.source>
16
16
<maven .compiler.target>1.8</maven .compiler.target>
Original file line number Diff line number Diff line change 20
20
<parent >
21
21
<artifactId >powertools-parent</artifactId >
22
22
<groupId >software.amazon.lambda</groupId >
23
- <version >1.17.0-SNAPSHOT </version >
23
+ <version >1.17.0</version >
24
24
</parent >
25
25
26
26
<artifactId >powertools-e2e-tests</artifactId >
Original file line number Diff line number Diff line change 21
21
<parent >
22
22
<groupId >software.amazon.lambda</groupId >
23
23
<artifactId >powertools-parent</artifactId >
24
- <version >1.17.0-SNAPSHOT </version >
24
+ <version >1.17.0</version >
25
25
</parent >
26
26
27
27
<artifactId >powertools-idempotency</artifactId >
Original file line number Diff line number Diff line change 23
23
<parent >
24
24
<groupId >software.amazon.lambda</groupId >
25
25
<artifactId >powertools-parent</artifactId >
26
- <version >1.17.0-SNAPSHOT </version >
26
+ <version >1.17.0</version >
27
27
</parent >
28
28
29
29
<artifactId >powertools-large-messages</artifactId >
Original file line number Diff line number Diff line change 24
24
<parent >
25
25
<artifactId >powertools-parent</artifactId >
26
26
<groupId >software.amazon.lambda</groupId >
27
- <version >1.17.0-SNAPSHOT </version >
27
+ <version >1.17.0</version >
28
28
</parent >
29
29
30
30
<name >Powertools for AWS Lambda (Java) library Logging</name >
Original file line number Diff line number Diff line change 24
24
<parent >
25
25
<artifactId >powertools-parent</artifactId >
26
26
<groupId >software.amazon.lambda</groupId >
27
- <version >1.17.0-SNAPSHOT </version >
27
+ <version >1.17.0</version >
28
28
</parent >
29
29
30
30
<name >Powertools for AWS Lambda (Java) library Metrics</name >
Original file line number Diff line number Diff line change 21
21
<parent >
22
22
<artifactId >powertools-parent</artifactId >
23
23
<groupId >software.amazon.lambda</groupId >
24
- <version >1.17.0-SNAPSHOT </version >
24
+ <version >1.17.0</version >
25
25
</parent >
26
26
27
27
<artifactId >powertools-parameters</artifactId >
Original file line number Diff line number Diff line change 21
21
<parent >
22
22
<artifactId >powertools-parent</artifactId >
23
23
<groupId >software.amazon.lambda</groupId >
24
- <version >1.17.0-SNAPSHOT </version >
24
+ <version >1.17.0</version >
25
25
</parent >
26
26
27
27
<artifactId >powertools-serialization</artifactId >
Original file line number Diff line number Diff line change 24
24
<parent >
25
25
<artifactId >powertools-parent</artifactId >
26
26
<groupId >software.amazon.lambda</groupId >
27
- <version >1.17.0-SNAPSHOT </version >
27
+ <version >1.17.0</version >
28
28
</parent >
29
29
30
30
<name >Powertools for AWS Lambda (Java) library SQS</name >
Original file line number Diff line number Diff line change 24
24
<parent >
25
25
<artifactId >powertools-parent</artifactId >
26
26
<groupId >software.amazon.lambda</groupId >
27
- <version >1.17.0-SNAPSHOT </version >
27
+ <version >1.17.0</version >
28
28
</parent >
29
29
30
30
<name >Powertools for AWS Lambda (Java) library Test Suite</name >
Original file line number Diff line number Diff line change 24
24
<parent >
25
25
<artifactId >powertools-parent</artifactId >
26
26
<groupId >software.amazon.lambda</groupId >
27
- <version >1.17.0-SNAPSHOT </version >
27
+ <version >1.17.0</version >
28
28
</parent >
29
29
30
30
<name >Powertools for AWS Lambda (Java) library Tracing</name >
Original file line number Diff line number Diff line change 24
24
<parent >
25
25
<artifactId >powertools-parent</artifactId >
26
26
<groupId >software.amazon.lambda</groupId >
27
- <version >1.17.0-SNAPSHOT </version >
27
+ <version >1.17.0</version >
28
28
</parent >
29
29
30
30
<name >Powertools for AWS Lambda (Java) validation library</name >
You can’t perform that action at this time.
0 commit comments