Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 12 additions & 0 deletions RELEASE.CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
### Apr 15, 2026
`3.2.0`
- fix: sha GitHub actions ([#59](https://github.com/aws/aws-lambda-ruby-runtime-interface-client/pull/59))
- Add structured JSON logging support
([#58](https://github.com/aws/aws-lambda-ruby-runtime-interface-client/pull/58))
- feat: add dockerized testing
([#57](https://github.com/aws/aws-lambda-ruby-runtime-interface-client/pull/57))
- Update README with correct handler usage ([#55](https://github.com/aws/aws-lambda-ruby-runtime-interface-client/pull/55))
- Implement local RIC running ([#54](https://github.com/aws/aws-lambda-ruby-runtime-interface-client/pull/54))
- Add logger runtime dependency for Ruby 3.5 compatibility ([#53](https://github.com/aws/aws-lambda-ruby-runtime-interface-client/pull/53))
- Fix undefined variable in test error message ([#52](https://github.com/aws/aws-lambda-ruby-runtime-interface-client/pull/52))

### Jun 10, 2025
`3.1.3`
- Handle Signal Exceptions during Runtime API Http Requests Gracefully and Version Bump to 3.1.3 ([#50](https://github.com/aws/aws-lambda-ruby-runtime-interface-client/pull/50))
Expand Down
2 changes: 1 addition & 1 deletion lib/aws_lambda_ric/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# frozen_string_literal: true

module AwsLambdaRIC
VERSION = '3.1.3'
VERSION = '3.2.0'
end
Loading