Path to this page:
Subject: CVS commit: pkgsrc/www/ruby-aws-sdk-core
From: Takahiro Kambe
Date: 2022-12-04 16:39:57
Message id: 20221204153958.01E24FA90@cvs.NetBSD.org
Log Message:
www/ruby-aws-sdk-core: update to 1.168.3
3.168.3 (2022-12-02)
* Issue - Retry S3's BadDigest error
3.168.2 (2022-11-29)
* Issue - Allow region resolution in AssumeRoleCredentials from
CredentialProviderChain.
3.168.1 (2022-11-18)
* Issue - Fix initialization of SSOTokenProvider when AWS_PROFILE is
specified.
3.168.0 (2022-11-17)
* Feature - Updated Aws::STS::Client with the latest API changes.
3.167.0 (2022-11-09)
* Issue - Ensure the stream_thread is not killed before H2 connection status
is updated (#2779).
* Feature - Add token refresh support to SSOCredentialProvider.
3.166.0 (2022-10-26)
* 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.165.1 (2022-10-25)
* Issue - Require the SignatureV4 plugin to fix compatability with older
aws-sdk-s3 versions (#2774).
3.165.0 (2022-10-25)
* Feature - Updated Aws::SSOOIDC::Client with the latest API changes.
* Feature - Updated Aws::SSO::Client with the latest API changes.
* Feature - Add support for service gems to dynamically determine their own
endpoints via modeling. Service gems now generate a plugin called
"Endpoints" that defines configuration for EndpointProvider, a new public
type, and any client config related to endpoints. Endpoint providers will
resolve values using another new public type, Endpoint Parameters,
generated for each service. The plugin will use the endpoint provider to
resolve an endpoint and then apply it to the request prior to
serialization. Endpoint providers can be composed to change endpoint
resolution logic, i.e. for testing. In addition to endpoints, the
endpoint provider may also override the authentication scheme (auth
scheme) which details how the request should be signed for the endpoint.
A new "Sign" plugin in core replaces the SignatureV4 plugin that will
generically sign any type of auth scheme that a service might have.
3.164.0 (2022-10-21)
* Feature - Updated Aws::SSOOIDC::Client with the latest API changes.
3.163.0 (2022-10-20)
* Feature - Updated Aws::SSOOIDC::Client with the latest API changes.
3.162.0 (2022-10-19)
* Feature - Updated Aws::SSOOIDC::Client with the latest API changes.
3.161.0 (2022-10-18)
* Feature - Support AwsQueryCompatible trait to read error code from
x-amzn-query-error header.
3.160.0 (2022-10-13)
* Feature - Updated Aws::SSO::Client with the latest API changes.
Files: