File tree Expand file tree Collapse file tree 5 files changed +18
-5
lines changed
aws-lambda-java-runtime-interface-client
test/integration/test-handler Expand file tree Collapse file tree 5 files changed +18
-5
lines changed Original file line number Diff line number Diff line change @@ -163,7 +163,7 @@ The purpose of this package is to allow developers to deploy their applications
163163<dependency >
164164 <groupId >com.amazonaws</groupId >
165165 <artifactId >aws-lambda-java-runtime-interface-client</artifactId >
166- <version >2.8.2 </version >
166+ <version >2.8.5 </version >
167167</dependency >
168168```
169169
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.8.2 </version >
73+ <version >2.8.5 </version >
7474 </dependency >
7575 </dependencies >
7676 <build >
@@ -203,7 +203,7 @@ platform-specific JAR by setting the `<classifier>`.
203203<dependency>
204204 <groupId>com.amazonaws</groupId>
205205 <artifactId>aws-lambda-java-runtime-interface-client</artifactId>
206- <version>2.7.0 </version>
206+ <version>2.8.5 </version>
207207 <classifier>linux-x86_64</classifier>
208208</dependency>
209209```
Original file line number Diff line number Diff line change 1+ ### September 17, 2025
2+ ` 2.8.5 `
3+ - Log errorType and errorMessage from RAPID in C++ Client.
4+ - Performance Upgrade for Multiconcurrency Mode.
5+
6+ ### September 9, 2025
7+ ` 2.8.4 `
8+ - Make Trace ID Accessible through Context Object.
9+
10+ ### July 19, 2025
11+ ` 2.8.3 `
12+ - Ensure EventHandlerLoader Thread Safety.
13+
114### June 26, 2025
215` 2.8.2 `
316- Allow AWS_LAMBDA_MAX_CONCURRENCY to be One. Crash the RIC if it is set to an un-parsable string to an integer or an out of bounds value.
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.8.4 </version >
7+ <version >2.8.5 </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.6.0 </version >
18+ <version >2.8.5 </version >
1919 </dependency >
2020 </dependencies >
2121
You can’t perform that action at this time.
0 commit comments