./www/ruby-aws-sdk-core, AWS SDK for Ruby - Core

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ] [ Add to tracker ]


Branch: CURRENT, Version: 3.218.1, Package name: ruby32-aws-sdk-core-3.218.1, Maintainer: pkgsrc-users

Provides API clients for AWS. This gem is part of the official AWS
SDK for Ruby.


Master sites:

Filesize: 381 KB

Version history: (Expand)


CVS history: (Expand)


   2025-02-09 16:15:16 by Takahiro Kambe | Files touched by this commit (2) | Package updated
Log message:
www/ruby-aws-sdk-core: update to 1.218.1

3.218.1 (2025-02-07)

* Issue - Add handling of block in ExtendedSession delegation (#3178).

3.218.0 (2025-02-06)

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

3.217.1 (2025-01-30)

* Issue - Add transfer-encoding and connection to list of unsigned sigv4
  headers.

3.217.0 (2025-01-24)

* Feature - Updated Aws::SSOOIDC::Client with the latest API changes.
* Feature - Fixed typos in the descriptions.

3.216.1 (2025-01-22)

* Issue - Use epoch seconds instead of milliseconds in cbor encode/decode.
* Issue - Add handling of block in response delegation (#3169).
   2025-01-19 17:46:27 by Takahiro Kambe | Files touched by this commit (2) | Package updated
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) | Package updated
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) | Package updated
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) | Package updated
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) | Package updated
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) | Package updated
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) | Package updated
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.