Releases: texpert/shrine-aws-lambda
Releases · texpert/shrine-aws-lambda
Fix Shrine 3.x and Ruby 3.x compliance
Upgrade to work with Shrine version 3
0.2.0 (2022-08-28)
What's Changed
Full Changelog: v0.1.2...v0.2.0
Notes
- This release is still using the deprecated Shrine
:versions
plugin
Initial, compatible with shrine-lambda and Shrine 2.x, release
Changes:
-
Breaking: Change gem name to shrine-aws-lambda
-
Breaking: Change class name from Shrine::Plugins::Lambda to Shrine::Plugins::AwsLambda
-
Breaking: Change plugin registration symbol from
:lambda
to:aws_lambda
-
Add
.tools-version
file and specified Ruby 2.7.6 version -
Add rubocop-rspec and rubocop-performane as development dependencies and fix the arised issues