Provides API clients for AWS. This gem is part of the official AWS
2025-01-19 17:46:27 by Takahiro Kambe | Files touched by this commit (2) | |
Log message:
www/ruby-aws-sdk-core: update to 3.216.0
3.216.0 (2025-01-15)
* 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 - Always calculate request checksums for operations that support
or require it. Supported config options are when_supported and
when_required. The default value is when_supported. This option is
configured in code with :request_checksum_calculation, in the shared
config file as request_checksum_calculation, and in the ENV as
ENV['AWS_REQUEST_CHECKSUM_CALCULATION'].
* Feature - Always validate response checksums for operations that support
or require it. Supported config options are when_supported and
when_required. The default value is when_supported. This option is
configured in code with :response_checksum_validation, in the shared
config file as response_checksum_validation, and in the ENV as
ENV['AWS_RESPONSE_CHECKSUM_VALIDATION'].
* Feature - Support CRC64NVME checksums through the aws-crt gem.
3.215.1 (2025-01-14)
* Issue - Fixed error when attempting to log an unlinked tempfile.
3.215.0 (2025-01-10)
* Feature - Updated Aws::STS::Client with the latest API changes.
* Feature - Fixed typos in the descriptions.
|
2025-01-02 07:05:16 by Takahiro Kambe | Files touched by this commit (2) | |
Log message:
www/ruby-aws-sdk-core: update to 3.214.1
3.214.1 (2024-12-28)
* Issue - Fix documentation that references a non-existent method.
|
2024-12-11 15:14:43 by Takahiro Kambe | Files touched by this commit (2) | |
Log message:
www/ruby-aws-sdk-core: update to 3.214.0
3.214.0 (2024-11-25)
* Feature - Updated configuration values for defaults_mode.
3.213.0 (2024-11-14)
* Feature - 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.
3.212.0 (2024-11-06)
* Feature - Updated Aws::STS::Client with the latest API changes.
|
2024-10-27 15:26:17 by Takahiro Kambe | Files touched by this commit (3) | |
Log message:
www/ruby-aws-sdk-core: update to 3.211.0
3.211.0 (2024-10-21)
* Feature - 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.
|
2024-10-21 16:43:17 by Takahiro Kambe | Files touched by this commit (2) | |
Log message:
www/ruby-aws-sdk-core: update to 3.210.0
3.210.0 (2024-10-18)
* 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 - reduce memory usage by not using legacy endpoint data unless
required.
|
2024-10-13 18:56:11 by Takahiro Kambe | Files touched by this commit (3) | |
Log message:
www/ruby-aws-sdk-core: update to 3.209.1
3.209.1 (2024-09-25)
* Issue - Add all core plugins to autoloads.
3.209.0 (2024-09-24)
* 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.
* 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.
3.208.0 (2024-09-23)
* 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 - Use autoloading at the service level to load service clients and
resources.
|
2024-09-22 09:49:30 by Takahiro Kambe | Files touched by this commit (2) | |
Log message:
www/ruby-aws-sdk-core: update to 3.207.0
3.207.0 (2024-09-20)
* 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 Account ID credentials using ENV['AWS_ACCOUNT_ID'],
aws_account_id shared config, or the account_id Client configuration
option.
* Feature - Support Account ID endpoint mode using
ENV['AWS_ACCOUNT_ID_ENDPOINT_MODE'], aws_account_id_endpoint_mode shared
config, or the account_id_endpoint_mode Client configuration option.
Defaults to preferred, which will use the account id endpoint if
available. Set to disabled to disable account id endpoints. Set to
required to require account id endpoint usage; an error is raised if
credentials do not have an account id.
3.206.0 (2024-09-17)
* Feature - Support sigv4a endpoint auth without CRT.
|
2024-09-15 18:56:27 by Takahiro Kambe | Files touched by this commit (3) | |
Log message:
www/ruby-aws-sdk-core: update to 3.205.0
3.205.0 (2024-09-11)
* 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.
* Issue - Additional metrics collection in the User-Agent plugin.
3.204.0 (2024-09-10)
* 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.
* Issue - Add support for ssl_cert and ssl_key configuration options to support mTLS.
3.203.0 (2024-09-03)
* 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 - Add support for Observability which includes a configuration, \
telemetry_provider and an OpenTelemetry-based telemetry provider.
3.202.2 (2024-08-30)
* Issue - revert auto-loading of bundled gems.
3.202.1 (2024-08-29)
* Issue - require default plugins when loading aws-sdk-core.
3.202.0 (2024-08-27)
* 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.
* Issue - Reduce initial memory usage by auto-loading bundled gems (STS,
SSO, SSOOIDC).
3.201.5 (2024-08-15)
* Issue - Allow legacy/undocumented sigv4_signer configuration to override
resolved signer.
* Issue - Consider sigv4a supported without crt check.
3.201.4 (2024-08-08)
* Issue - Update waiters to handle expected boolean values when matching
errors.
|