File tree Expand file tree Collapse file tree 3 files changed +11
-3
lines changed
aws-lambda-java-runtime-interface-client Expand file tree Collapse file tree 3 files changed +11
-3
lines changed Original file line number Diff line number Diff line change @@ -70,7 +70,7 @@ pom.xml
7070 <dependency >
7171 <groupId >com.amazonaws</groupId >
7272 <artifactId >aws-lambda-java-runtime-interface-client</artifactId >
73- <version >2.1.1 </version >
73+ <version >2.2.0 </version >
7474 </dependency >
7575 </dependencies >
7676 <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+
19### April 11, 2022
210` 2.1.1 `
311- fix: Re-build of the x86_64/aarch64 artifacts
Original file line number Diff line number Diff line change 44
55 <groupId >com.amazonaws</groupId >
66 <artifactId >aws-lambda-java-runtime-interface-client</artifactId >
7- <version >2.1.1 </version >
7+ <version >2.2.0 </version >
88 <packaging >jar</packaging >
99
1010 <name >AWS Lambda Java Runtime Interface Client</name >
5151 <dependency >
5252 <groupId >com.amazonaws</groupId >
5353 <artifactId >aws-lambda-java-core</artifactId >
54- <version >1.2.1 </version >
54+ <version >1.2.2 </version >
5555 </dependency >
5656 <dependency >
5757 <groupId >com.amazonaws</groupId >
You can’t perform that action at this time.
0 commit comments