Skip to content

Commit 3e1594c

Browse files
authored
Release aws-lambda-java-runtime-interface-client, version 2.2.0 (#398)
1 parent 9e0883b commit 3e1594c

File tree

3 files changed

+11
-3
lines changed

3 files changed

+11
-3
lines changed

aws-lambda-java-runtime-interface-client/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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>

aws-lambda-java-runtime-interface-client/RELEASE.CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
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

aws-lambda-java-runtime-interface-client/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
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>
@@ -51,7 +51,7 @@
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>

0 commit comments

Comments
 (0)