Skip to content

Commit f974e67

Browse files
carlzoghraupachz
authored andcommitted
Bump events lib version to 2.2.9 (aws#128)
1 parent 937b553 commit f974e67

File tree

6 files changed

+12
-8
lines changed

6 files changed

+12
-8
lines changed

aws-lambda-java-events-sdk-transformer/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ Add the following Apache Maven dependencies to your `pom.xml` file:
2121
<dependency>
2222
<groupId>com.amazonaws</groupId>
2323
<artifactId>aws-lambda-java-events</artifactId>
24-
<version>2.2.8</version>
24+
<version>2.2.9</version>
2525
</dependency>
2626
</dependencies>
2727
```
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
### Apr 29, 2020
22
`1.0.0`:
3-
- Added AWS SDK V2 transformers for `DynamodbEvent` in `aws-lambda-java-events` versions up to and including `2.2.8`
3+
- Added AWS SDK V2 transformers for `DynamodbEvent` in `aws-lambda-java-events` versions up to and including `2.x`

aws-lambda-java-events-sdk-transformer/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@
6161
<dependency>
6262
<groupId>com.amazonaws</groupId>
6363
<artifactId>aws-lambda-java-events</artifactId>
64-
<version>2.2.8</version>
64+
<version>2.2.9</version>
6565
<scope>provided</scope>
6666
</dependency>
6767

aws-lambda-java-events/README.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ so the dependencies section in the pom.xml file would like this
4848
<dependency>
4949
<groupId>com.amazonaws</groupId>
5050
<artifactId>aws-lambda-java-events</artifactId>
51-
<version>2.2.8</version>
51+
<version>2.2.9</version>
5252
</dependency>
5353
...
5454
</dependencies>
@@ -69,7 +69,7 @@ For the S3 event the pom would look like this:
6969
<dependency>
7070
<groupId>com.amazonaws</groupId>
7171
<artifactId>aws-lambda-java-events</artifactId>
72-
<version>2.2.8</version>
72+
<version>2.2.9</version>
7373
</dependency>
7474
<dependency>
7575
<groupId>com.amazonaws</groupId>
@@ -95,7 +95,7 @@ For the Kinesis event
9595
<dependency>
9696
<groupId>com.amazonaws</groupId>
9797
<artifactId>aws-lambda-java-events</artifactId>
98-
<version>2.2.8</version>
98+
<version>2.2.9</version>
9999
</dependency>
100100
<dependency>
101101
<groupId>com.amazonaws</groupId>
@@ -121,7 +121,7 @@ For the Dynamodb event
121121
<dependency>
122122
<groupId>com.amazonaws</groupId>
123123
<artifactId>aws-lambda-java-events</artifactId>
124-
<version>2.2.8</version>
124+
<version>2.2.9</version>
125125
</dependency>
126126
<dependency>
127127
<groupId>com.amazonaws</groupId>

aws-lambda-java-events/RELEASE.CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
### May 13, 2020
2+
`2.2.9`:
3+
- Added field `operationName` to `APIGatewayProxyRequestEvent` ([#126](https://github.com/aws/aws-lambda-java-libs/pull/126))
4+
15
### Apr 28, 2020
26
`2.2.8`:
37
- Added missing XML namespace declarations to `pom.xml` file ([#97](https://github.com/aws/aws-lambda-java-libs/issues/97))

aws-lambda-java-events/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
<groupId>com.amazonaws</groupId>
77
<artifactId>aws-lambda-java-events</artifactId>
8-
<version>2.2.8</version>
8+
<version>2.2.9</version>
99
<packaging>jar</packaging>
1010

1111
<name>AWS Lambda Java Events Library</name>

0 commit comments

Comments
 (0)