File tree Expand file tree Collapse 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 Expand file tree Collapse file tree 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
88
99## [Unreleased]
1010
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+
1133## [1.16.1] - 2023-07-19
1234
1335* Fix: idempotency timeout bug (#1285) by @scottgerring
Original file line number Diff line number Diff line change 2020
2121 <groupId>software.amazon.lambda</groupId>
2222 <artifactId>powertools-examples</artifactId>
23- <version>1.17.0-SNAPSHOT </version>
23+ <version>1.17.0</version>
2424 <packaging>pom</packaging>
2525
2626 <name>Powertools for AWS Lambda (Java) library Examples</name>
Original file line number Diff line number Diff line change 55 <modelVersion>4.0.0</modelVersion>
66
77 <groupId>software.amazon.lambda.examples</groupId>
8- <version>1.17.0-SNAPSHOT </version>
8+ <version>1.17.0</version>
99 <artifactId>powertools-examples-batch</artifactId>
1010 <packaging>jar</packaging>
1111 <name>Powertools for AWS Lambda (Java) library Examples - Batch</name>
Original file line number Diff line number Diff line change 33 <modelVersion>4.0.0</modelVersion>
44
55 <groupId>software.amazon.lambda.examples</groupId>
6- <version>1.17.0-SNAPSHOT </version>
6+ <version>1.17.0</version>
77 <artifactId>powertools-examples-cloudformation</artifactId>
88 <packaging>jar</packaging>
99
Original file line number Diff line number Diff line change 44 <modelVersion>4.0.0</modelVersion>
55 <groupId>software.amazon.lambda.examples</groupId>
66 <artifactId>cdk</artifactId>
7- <version>1.17.0-SNAPSHOT </version>
7+ <version>1.17.0</version>
88 <properties>
99 <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
1010 <cdk.version>2.91.0</cdk.version>
Original file line number Diff line number Diff line change 33 <modelVersion>4.0.0</modelVersion>
44
55 <groupId>software.amazon.lambda.examples</groupId>
6- <version>1.17.0-SNAPSHOT </version>
6+ <version>1.17.0</version>
77 <artifactId>powertools-examples-core-sam</artifactId>
88 <packaging>jar</packaging>
99
Original file line number Diff line number Diff line change 1717 <modelVersion>4.0.0</modelVersion>
1818
1919 <groupId>software.amazon.lambda.examples</groupId>
20- <version>1.17.0-SNAPSHOT </version>
20+ <version>1.17.0</version>
2121 <artifactId>powertools-examples-idempotency</artifactId>
2222 <packaging>jar</packaging>
2323 <name>Powertools for AWS Lambda (Java) library Examples - Idempotency</name>
Original file line number Diff line number Diff line change 22 xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
33 <modelVersion>4.0.0</modelVersion>
44 <groupId>software.amazon.lambda.examples</groupId>
5- <version>1.17.0-SNAPSHOT </version>
5+ <version>1.17.0</version>
66 <artifactId>powertools-examples-parameters</artifactId>
77 <packaging>jar</packaging>
88 <name>Powertools for AWS Lambda (Java) library Examples - Parameters</name>
Original file line number Diff line number Diff line change 22 xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
33 <modelVersion>4.0.0</modelVersion>
44 <groupId>software.amazon.lambda.examples</groupId>
5- <version>1.17.0-SNAPSHOT </version>
5+ <version>1.17.0</version>
66 <artifactId>powertools-examples-serialization</artifactId>
77 <packaging>jar</packaging>
88 <name>Powertools for AWS Lambda (Java) library Examples - Serialization</name>
Original file line number Diff line number Diff line change 22 xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
33 <modelVersion>4.0.0</modelVersion>
44 <groupId>software.amazon.lambda.examples</groupId>
5- <version>1.17.0-SNAPSHOT </version>
5+ <version>1.17.0</version>
66 <artifactId>powertools-examples-sqs</artifactId>
77 <packaging>jar</packaging>
88 <name>Powertools for AWS Lambda (Java) library Examples - SQS</name>
You can’t perform that action at this time.
0 commit comments