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

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


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

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


Master sites:

Filesize: 407 KB

Version history: (Expand)


CVS history: (Expand)


   2026-01-18 15:43:04 by Takahiro Kambe | Files touched by this commit (3) | Package updated
Log message:
www/ruby-aws-sdk-core: update to 3.241.4

3.241.4 (2026-01-16)

* Issue - Rewind IO during initialization for AwsChunkedTrailerDigestIO.

3.241.3 (2026-01-08)

* Issue - Disable request trailer checksums when using non-HTTPs endpoints.

3.241.2 (2026-01-07)

* Issue - Preserve existing Content-Encoding when applying request trailer
  checksum.

3.241.1 (2026-01-06)

* Issue - Fix memory leak in ClockSkew retry plugin by normalizing endpoints
  to prevent unlimited hash growth.

3.241.0 (2026-01-05)

* Feature - Improved memory efficiency when calculating request checksums.

3.240.0 (2025-12-16)

* Feature - Updated configuration values for defaults_mode.
* Issue - Prioritizes JSON over CBOR when both are supported for stubbed
  clients.

3.239.2 (2025-11-25)

* Issue - Fix login_credentials in credentials chain when config is enabled.

3.239.1 (2025-11-21)

* Issue - Fixed HTTP/2 connection issues when using custom ports.

3.239.0 (2025-11-20)

* Feature - Updated Aws::Signin::Client with the latest API changes.
* Issue - Fix region configuration for LoginCredential's Signin client.

3.238.0 (2025-11-19)

* Feature - 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 LoginCredentials which retrieves credentials from AWS
  Sign-In. Support aws-sdk-signin alias gem.

3.237.0 (2025-11-10)

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

* Feature - Added GetDelegatedAccessToken API, which is not available for
  general use at this time.
   2025-11-03 04:40:16 by Takahiro Kambe | Files touched by this commit (2) | Package updated
Log message:
www/ruby-aws-sdk-core: update to 3.236.0

3.236.0 (2025-10-30)

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

3.235.0 (2025-10-24)

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

* Feature - Update endpoint ruleset parameters casing

3.234.0 (2025-10-21)

* Issue - Fix request_checksum_calculation when_required mode to only
  calculate checksums when explicitly provided by user.

* Feature - Add CREDENTIALS_CODE metric for static_profile_ prefixed methods
  in default credential chain.

3.233.0 (2025-09-23)

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

* Feature - This release includes exception definition and documentation
  updates.
   2025-08-31 16:12:06 by Takahiro Kambe | Files touched by this commit (2) | Package updated
Log message:
www/ruby-aws-sdk-core: update to 3.232.0

3.232.0 (2025-08-28)

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

* Feature - Remove incorrect endpoint tests

3.231.0 (2025-08-26)

* Feature - Remove incorrect endpoint tests

* Feature - Add support for ENV as credential source for
  AssumeRoleCredentials.
   2025-08-24 15:49:42 by Takahiro Kambe | Files touched by this commit (2) | Package updated
Log message:
www/ruby-aws-sdk-core: update to 3.230.0

3.230.0 (2025-08-21)

* Feature - Remove incorrect endpoint tests
   2025-08-11 17:26:28 by Takahiro Kambe | Files touched by this commit (2) | Package updated
Log message:
www/ruby-aws-sdk-core: update to 3.229.0

3.229.0 (2025-08-04)

* 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-08-02 07:50:06 by Takahiro Kambe | Files touched by this commit (2) | Package updated
Log message:
www/ruby-aws-sdk-core: updateo to 3.228.0

3.228.0 (2025-07-31)

* Feature - Add bigdecimal as a dependency.  For systems that are not able
  to build native extension gems, prefer the locally installed bigdecimal
  with bundle install --prefer-local.
   2025-07-27 18:19:05 by Takahiro Kambe | Files touched by this commit (2) | Package updated
Log message:
www/ruby-aws-sdk-core: update to 3.227.0

3.227.0 (2025-07-21)

* 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 an auth scheme signing preference list using
  ENV['AWS_AUTH_SCHEME_PREFERENCE'] or auth_scheme_preference in shared
  configuration.

* Feature - Support metric tracking for Bedrock Bearer tokens.

3.226.3 (2025-07-17)

* Issue - Skip Aws::InstanceProfileCredentials instantiation when
  ENV['AWS_EC2_METADATA_DISABLED'] is set to true in the credential
  resolution chain.

* Issue - Refactor InstanceProfileCredentials to improve code clarity and
  documentation.

3.226.2 (2025-07-01)

* Issue - Document incorrect behavior in protocol error parsing
  (specifically around query and query compatible services).

3.226.1 (2025-06-24)

* Issue - Fixed spelling in the Aws::Errors::SignalEventError error message.

3.226.0 (2025-06-17)

* Feature - 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.
   2025-06-14 16:29:05 by Takahiro Kambe | Files touched by this commit (2) | Package updated
Log message:
www/ruby-aws-sdk-core: update to 3.225.2

3.225.2 (2025-06-10)

* Issue - Only load required cgi modules for Ruby 3.5.