Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps): update dependency aws-sdk-rails to v5 #2451

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Nov 21, 2024

✅ マイナーチェンジ以上のアップデートは動作確認をしてからマージすること

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
aws-sdk-rails 3.6.3 -> 5.0.0 age adoption passing confidence

Release Notes

aws/aws-sdk-rails (aws-sdk-rails)

v5.0.0

Compare Source

  • Feature - [Major Version] Remove dependencies on modular feature gems: aws-actiondispatch-dynamodb, aws-actionmailer-ses, aws-actionmailbox-ses, aws-activejob-sqs, and aws-record-rails.

  • Issue - Remove Aws::Rails.add_action_mailer_delivery_method in favor of ActionMailer::Base.add_delivery_method or the Railtie and configuration in aws-actionmailer-ses ~> 1.

  • Issue - Remove require of aws/rails/action_mailbox/rspec in favor of aws/action_mailbox/ses/rspec.

  • Issue - Remove symlinked namespaces from previous major versions.

  • Feature - ActiveSupport::Notifications are enabled by default and removes Aws::Rails.instrument_sdk_operations.

  • Feature - Moved railtie initializations to their appropriate spots.

  • Issue - Do not execute ActiveJob from EB cron without the root path.

v4.2.0

Compare Source

  • Feature - DynamoDB Session Storage features now live in the aws-actiondispatch-dynamodb gem. This gem depends on aws-sessionstore-dynamodb ~> 3 which depends on rack ~> 3.

  • Feature - Add session store config generation with rails generate dynamo_db:session_store_config. Config generation is no longer tied to the DynamoDB SessionStore ActiveRecord migration generator.

  • Issue - ActionDispatch::Session::DynamoDbStore now inherits ActionDispatch::Session::AbstractStore by wrapping Aws::SessionStore::DynamoDB::RackMiddleware.

  • Issue - DynamoDbStore is now configured with the :dynamo_db_store configuration instead of :dynamodb_store.

  • Feature - Session Store configuration passed into :dynamo_db_store in an initializer will now be considered when using the ActiveRecord migrations or rake tasks that create, delete, or clean session tables.

  • Feature - AWS_DYNAMO_DB_SESSION_CONFIG_FILE is now searched and with precedence over the default Rails configuration YAML file locations.

  • Feature - Prepare modularization of aws-record.

  • Issue - Do not skip autoload modules for Aws::Rails.instrument_sdk_operations.

  • Feature - ActionMailer SES and SESV2 mailers now live in the aws-actionmailer-ses gem.

  • Feature - New namespace and class names for SES and SESV2 mailers. Aws::Rails::SesMailer has been moved to Aws::ActionMailer::SES::Mailer and Aws::Rails::Sesv2Mailer has been moved to Aws::ActionMailer::SESV2::Mailer. The classes have been symlinked for backwards compatibility in this major version.

  • Issue - Add deprecation warning to Aws::Rails.add_action_mailer_delivery_method to instead use ActionMailer::Base.add_delivery_method. This method will be removed in aws-sdk-rails ~> 5.

  • Feature - ActionMailbox SES ingress now lives in the aws-actionmailbox-ses gem.

  • Issue - The Aws::Rails::ActionMailbox::RSpec module has been moved to Aws::ActionMailbox::SES::RSpec and will be removed in aws-sdk-rails ~> 5.

  • Feature - ActiveJob SQS now lives in the aws-activejob-sqs gem.

  • Feature - New namespace and class names for SQS ActiveJob. Existing namespace has temporarily been kept for backward compatibility and will be removed in aws-sdk-rails ~> 5.

  • Issue - Correctly determine if SQSD is running in a Docker container.

  • Feature - Aws::Record scaffold generators now lives in the aws-record-rails gem.

v4.1.0

Compare Source

v4.0.3

Compare Source

  • Issue - Revert validating :ses or :sesv2 as ActionMailer configuration. (#​136)

v4.0.2

Compare Source

  • Issue - Do not require action_mailbox/engine in Aws::Rails::ActionMailbox::Engine and instead check for its existence.

  • Issue - Refactor the loading of the SQS ActiveJob adapter to be in aws/rails/sqs_active_job.

v4.0.1

Compare Source

  • Issue - Require action_mailbox/engine from Aws::Rails::ActionMailbox::Engine.

v4.0.0

Compare Source

  • Feature - Add support for Action Mailbox with SES (#​127).

  • Issue - Ensure :ses or :sesv2 as ActionMailer configuration.

  • Issue - Do not allow :amazon, amazon_sqs, or amazon_sqs_async for SQS active job configuration. Instead use :sqs and :sqs_async.

v3.13.0

Compare Source

  • Feature - Use Concurrent.available_processor_count to set default thread pool max threads (#​125).

  • Issue - No longer rely on caller_runs for backpressure in sqs active job executor (#​123).

v3.12.0

Compare Source

  • Feature - Drop support for Ruby 2.3 and Ruby 2.4 (#​117).
  • Issue - Fix EbsSqsActiveJobMiddleware to detect Docker container with cgroup2. (#​116).

v3.11.0

Compare Source

  • Feature - Add retry_standard_errors (default true) in SQS ActiveJob and improve retry logic (#​114).

v3.10.0

Compare Source

  • Feature - Support enqueue_all in the SQS ActiveJob adapter.

  • Issue - Improve to_h method's performance of Aws::Rails::SqsActiveJob::Configuration.

v3.9.1

Compare Source

  • Issue - Fix negative delay_seconds being passed to parameter in the SQS adapter.

v3.9.0

Compare Source

  • Feature - Add support for selectively choosing deduplication keys.

  • Feature - Set required Ruby version to >= 2.3 (#​104)

  • Issue - Run rubocop on all files. (#​104)

v3.8.0

Compare Source

  • Feature - Improve User-Agent tracking and bump minimum SQS and SES versions.

v3.7.1

Compare Source

  • Issue - Fix detecting docker host in EbsSqsActiveJobMiddleware.

v3.7.0

Compare Source

  • Feature - Add SES v2 Mailer.

  • Feature - Support smtp_envelope_from and _to in SES Mailer.

  • Issue - Fix Ruby 3.1 usage by handling Psych 4 BadAlias error.

v3.6.4

Compare Source

  • Issue - Use request.ip in sent_from_docker_host?.

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot added the dependencies Pull requests that update a dependency file label Nov 21, 2024
@renovate renovate bot requested a review from a team November 21, 2024 19:50
Copy link

Simplecov Report

Covered Threshold
62.87% 60%

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants