Skip to content
This repository was archived by the owner on Jul 10, 2023. It is now read-only.

Releases: texpert/shrine-lambda

Deprecation notice before renaming to shrine-aws-lambda

09 Apr 20:50

Choose a tag to compare

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

24 May 22:48
80273f8

Choose a tag to compare

0.1.0 (2020-05-25)

Full Changelog

Breaking changes:

  • BREAKING CHANGE: Uploader's :lambda\_process method renamed to :lambda\_process\_versions #14 (texpert)

Implemented enhancements:

  • Always set uploader.opts[:backgrounding_promote] to proc { 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

  • Rubocop tuning and offences fixing #12 (texpert)

  • Added RSpec and gem specs

  • Restricted Rubocop version to 0.81 to support Ruby 2.3

Merged pull requests:

  • Added github_changelog_generator as a development dependency #15 (texpert)