chore(deps): update dependency aws-sdk-core to '~> 3.239.0' #1822
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
'~> 3.203.0'->'~> 3.239.0'Release Notes
aws/aws-sdk-ruby (aws-sdk-core)
v3.239.2login_credentialsin credentials chain when config is enabled.v3.239.1v3.239.0Feature - Updated Aws::Signin::Client with the latest API changes.
Issue - Fix region configuration for LoginCredential's Signin client.
v3.238.0Feature - Updated Aws::Signin::Client with the latest API changes.
Feature - Updated Aws::STS::Client with the latest API changes.
Feature - IAM now supports outbound identity federation via the STS GetWebIdentityToken API, enabling AWS workloads to securely authenticate with external services using short-lived JSON Web Tokens.
Feature - Add
LoginCredentialswhich retrieves credentials from AWS Sign-In. Supportaws-sdk-signinalias gem.v3.237.0Feature - Updated Aws::STS::Client with the latest API changes.
Feature - Added GetDelegatedAccessToken API, which is not available for general use at this time.
v3.236.0Feature - Updated Aws::STS::Client with the latest API changes.
Feature - Updated Aws::SSO::Client with the latest API changes.
Feature - Update endpoint ruleset parameters casing
v3.235.0Feature - Updated Aws::SSOOIDC::Client with the latest API changes.
Feature - Update endpoint ruleset parameters casing
v3.234.0Issue - Fix
request_checksum_calculationwhen_requiredmode to only calculate checksums when explicitly provided by user.Feature - Add
CREDENTIALS_CODEmetric forstatic_profile_prefixed methods in default credential chain.v3.233.0Feature - Updated Aws::SSOOIDC::Client with the latest API changes.
Feature - This release includes exception definition and documentation updates.
v3.232.0Feature - Updated Aws::SSO::Client with the latest API changes.
Feature - Remove incorrect endpoint tests
v3.231.0Feature - Remove incorrect endpoint tests
Feature - Add support for ENV as credential source for
AssumeRoleCredentials.v3.230.0v3.229.0Feature - 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.
v3.228.0bigdecimalas a dependency. For systems that are not able to build native extension gems, prefer the locally installedbigdecimalwithbundle install --prefer-local.v3.227.0Feature - 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 an auth scheme signing preference list using
ENV['AWS_AUTH_SCHEME_PREFERENCE']orauth_scheme_preferencein shared configuration.Feature - Support metric tracking for Bedrock Bearer tokens.
v3.226.3Issue - Skip
Aws::InstanceProfileCredentialsinstantiation whenENV['AWS_EC2_METADATA_DISABLED']is set totruein the credential resolution chain.Issue - Refactor
InstanceProfileCredentialsto improve code clarity and documentation.v3.226.2v3.226.1Aws::Errors::SignalEventErrorerror message.v3.226.0Feature - Updated Aws::STS::Client with the latest API changes.
Feature - The AWS Security Token Service APIs AssumeRoleWithSAML and AssumeRoleWithWebIdentity can now be invoked without pre-configured AWS credentials in the SDK configuration.
v3.225.2cgimodules for Ruby 3.5.v3.225.1AwsQueryCompatibleservices.v3.225.0v3.224.1v3.224.0Feature - 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
ENV['AWS_DISABLE_HOST_PREFIX_INJECTION']anddisable_host_prefix_injectionshared config to disable host prefix injection for all services.v3.223.0v3.222.3v3.222.2v3.222.1restprotocols.v3.222.0Feature - Updated Aws::SSOOIDC::Client with the latest API changes.
Feature - This release adds AwsAdditionalDetails in the CreateTokenWithIAM API response.
v3.221.0loggeras an explicit dependency for Ruby 3.5.v3.220.2v3.220.1v3.220.0v3.219.0Feature - 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.
v3.218.1v3.218.0Feature - 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.
v3.217.1transfer-encodingandconnectionto list of unsigned sigv4 headers.v3.217.0Feature - Updated Aws::SSOOIDC::Client with the latest API changes.
Feature - Fixed typos in the descriptions.
v3.216.1Issue - Use epoch seconds instead of milliseconds in cbor encode/decode.
Issue - Add handling of block in response delegation (#3169).
v3.216.0Feature - 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 - Always calculate request checksums for operations that support or require it. Supported config options are
when_supportedandwhen_required. The default value iswhen_supported. This option is configured in code with:request_checksum_calculation, in the shared config file asrequest_checksum_calculation, and in the ENV asENV['AWS_REQUEST_CHECKSUM_CALCULATION'].Feature - Always validate response checksums for operations that support or require it. Supported config options are
when_supportedandwhen_required. The default value iswhen_supported. This option is configured in code with:response_checksum_validation, in the shared config file asresponse_checksum_validation, and in the ENV asENV['AWS_RESPONSE_CHECKSUM_VALIDATION'].Feature - Support CRC64NVME checksums through the
aws-crtgem.v3.215.1v3.215.0Feature - Updated Aws::STS::Client with the latest API changes.
Feature - Fixed typos in the descriptions.
v3.214.1v3.214.0defaults_mode.v3.213.0Feature - Updated Aws::STS::Client with the latest API changes.
Feature - This release introduces the new API 'AssumeRoot', which returns short-term credentials that you can use to perform privileged tasks.
v3.212.0v3.211.0Feature - Support functionality for services that migrate from AWS Query to AWS JSON or CBOR.
Issue - Fix RPCv2 protocol to always send an Accept header for CBOR.
v3.210.0Feature - 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 - reduce memory usage by not using legacy endpoint data unless required.
v3.209.1v3.209.0Feature - 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.
Issue - Add service identifiers to GlobalConfig's list of identifiers outside of autoload (#3113).
Issue - Ignore invalid ARNs when trying to parse accountId in assume role credentials.
v3.208.0Feature - 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 - Use autoloading at the service level to load service clients and resources.
v3.207.0Feature - 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 Account ID credentials using
ENV['AWS_ACCOUNT_ID'],aws_account_idshared config, or theaccount_idClient configuration option.Feature - Support Account ID endpoint mode using
ENV['AWS_ACCOUNT_ID_ENDPOINT_MODE'],aws_account_id_endpoint_modeshared config, or theaccount_id_endpoint_modeClient configuration option. Defaults topreferred, which will use the account id endpoint if available. Set todisabledto disable account id endpoints. Set torequiredto require account id endpoint usage; an error is raised if credentials do not have an account id.v3.206.0sigv4aendpoint auth without CRT.v3.205.0Feature - 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.
Issue - Additional metrics collection in the User-Agent plugin.
v3.204.0Feature - 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.
Issue - Add support for
ssl_certandssl_keyconfiguration options to support mTLS.Configuration
📅 Schedule: Branch creation - "before 8am on Monday" (UTC), 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.
This PR was generated by Mend Renovate. View the repository job log.