File tree 3 files changed +11
-3
lines changed
aws-lambda-java-runtime-interface-client
3 files changed +11
-3
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.1.1 </version >
73
+ <version >2.2.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
2
+ ` 2.2.0 `
3
+ - Added timestamps to TLV
4
+ - Removed legacy ` init ` method support
5
+ - libcurl updated to version 7.86
6
+ - Support sockets as transport for framed telemetry
7
+ - Updated aws-lambda-java-core to 1.2.2
8
+
1
9
### April 11, 2022
2
10
` 2.1.1 `
3
11
- fix: Re-build of the x86_64/aarch64 artifacts
Original file line number Diff line number Diff line change 4
4
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.2.0 </version >
8
8
<packaging >jar</packaging >
9
9
10
10
<name >AWS Lambda Java Runtime Interface Client</name >
51
51
<dependency >
52
52
<groupId >com.amazonaws</groupId >
53
53
<artifactId >aws-lambda-java-core</artifactId >
54
- <version >1.2.1 </version >
54
+ <version >1.2.2 </version >
55
55
</dependency >
56
56
<dependency >
57
57
<groupId >com.amazonaws</groupId >
You can’t perform that action at this time.
0 commit comments