File tree Expand file tree Collapse file tree 5 files changed +10
-6
lines changed
aws-lambda-java-runtime-interface-client
test/integration/test-handler Expand file tree Collapse file tree 5 files changed +10
-6
lines changed Original file line number Diff line number Diff line change @@ -140,7 +140,7 @@ The purpose of this package is to allow developers to deploy their applications
140140<dependency >
141141 <groupId >com.amazonaws</groupId >
142142 <artifactId >aws-lambda-java-runtime-interface-client</artifactId >
143- <version >2.4 .0</version >
143+ <version >2.5 .0</version >
144144</dependency >
145145```
146146
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.4.2 </version >
73+ <version >2.5.0 </version >
7474 </dependency >
7575 </dependencies >
7676 <build >
@@ -160,7 +160,7 @@ platform-specific JAR by setting the `<classifier>`.
160160<dependency>
161161 <groupId>com.amazonaws</groupId>
162162 <artifactId>aws-lambda-java-runtime-interface-client</artifactId>
163- <version>2.4.2 </version>
163+ <version>2.5.0 </version>
164164 <classifier>linux-x86_64</classifier>
165165</dependency>
166166```
Original file line number Diff line number Diff line change 1- ### Februray 27, 2024
1+ ### March 20, 2024
2+ ` 2.5.0 `
3+ - Runtime API client improvements ([ #471 ] ( https://github.com/aws/aws-lambda-java-libs/pull/471 ) )
4+
5+ ### February 27, 2024
26` 2.4.2 `
37- Exceptions caught by the runtime are logged as ERROR in JSON mode
48
Original file line number Diff line number Diff line change 44 <modelVersion >4.0.0</modelVersion >
55 <groupId >com.amazonaws</groupId >
66 <artifactId >aws-lambda-java-runtime-interface-client</artifactId >
7- <version >2.4.2 </version >
7+ <version >2.5.0 </version >
88 <packaging >jar</packaging >
99
1010 <name >AWS Lambda Java Runtime Interface Client</name >
Original file line number Diff line number Diff line change 1515 <dependency >
1616 <groupId >com.amazonaws</groupId >
1717 <artifactId >aws-lambda-java-runtime-interface-client</artifactId >
18- <version >2.4.2 </version >
18+ <version >2.5.0 </version >
1919 </dependency >
2020 </dependencies >
2121
You can’t perform that action at this time.
0 commit comments