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

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


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

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


Master sites:

Filesize: 375 KB

Version history: (Expand)


CVS history: (Expand)


   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.
   2024-09-15 18:56:27 by Takahiro Kambe | Files touched by this commit (3) | Package updated
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.
   2024-07-28 15:43:46 by Takahiro Kambe | Files touched by this commit (2) | Package updated
Log message:
www/ruby-aws-sdk-core: update to 3.201.3

3.201.3 (2024-07-23)

* Issue - Add disableNormalizePath when resolving auth_scheme for S3.
   2024-07-20 17:41:16 by Takahiro Kambe | Files touched by this commit (2) | Package updated
Log message:
www/ruby-aws-sdk-core: update to 3.201.2

3.201.2 (2024-07-18)

* Issue - Allow modeled types to be used for Union inputs.
* Issue - Ensure that nested sensitive members and sensitive members
  of lists and maps are filtered.
   2024-07-13 17:32:45 by Takahiro Kambe | Files touched by this commit (2) | Package updated
Log message:
www/ruby-aws-sdk-core: update to 3.201.1

3.201.1 (2024-07-05)

* Issue - Fix Aws::ProcessCredentials warning in cases where shared config
  is used.