Skip to content

Commit 72e08f9

Browse files
author
Davide Melfi
committed
chore: releasing aws-lambda-tests
1 parent 1f4c1fc commit 72e08f9

File tree

3 files changed

+54
-9
lines changed

3 files changed

+54
-9
lines changed

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

Lines changed: 52 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,56 @@
1-
### March 26, 2026
2-
`1.1.2`:
1+
### March 27, 2026
2+
`1.1.3`:
33
- Add serialization round-trip tests covering 66 event classes
4+
- Bumped `aws-lambda-java-serialization` to version `1.4.0` (Jackson `2.15.x``2.18.6`)
5+
- Bumped `aws-lambda-java-events` to version `3.16.1`
6+
7+
### August 26, 2021
8+
`1.1.1`:
9+
- Bumped `aws-lambda-java-events` to version `3.11.0`
10+
11+
### August 26, 2021
12+
`1.1.0`:
13+
- Added test for `RabbitMQEvent` ([#256](https://github.com/aws/aws-lambda-java-libs/pull/256))
14+
- Added test for `KafkaEventRecord` headers ([#260](https://github.com/aws/aws-lambda-java-libs/pull/260))
15+
- Bumped `aws-lambda-java-events` to version `3.10.0`
16+
17+
### March 24, 2021
18+
`1.0.2`:
19+
--Bumpedbva-events`.0024,chM`3.9.
20+
evthgortided:
21+
- Aent/response files to guarantee order ([#218](https://github.com/a16](http([#testss` to Kafka Eventrvd `bootstrapSAdd-ws/aws-lambda-java-libs/pull/218))s://github.com/aws/aws-lambda-jaws-lambda-java-- Bumped ava-libs/pull/216))### December 10, 2020
22+
`1.0.0`:
23+
events` to version `3.8.0`
24+
AWS Lambda Java Tests
25+
3`1.1.2`:
26+
### March 27, 2026
27+
`1.1.3`:
28+
- Add serialization round-trip tests covering 66 event classes
29+
- Made `LambdaEventAssert` public
30+
- Bumped `aws-lambda-java-serialization` to version `1.4.0` (Jackson `2.15.x``2.18.6`)
31+
- Bumped `aws-lambda-java-events` to version `3.16.1`
32+
33+
### August 26, 2021
34+
`1.1.1`:
35+
- Bumped `aws-lambda-java-events` to version `3.11.0`
36+
37+
### August 26, 2021
38+
`1.1.0`:
39+
- Added test for `RabbitMQEvent` ([#256](https://github.com/aws/aws-lambda-java-libs/pull/256))
40+
- Added test for `KafkaEventRecord` headers ([#260](https://github.com/aws/aws-lambda-java-libs/pull/260))
41+
- Bumped `aws-lambda-java-events` to version `3.10.0`
42+
43+
### March 24, 2021
44+
`1.0.2`:
45+
--Bumpedbva-events`.0024,chM`3.9.
46+
evthgortided:
47+
- Aent/response files to guarantee order ([#218](https://github.com/a16](http([#testss` to Kafka Eventrvd `bootstrapSAdd-ws/aws-lambda-java-libs/pull/218))s://github.com/aws/aws-lambda-jaws-lambda-java-- Bumped ava-libs/pull/216))### December 10, 2020
48+
`1.0.0`:
49+
events` to version `3.8.0`
50+
AWS Lambda Java Tests
51+
52+
- Bumped `aws-lambda-java-serialization` to version `1.4.0` (Jackson `2.15.x``2.18.6`)
53+
- Bumped `aws-lambda-java-events` to version `3.16.1`
454

555
### August 26, 2021
656
`1.1.1`:

aws-lambda-java-tests/pom.xml

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

66
<groupId>com.amazonaws</groupId>
77
<artifactId>aws-lambda-java-tests</artifactId>
8-
<version>1.1.2</version>
8+
<version>1.1.3</version>
99
<packaging>jar</packaging>
1010

1111
<name>AWS Lambda Java Tests</name>

aws-lambda-java-tests/src/main/java/com/amazonaws/services/lambda/runtime/tests/LambdaEventAssert.java

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -25,13 +25,8 @@
2525
* {@link AssertionError}.
2626
* </p>
2727
*
28-
* <p>
29-
* This class is intentionally package-private to support updates to
30-
* the aws-lambda-java-events and aws-lambda-java-serialization packages.
31-
* Consider making it public if there's a real request for it.
32-
* </p>
3328
*/
34-
class LambdaEventAssert {
29+
public class LambdaEventAssert {
3530

3631
private static final ObjectMapper MAPPER = new ObjectMapper();
3732

0 commit comments

Comments
 (0)