Skip to content

Releases: texpert/shrine-aws-lambda

Fix Shrine 3.x and Ruby 3.x compliance

15 May 11:31
Compare
Choose a tag to compare

Changes:

v0.2.1 (2023-05-15)

Full Changelog

Merged pull requests:

  • Fix generate_location method call to be Shrine 3.x and Ruby 3.x compliant #5 (texpert)
  • Bump asdf Ruby to 2.7.8, use bundler 2.3.26 #4 (texpert)

Notes

  • This release is still using the deprecated Shrine :versions plugin

Upgrade to work with Shrine version 3

27 Aug 23:55
Compare
Choose a tag to compare

0.2.0 (2022-08-28)

What's Changed

  • Upgrade to work with Shrine version 3 by @texpert in #3

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

03 Jul 16:38
Compare
Choose a tag to compare

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