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

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


Branch: CURRENT, Version: 3.220.1, Package name: ruby32-aws-sdk-core-3.220.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-03-16 15:34:20 by Takahiro Kambe | Files touched by this commit (2) | Package updated
Log message:
www/ruby-aws-sdk-core: update to 3.220.1

3.220.1 (2025-03-06)

* Issue - Convert stubs at request time.

3.220.0 (2025-03-04)

* Feature - Updated Aws::STS::Client with the latest API changes.
   2025-02-23 16:06:17 by Takahiro Kambe | Files touched by this commit (2) | Package updated
Log message:
www/ruby-aws-sdk-core: update to 3.219.0

3.219.0 (2025-02-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.
   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.