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

Update aws-sdk-rails 3.8.0 → 3.9.1 (minor) #1259

Closed
wants to merge 1 commit into from

Conversation

depfu[bot]
Copy link
Contributor

@depfu depfu bot commented Dec 20, 2023

Here is everything you need to know about this update. Please take a good look at what changed and the test results before merging this pull request.

What changed?

✳️ aws-sdk-rails (3.8.0 → 3.9.1) · Repo · Changelog

Release Notes

3.9.1

Tag release v3.9.1

References: #107

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

3.9.0

Tag release v3.9.0

References: #102, #103, #104

  • Feature - Add support for selectively choosing deduplication keys.

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

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

Does any of this look wrong? Please let us know.

Commits

See the full diff on Github. The new version differs by 17 commits:

↗️ aws-eventstream (indirect, 1.2.0 → 1.3.0) · Repo

Sorry, we couldn't find anything useful about this release.

↗️ aws-partitions (indirect, 1.826.0 → 1.870.0) · Repo

Sorry, we couldn't find anything useful about this release.

↗️ aws-record (indirect, 2.11.0 → 2.13.0) · Repo · Changelog

Release Notes

2.13.0

Tag release v2.13.0

References: #138

  • Feature - Allow custom update_expression to be passed through to the
    underlying client calls. (#137)

2.12.0

Tag release v2.12.0

References: #112, #133, #134, #135, #136

  • Feature - Allow put, update, and delete item options to be passed through to
    the underlying client calls.

  • Feature - Add an original_error accessor to Errors::ConditionalWriteFailed
    which contains the Aws::DynamoDB::Errors::ConditionalCheckFailedException
    error. If :return_values_on_condition_check_failure was provided to a put,
    update, or delete item call, this error will contain the item data that failed
    the condition check.

  • Issue - Fix default value for String/Numeric Sets to be unset. (#133)

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

  • Issue - Run Rubocop on all files. (#135)

Does any of this look wrong? Please let us know.

Commits

See the full diff on Github. The new version differs by 24 commits:

↗️ aws-sdk-core (indirect, 3.183.0 → 3.190.0) · Repo · Changelog

Release Notes

3.190.0 (from changelog)

  • Feature - Updated Aws::STS::Client with the latest API changes.

3.189.0 (from changelog)

  • Feature - Updated Aws::STS::Client with the latest API changes.

  • Feature - Updated Aws::SSOOIDC::Client with the latest API changes.

  • Feature - Updated Aws::SSO::Client with the latest API changes.

  • Feature - Support S3 Express authentication.

3.188.0 (from changelog)

  • Feature - AWS SDK for Ruby no longer supports Ruby runtime versions 2.3 and 2.4.

  • Feature - Support AWS_CONTAINER_AUTHORIZATION_TOKEN_FILE in ECSCredentials and also allow for ECS and EKS link-local http addresses.

3.187.1 (from changelog)

  • Issue - For awsQueryCompatible services, default an empty list or map for shapes that were previously flattened in the query protocol.

3.187.0 (from changelog)

  • Feature - Updated Aws::STS::Client with the latest API changes.

  • Feature - Updated Aws::SSOOIDC::Client with the latest API changes.

3.186.0 (from changelog)

  • Feature - Support disabling IMDSv1 in InstanceProfileCredentials using ENV['AWS_EC2_METADATA_V1_DISABLED'], ec2_metadata_v1_disabled shared config, or the disable_imds_v1 credentials option.

3.185.2 (from changelog)

  • Issue - Fix query string support to lists of booleans, floats, integers and timestamps per rest-json protocol.

Does any of this look wrong? Please let us know.

↗️ aws-sdk-dynamodb (indirect, 1.93.1 → 1.98.0) · Repo · Changelog

Release Notes

1.98.0 (from changelog)

  • Feature - Code Generated Changes, see ./build_tools or aws-sdk-core's CHANGELOG.md for details.

1.97.0 (from changelog)

  • Feature - Code Generated Changes, see ./build_tools or aws-sdk-core's CHANGELOG.md for details.

1.96.0 (from changelog)

  • Feature - Updating descriptions for several APIs.

1.95.0 (from changelog)

  • Feature - Code Generated Changes, see ./build_tools or aws-sdk-core's CHANGELOG.md for details.

  • Feature - Simple attributes conversion for item data returned in ConditionalCheckFailedException and other exceptions. (Breaking change / bug fix)

1.94.0 (from changelog)

  • Feature - Amazon DynamoDB now supports Incremental Export as an enhancement to the existing Export Table

Does any of this look wrong? Please let us know.

↗️ aws-sdk-ses (indirect, 1.55.0 → 1.58.0) · Repo · Changelog

Release Notes

1.58.0 (from changelog)

  • Feature - Code Generated Changes, see ./build_tools or aws-sdk-core's CHANGELOG.md for details.

1.57.0 (from changelog)

  • Feature - Code Generated Changes, see ./build_tools or aws-sdk-core's CHANGELOG.md for details.

1.56.0 (from changelog)

  • Feature - Code Generated Changes, see ./build_tools or aws-sdk-core's CHANGELOG.md for details.

Does any of this look wrong? Please let us know.

↗️ aws-sdk-sesv2 (indirect, 1.39.0 → 1.43.0) · Repo · Changelog

Release Notes

1.43.0 (from changelog)

  • Feature - Code Generated Changes, see ./build_tools or aws-sdk-core's CHANGELOG.md for details.

1.42.0 (from changelog)

  • Feature - Code Generated Changes, see ./build_tools or aws-sdk-core's CHANGELOG.md for details.

1.41.0 (from changelog)

  • Feature - This release provides enhanced visibility into your SES identity verification status. This will offer you more actionable insights, enabling you to promptly address any verification-related issues.

1.40.0 (from changelog)

  • Feature - Code Generated Changes, see ./build_tools or aws-sdk-core's CHANGELOG.md for details.

Does any of this look wrong? Please let us know.

↗️ aws-sdk-sqs (indirect, 1.62.0 → 1.69.0) · Repo · Changelog

Release Notes

1.69.0 (from changelog)

  • Feature - Code Generated Changes, see ./build_tools or aws-sdk-core's CHANGELOG.md for details.

1.68.0 (from changelog)

  • Feature - Code Generated Changes, see ./build_tools or aws-sdk-core's CHANGELOG.md for details.

1.67.0 (from changelog)

  • Feature - This release enables customers to call SQS using AWS JSON-1.0 protocol and bug fix.

1.66.0

References: #870

  • Issue - AWS::S3 - Resolved an issue where the SDK would not retry errors returned
    from Amazon S3 inside the bodies of 200 status code HTTP responses. This was
    correctly handled for AWS::S3::Client#complete_multipart_upload, but
    not for #copy_part, and :copy_object.

    This fix addresses an issue where managed multipart copies would raise an
    error about a missing etag. These operations should not be retried up to
    three times and raise a terminal error if they are not successful.

    See related GitHub issue #870.

1.65.0

References: #861, #864

  • Feature - AWS::OpsWorks - Updated AWS::OpsWorks::Client to support the latest API
    features.

  • Issue - AWS::EC2 - Now conditionally extracting DestintationCidrBlock from VPC
    endpoints.

    See related GitHub issue #864.

1.64.0

References: #723, #760

1.63.0

References: #692

  • Feature - Aws::CloudFront - Added support for the 2014-11-06 API version.
  • Feature - Aws::IAM - Added support for managed policies.

Does any of this look wrong? Please let us know.

↗️ aws-sigv4 (indirect, 1.6.0 → 1.8.0) · Repo · Changelog


Depfu Status

Depfu will automatically keep this PR conflict-free, as long as you don't add any commits to this branch yourself. You can also trigger a rebase manually by commenting with @depfu rebase.

All Depfu comment commands
@​depfu rebase
Rebases against your default branch and redoes this update
@​depfu recreate
Recreates this PR, overwriting any edits that you've made to it
@​depfu merge
Merges this PR once your tests are passing and conflicts are resolved
@​depfu cancel merge
Cancels automatic merging of this PR
@​depfu close
Closes this PR and deletes the branch
@​depfu reopen
Restores the branch and reopens this PR (if it's closed)
@​depfu pause
Ignores all future updates for this dependency and closes this PR
@​depfu pause [minor|major]
Ignores all future minor/major updates for this dependency and closes this PR
@​depfu resume
Future versions of this dependency will create PRs again (leaves this PR as is)

@depfu depfu bot added the depfu label Dec 20, 2023
@mitlib mitlib temporarily deployed to thesis-submit-pr-1259 December 20, 2023 19:45 Inactive
Copy link
Contributor Author

depfu bot commented Jan 20, 2024

Closed in favor of #1271.

@depfu depfu bot closed this Jan 20, 2024
@depfu depfu bot deleted the depfu/update/aws-sdk-rails-3.9.1 branch January 20, 2024 20:17
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant