neinteractiveliterature / intercode

The future of convention web applications
MIT License
24 stars 6 forks source link

Update dependency aws-sdk-rails to v4.2.0 #9871

Closed renovate[bot] closed 6 days ago

renovate[bot] commented 6 days ago

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
aws-sdk-rails 4.1.0 -> 4.2.0 age adoption passing confidence

Release Notes

aws/aws-sdk-rails (aws-sdk-rails) ### [`v4.2.0`](https://redirect.github.com/aws/aws-sdk-rails/blob/HEAD/CHANGELOG.md#420-2024-11-20) [Compare Source](https://redirect.github.com/aws/aws-sdk-rails/compare/v4.1.0...v4.2.0) - 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.

Configuration

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

🚦 Automerge: Enabled.

Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

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



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

github-actions[bot] commented 6 days ago

Code Coverage Report: Only Changed Files listed

Package Coverage
Overall Coverage 🟢 85%

Minimum allowed coverage is 0%, this run produced 85%