Skip to content

Releases: aws/aws-sdk-rails

Release v3.4.0 - 2020-12-07

07 Dec 22:08
Compare
Choose a tag to compare

Tag release v3.4.0

References: #45

  • Feature - Add a non-blocking async ActiveJob adapter: :amazon_sqs_async.

  • Feature - Add a lambda handler for processing active jobs from an SQS trigger.

  • Issue - Fix bug in default for backpressure config.

Release v3.3.0 - 2020-12-01

02 Dec 00:22
Compare
Choose a tag to compare

Tag release v3.3.0

References: #42, #43

  • Feature - Add aws-record as a dependency, a rails generator for aws-record models, and a rake task for table migrations.

  • Feature - Add AWS SQS ActiveJob - A lightweight, SQS backend for ActiveJob.

Release v3.2.1 - 2020-11-13

13 Nov 21:29
Compare
Choose a tag to compare

Tag release v3.2.1

  • Issue - Include missing files into the gemspec

Release v3.2.0 - 2020-11-13

13 Nov 21:05
Compare
Choose a tag to compare

Tag release v3.2.0

References: #36, #37, #38, #39, #40, #41

  • Feature - Add support for ActiveSupport::Notifications for instrumenting
    AWS SDK service calls.

  • Feature - Add support for DynamoDB as an ActiveDispatch::Session.

Release v3.1.0 - 2020-04-06

06 Apr 19:31
Compare
Choose a tag to compare

Tag release v3.1.0

References: #33

Merge only credential related keys from Rails encrypted credentials into Aws.config.

Release v3.0.5 - 2019-10-18

18 Oct 02:08
Compare
Choose a tag to compare

Tag release v3.0.5

References: #26, #27, #28, #29

  • Upgrading - Adds support for Rails Encrypted Credentials, requiring Rails 5.2+
    and thus needed a new major version. Consequently drops support for Ruby < 2.3
    and for Rails < 5.2. Delivery method configuration changed from :aws_sdk to
    :ses, to allow for future delivery methods. Adds rubocop to the package and
    fixed many violations. This test framework now includes a dummy application for
    testing future features.

Release v2.1.0 - 2019-02-14

14 Feb 20:41
Compare
Choose a tag to compare

References: #20, #21, #25

  • Feature - Aws::Rails::Mailer - Adds the Amazon SES message ID as a header to raw emails after sending, for tracking purposes. See related GitHub pull request #25.

Release v2.0.1 - 2017-10-03

03 Oct 17:58
Compare
Choose a tag to compare

References: #13

  • Issue - Ensure aws-sdk-rails.initialize executes before load_config_initializers

Release v1.0.1 - 2016-02-01

01 Feb 21:59
Compare
Choose a tag to compare

References: #4

  • Feature - Gemfile - Replaced rails gem dependency with railties
    dependency. With this change, applications that bring their own dependencies
    in place of, for example, ActiveRecord, can do so with reduced bloat.

    See related GitHub pull request #4.

Release v1.0.0 - 2015-03-17

17 Mar 21:41
Compare
Choose a tag to compare
  • Initial Release: Support for Amazon Simple Email Service and Rails Logger