File tree 2 files changed +36
-1
lines changed
2 files changed +36
-1
lines changed Original file line number Diff line number Diff line change
1
+ ### May 21, 2025
2
+ ` 3.1.0 `
3
+ - Add support for multi tenancy ([ #43 ] ( https://github.com/aws/aws-lambda-ruby-runtime-interface-client/pull/43 ) )
4
+
5
+ ### Feb 19, 2025
6
+ ` 3.0.0 `
7
+ - Fix send_error_response method signature ([ #16 ] ( https://github.com/aws/aws-lambda-ruby-runtime-interface-client/pull/16 ) )
8
+ - Add "require 'stringio'" ([ #20 ] ( https://github.com/aws/aws-lambda-ruby-runtime-interface-client/pull/20 ) )
9
+ - CentOS 8 is EOL, stop testing on centOS 8 ([ #21 ] ( https://github.com/aws/aws-lambda-ruby-runtime-interface-client/pull/21 ) )
10
+ - Update rbenv & ruby-build github URLs ([ #22 ] ( https://github.com/aws/aws-lambda-ruby-runtime-interface-client/pull/22 ) )
11
+ - Create pull request template ([ #29 ] ( https://github.com/aws/aws-lambda-ruby-runtime-interface-client/pull/29 ) )
12
+ - Version 3 ([ #38 ] ( https://github.com/aws/aws-lambda-ruby-runtime-interface-client/pull/38 ) )
13
+ - V3 Readme Update ([ #39 ] ( https://github.com/aws/aws-lambda-ruby-runtime-interface-client/pull/39 ) )
14
+ - V3 Readme Update ([ #40 ] ( https://github.com/aws/aws-lambda-ruby-runtime-interface-client/pull/40 ) )
15
+
16
+ ### Sep 29, 2021
17
+ ` 2.0.0 `
18
+ - AWS Lambda Runtime Interface Client for Ruby with ARM64 support
19
+
20
+ ### Dec 18, 2020
21
+ ` 1.0.2 `
22
+ - Fix Logger issue
23
+ - Add User-Agent header for the requests RIC makes
24
+ - Small fix in the README file
25
+
26
+ ### Dec 01, 2020
27
+ ` 1.0.1 `
28
+ - Improve the examples in the README file
29
+ - Update the rake requirement from ~ > 10.0 to ~ > 13.0
30
+ - Add license and required_ruby_version attributes
31
+
32
+ ### Dec 01, 2020
33
+ ` 1.0.0 `
34
+ - Initial release of AWS Lambda Ruby Runtime Interface Client
35
+
Original file line number Diff line number Diff line change 1
1
# frozen_string_literal: true
2
2
3
3
module AwsLambdaRIC
4
- VERSION = '3.0 .0'
4
+ VERSION = '3.1 .0'
5
5
end
You can’t perform that action at this time.
0 commit comments