This repository was archived by the owner on Jul 10, 2023. It is now read-only.
Releases: texpert/shrine-lambda
Releases · texpert/shrine-lambda
Deprecation notice before renaming to shrine-aws-lambda
shrine-lambda gem has been renamed to shrine-aws-lambda for clarity, and the new repository is https://github.com/texpert/shrine-aws-lambda
The current version, 0.1.1, is the last version under the shrine-lambda name.
Thank you for using this gem!
v0.1.0: Merge pull request #16 from texpert/prepare-0.1.0
0.1.0 (2020-05-25)
Breaking changes:
- BREAKING CHANGE: Uploader's
:lambda\_processmethod renamed to:lambda\_process\_versions#14 (texpert)
Implemented enhancements:
-
Always set
uploader.opts[:backgrounding_promote]toproc { lambda_process }to avoid random values (discovered when running the specs). -
Fixed edge cases to guard against attacher.data_attribute returning nil and missing secret key in metadata
-
Added RSpec and gem specs
-
Restricted Rubocop version to 0.81 to support Ruby 2.3
Merged pull requests: