ayan-biswas0412 / CircuitVerse

CircuitVerse Primary Code Base
https://circuitverse.org
MIT License
0 stars 0 forks source link

Bump aws-sdk-rails from 3.6.0 to 3.7.0 #156

Open dependabot[bot] opened 1 year ago

dependabot[bot] commented 1 year ago

Bumps aws-sdk-rails from 3.6.0 to 3.7.0.

Release notes

Sourced from aws-sdk-rails's releases.

Release V3.7.0 - 01-01-24

  • 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.

Release v3.6.4 - 2022-10-13

Tag release v3.6.4

References: #88

  • Issue - Use in .

  • Issue - Use request.ip in sent_from_docker_host?.

Release v3.6.3 - 2022-09-06

Tag release v3.6.3

References: #82, #85, #86

  • Issue - Remove defaults for : fallback to value configured on queue.

  • Issue - Fix I18n localization bug in SQS adapters.

  • Issue - Remove defaults for visibility_timeout: fallback to value configured on queue.

  • Issue - Fix I18n localization bug in SQS adapters.

Release v3.6.2 - 2022-06-16

Tag release v3.6.2

References: #71, #72, #77, #78, #79, #81

  • Issue - Fix DynamoDB session store to work with Rails 7.

  • Issue - Allow for dynamic message group ids in FIFO Queues.

  • Issue - Fix DynamoDB session store to work with Rails 7.

  • Issue - Allow for dynamic message group ids in FIFO Queues.

Release v3.6.1 - 2021-06-08

Tag release v3.6.1

References: #57, #58, #59, #64, #65, #66, #67, #68, #69, #70

  • Issue - Fix credential loading to work with Rails 7.
Changelog

Sourced from aws-sdk-rails's changelog.

3.7.0 (2023-01-24)

  • 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.

3.6.4 (2022-10-13)

  • Issue - Use request.ip in sent_from_docker_host?.

3.6.3 (2022-09-06)

  • Issue - Remove defaults for visibility_timeout: fallback to value configured on queue.
  • Issue - Fix I18n localization bug in SQS adapters.

3.6.2 (2022-06-16)

  • Issue - Fix DynamoDB session store to work with Rails 7.
  • Issue - Allow for dynamic message group ids in FIFO Queues.

3.6.1 (2021-06-08)

  • Issue - Fix credential loading to work with Rails 7.
Commits
  • 8c16049 Release 3.7.0 (bump version)
  • 8a832c6 Fix sesv2 from_email_address missing sender name (#98)
  • 155ff46 Update CI (#96)
  • 7d6c317 SESv2 support (#93)
  • 6cbe471 Add changelog for SES SMTP methods
  • c6e5649 Support Mail::Message#smtp_envelope_from and _to (#94)
  • d2722d3 Update changelog [ci skip]
  • 87fb5fb Load aliases for Psych 4 (included in Ruby 3.1) (#91)
  • 26dfafc Add Ruby 3.1 to test targets and some improvements for CI (#92)
  • 11c8623 Fixed broken link to LICENCE.txt (#90)
  • Additional commits viewable in compare view


Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)