File tree Expand file tree Collapse file tree 6 files changed +16
-27
lines changed
aws-lambda-java-runtime-interface-client
src/test/java/com/amazonaws/services/lambda/runtime/serialization/factories
test/integration/test-handler Expand file tree Collapse file tree 6 files changed +16
-27
lines changed Original file line number Diff line number Diff line change @@ -70,7 +70,7 @@ pom.xml
70
70
<dependency >
71
71
<groupId >com.amazonaws</groupId >
72
72
<artifactId >aws-lambda-java-runtime-interface-client</artifactId >
73
- <version >2.2 .0</version >
73
+ <version >2.3 .0</version >
74
74
</dependency >
75
75
</dependencies >
76
76
<build >
Original file line number Diff line number Diff line change 1
- ### February 3, 2022
1
+ ### March 14, 2023
2
+ ` 2.3.0 `
3
+ - added CRaC context implementation
4
+ - added runtime hooks execution logic
5
+ - updated serialisation dependency
6
+ - reduced Reflection API usage
7
+
8
+ ### February 3, 2023
2
9
` 2.2.0 `
3
10
- Added timestamps to TLV
4
11
- Removed legacy ` init ` method support
Original file line number Diff line number Diff line change 4
4
<modelVersion >4.0.0</modelVersion >
5
5
<groupId >com.amazonaws</groupId >
6
6
<artifactId >aws-lambda-java-runtime-interface-client</artifactId >
7
- <version >2.1.1 </version >
7
+ <version >2.3.0 </version >
8
8
<packaging >jar</packaging >
9
9
10
10
<name >AWS Lambda Java Runtime Interface Client</name >
55
55
<dependency >
56
56
<groupId >com.amazonaws</groupId >
57
57
<artifactId >aws-lambda-java-serialization</artifactId >
58
- <version >1.1.0 </version >
58
+ <version >1.1.2 </version >
59
59
</dependency >
60
60
61
61
<dependency >
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 15
15
<dependency >
16
16
<groupId >com.amazonaws</groupId >
17
17
<artifactId >aws-lambda-java-runtime-interface-client</artifactId >
18
- <version >2.1.1 </version >
18
+ <version >2.3.0 </version >
19
19
</dependency >
20
20
</dependencies >
21
21
Original file line number Diff line number Diff line change 32
32
<maven .compiler.source>1.8</maven .compiler.source>
33
33
<maven .compiler.target>1.8</maven .compiler.target>
34
34
<project .build.sourceEncoding>UTF-8</project .build.sourceEncoding>
35
- <junit .version>5.7.0 </junit .version>
35
+ <junit .version>5.9.2 </junit .version>
36
36
<jacoco .maven.plugin.version>0.8.7</jacoco .maven.plugin.version>
37
37
</properties >
38
38
45
45
<dependency >
46
46
<groupId >com.amazonaws</groupId >
47
47
<artifactId >aws-lambda-java-events</artifactId >
48
- <version >3.11.0 </version >
48
+ <version >3.11.1 </version >
49
49
</dependency >
50
50
<dependency >
51
51
<groupId >org.junit.jupiter</groupId >
65
65
<dependency >
66
66
<groupId >org.apache.commons</groupId >
67
67
<artifactId >commons-lang3</artifactId >
68
- <version >3.11 </version >
68
+ <version >3.12.0 </version >
69
69
</dependency >
70
70
71
71
<dependency >
72
72
<groupId >org.assertj</groupId >
73
73
<artifactId >assertj-core</artifactId >
74
- <version >3.18.1 </version >
74
+ <version >3.24.2 </version >
75
75
<scope >test</scope >
76
76
</dependency >
77
77
</dependencies >
You can’t perform that action at this time.
0 commit comments