Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
devel:languages:ruby:extensions
rubygem-aws-sdk-core
rubygem-aws-sdk-core.changes
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File rubygem-aws-sdk-core.changes of Package rubygem-aws-sdk-core
------------------------------------------------------------------- Mon Nov 4 16:10:25 UTC 2024 - Dan Čermák <dan.cermak@posteo.net> - 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. 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. 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. 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. 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. 3.201.3 (2024-07-23) ------------------ * Issue - Add `disableNormalizePath` when resolving auth_scheme for S3. 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. ------------------------------------------------------------------- Tue Jul 16 09:11:42 UTC 2024 - Dan Čermák <dan.cermak@posteo.net> - 3.201.1 (2024-07-05) ------------------ * Issue - Fix `Aws::ProcessCredentials` warning in cases where shared config is used. 3.201.0 (2024-07-02) ------------------ * 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 `auth` trait to enable SigV4a based services. * Feature - Support configuration for sigv4a signing regions using `ENV['AWS_SIGV4A_SIGNING_REGION_SET']`, `sigv4a_signing_region_set` shared config, or the `sigv4a_signing_region_set` client option. 3.200.0 (2024-06-28) ------------------ * 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.199.0 (2024-06-25) ------------------ * Feature - Support RpcV2 protocol. * Feature - Add CBOR encoder and decoder. * Issue - Enhance, refactor, and rebase protocols to be consistent. Ensure protocol tests are run for each engine. 3.198.0 (2024-06-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. * Feature - Support `:plugins` option on all Clients or using `Aws.config[:plugins]`. ------------------------------------------------------------------- Fri Jun 21 09:24:18 UTC 2024 - Dan Čermák <dan.cermak@posteo.net> - New upstream release 3.197.2, see bundled CHANGELOG.md ------------------------------------------------------------------- Mon Jan 29 13:38:19 UTC 2024 - Dan Čermák <dan.cermak@posteo.net> - 3.191.0 (2024-01-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. * Feature - Add RBS signature files to support static type checking. 3.190.3 (2024-01-16) ------------------ * Issue - Add mutex around accessing stub api_requests. 3.190.2 (2024-01-09) ------------------ * Issue - Minor performance optimization. 3.190.1 (2023-12-20) ------------------ * Issue - Add mutex around stub api_requests. 3.190.0 (2023-11-29) ------------------ * Feature - Updated Aws::STS::Client with the latest API changes. 3.189.0 (2023-11-28) ------------------ * 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 S3 Express authentication. 3.188.0 (2023-11-22) ------------------ * Feature - AWS SDK for Ruby no longer supports Ruby runtime versions 2.3 and 2.4. * Feature - Support `AWS_CONTAINER_AUTHORIZATION_TOKEN_FILE` in `ECSCredentials` and also allow for ECS and EKS link-local http addresses. 3.187.1 (2023-11-20) ------------------ * Issue - For `awsQueryCompatible` services, default an empty list or map for shapes that were previously flattened in the query protocol. 3.187.0 (2023-11-17) ------------------ * Feature - Updated Aws::STS::Client with the latest API changes. * Feature - Updated Aws::SSOOIDC::Client with the latest API changes. ------------------------------------------------------------------- Fri Nov 3 07:33:15 UTC 2023 - Dan Čermák <dan.cermak@posteo.net> - 3.186.0 (2023-11-02) ------------------ * Feature - Support disabling IMDSv1 in `InstanceProfileCredentials` using `ENV['AWS_EC2_METADATA_V1_DISABLED']`, `ec2_metadata_v1_disabled` shared config, or the `disable_imds_v1` credentials option. ------------------------------------------------------------------- Thu Nov 2 14:33:54 UTC 2023 - Dan Čermák <dan.cermak@posteo.net> - 3.185.2 (2023-10-31) ------------------ * Issue - Fix query string support to lists of booleans, floats, integers and timestamps per rest-json protocol. 3.185.1 (2023-10-05) ------------------ * Issue - Ignore `__type` when deserializing Unions. 3.185.0 (2023-10-02) ------------------ * Feature - Updated Aws::STS::Client with the latest API changes. * Feature - Updated Aws::SSO::Client with the latest API changes. 3.184.0 (2023-09-27) ------------------ * Feature - Change the `ServiceError` data member from read only to read/write. 3.183.1 (2023-09-25) ------------------ * Issue - Remove value inspection from param validation errors. 3.183.0 (2023-09-20) ------------------ * Feature - Updated Aws::SSOOIDC::Client with the latest API changes. 3.182.0 (2023-09-19) ------------------ * Feature - Updated Aws::SSOOIDC::Client with the latest API changes. * Feature - Updated Aws::SSO::Client with the latest API changes. 3.181.1 (2023-09-14) ------------------ * Issue - Fix host label validation in endpoint matchers. 3.181.0 (2023-08-22) ------------------ * Feature - Add support for `on_chunk_received` callback. 3.180.3 (2023-08-09) ------------------ * Issue - Add support for sso-session names with whitespace configured by the CLI `aws sso configure` command (#2895). 3.180.2 (2023-08-07) ------------------ * Issue - Fix parsing of ini files with mixes of blank properties and nested configurations. 3.180.1 (2023-07-31) ------------------ * Issue - Remove checksums from default stubs (#2888). 3.180.0 (2023-07-25) ------------------ * Feature - Updated Aws::STS::Client with the latest API changes. 3.179.0 (2023-07-24) ------------------ * Feature - Add `checksum_validated` method to response. 3.178.0 (2023-07-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. * Feature - Add support for configuring the endpoint URL in the shared configuration file or via an environment variable for a specific AWS service or all AWS services. 3.177.0 (2023-07-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. * Feature - Add support for Request Compression. 3.176.1 (2023-06-29) ------------------ * Issue - Fix signing for S3/S3 Control and `aws-crt` gem for certain object keys (#2849). * Issue - Ensure `SSOCredentials` `#expiration` is a `Time` (#2874) 3.176.0 (2023-06-28) ------------------ * Feature - Add :expiration accessor to `CredentialProvider` and do not refresh credentials when checking expiration (#2872). 3.175.0 (2023-06-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. 3.174.0 (2023-05-31) ------------------ * 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 - Improve User-Agent metrics tracking. 3.173.1 (2023-05-24) ------------------ * Issue - Updated `checksum_algorithm` plugin to use IO.copy_stream for JRuby. 3.173.0 (2023-05-18) ------------------ * Feature - Updated Aws::STS::Client with the latest API changes. 3.172.0 (2023-05-08) ------------------ * Feature - Updated Aws::STS::Client with the latest API changes. * Feature - Add :region option to `Aws::Log::Formatter`. 3.171.1 (2023-05-04) ------------------ * Issue - Fix error code parsing in AWS query compatible JSON services. 3.171.0 (2023-03-22) ------------------ * Feature - Add support for `AWS_CONTAINER_CREDENTIALS_FULL_URI` and `AWS_CONTAINER_AUTHORIZATION_TOKEN` environment variables to `ECSCredentials`. 3.170.1 (2023-03-17) ------------------ * Issue - Reduce memory usage in H2::Connection when `http_wire_log` is not set. 3.170.0 (2023-01-25) ------------------ * Feature - Updated Aws::STS::Client with the latest API changes. 3.169.0 (2023-01-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. * Issue - Replace runtime endpoint resolution approach with generated ruby code for STS, SSO, and SSOOIDC. 3.168.4 (2022-12-08) ------------------ * Issue - Fix Sign to not sign Sigv2 requests to S3. ------------------------------------------------------------------- Wed Dec 7 11:09:45 UTC 2022 - Stephan Kulow <coolo@suse.com> updated to version 3.168.3 see installed CHANGELOG.md 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`. ------------------------------------------------------------------- Fri Oct 28 04:46:50 UTC 2022 - Stephan Kulow <coolo@suse.com> updated to version 3.166.0 see installed CHANGELOG.md 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. ------------------------------------------------------------------- Mon Oct 10 12:57:15 UTC 2022 - Stephan Kulow <coolo@suse.com> updated to version 3.159.0 see installed CHANGELOG.md 3.159.0 (2022-10-07) ------------------ * Feature - Updated Aws::SSO::Client with the latest API changes. 3.158.1 (2022-10-06) ------------------ * Issue - Ensure that the ReadCallbackIO is always unwrapped (#2761). 3.158.0 (2022-09-30) ------------------ * Feature - Updated Aws::SSO::Client with the latest API changes. 3.157.0 (2022-09-29) ------------------ * Feature - Updated Aws::SSO::Client with the latest API changes. 3.156.0 (2022-09-27) ------------------ * Feature - Updated Aws::SSO::Client with the latest API changes. 3.155.0 (2022-09-26) ------------------ * Feature - Updated Aws::SSO::Client with the latest API changes. 3.154.0 (2022-09-23) ------------------ * Feature - Updated Aws::SSO::Client with the latest API changes. 3.153.0 (2022-09-22) ------------------ * Feature - Updated Aws::SSO::Client with the latest API changes. 3.152.0 (2022-09-21) ------------------ * Feature - Updated Aws::SSO::Client with the latest API changes. 3.151.0 (2022-09-20) ------------------ * Feature - Updated Aws::SSO::Client with the latest API changes. 3.150.0 (2022-09-19) ------------------ * Feature - Updated Aws::SSO::Client with the latest API changes. 3.149.0 (2022-09-16) ------------------ * Feature - Updated Aws::SSO::Client with the latest API changes. 3.148.0 (2022-09-15) ------------------ * Feature - Updated Aws::SSO::Client with the latest API changes. 3.147.0 (2022-09-14) ------------------ * Feature - Updated Aws::SSO::Client with the latest API changes. 3.146.0 (2022-09-13) ------------------ * Feature - Updated Aws::SSO::Client with the latest API changes. 3.145.0 (2022-09-12) ------------------ * Feature - Updated Aws::SSO::Client with the latest API changes. 3.144.0 (2022-09-09) ------------------ * Feature - Updated Aws::SSO::Client with the latest API changes. 3.143.0 (2022-09-08) ------------------ * Feature - Updated Aws::SSO::Client with the latest API changes. 3.142.0 (2022-09-07) ------------------ * Feature - Updated Aws::SSO::Client with the latest API changes. 3.141.0 (2022-09-06) ------------------ * Feature - Updated Aws::SSO::Client with the latest API changes. 3.140.0 (2022-09-02) ------------------ * Feature - Updated Aws::SSO::Client with the latest API changes. 3.139.0 (2022-09-01) ------------------ * Feature - Updated Aws::SSO::Client with the latest API changes. 3.138.0 (2022-08-31) ------------------ * Feature - Updated Aws::SSO::Client with the latest API changes. 3.137.0 (2022-08-30) ------------------ * Feature - Updated Aws::SSO::Client with the latest API changes. * Issue - Fix errors in recursion detection when `_X_AMZN_TRACE_ID` is unset (#2748). ------------------------------------------------------------------- Mon Aug 29 06:48:01 UTC 2022 - Stephan Kulow <coolo@suse.com> updated to version 3.136.0 see installed CHANGELOG.md 3.136.0 (2022-08-25) ------------------ * Feature - Updated Aws::SSO::Client with the latest API changes. 3.135.0 (2022-08-24) ------------------ * Feature - Updated Aws::SSO::Client with the latest API changes. 3.134.0 (2022-08-23) ------------------ * Feature - Updated Aws::SSO::Client with the latest API changes. * Feature - Add support for Bearer Token Authentication and TokenProviders. * Issue - Validate that `_X_AMZN_TRACE_ID` ENV value contains only valid, non-control characters. 3.133.0 (2022-08-22) ------------------ * Feature - Moved functionality from `aws-sdk-ssoidc` into core. 3.132.0 (2022-08-08) ------------------ * Feature - Updated Aws::SSO::Client with the latest API changes. ------------------------------------------------------------------- Thu Aug 4 12:56:27 UTC 2022 - Stephan Kulow <coolo@suse.com> updated to version 3.131.6 see installed CHANGELOG.md 3.131.6 (2022-08-03) ------------------ * Issue - Fix typo in `RecursionDetection`, change amz to amzn in header and env name. 3.131.5 (2022-07-28) ------------------ * Issue - Fix `to_json` usage in nested hashes by defining `as_json` (#2733). 3.131.4 (2022-07-27) ------------------ * Issue - Fix `to_json` usage on pageable responses when using Rails (#2733). * Issue - Use `expand_path` on credential/config paths in SharedConfig (#2735). 3.131.3 (2022-07-18) ------------------ * Issue - Add support for serializing shapes on the body with `jsonvalue` members. 3.131.2 (2022-06-20) ------------------ * Issue - Populate context :request_id for XML error responses. 3.131.1 (2022-05-20) ------------------ * Issue - Bump the minimum version of `jmespath` dependency. 3.131.0 (2022-05-16) ------------------ * Feature - Updated Aws::STS::Client with the latest API changes. ------------------------------------------------------------------- Thu Apr 28 05:18:29 UTC 2022 - Stephan Kulow <coolo@suse.com> updated to version 3.130.2 see installed CHANGELOG.md 3.130.2 (2022-04-22) ------------------ * Issue - Don't pass `:before_refresh` to Client constructors in RefreshingCredential implementations (#2690). 3.130.1 (2022-04-12) ------------------ * Issue - Don't call `refresh!` on non-refreshable `Credentials` when retrying errors (#2685). 3.130.0 (2022-03-11) ------------------ * Feature - Asynchronously refresh AWS credentials (#2641). * Issue - Add x-amz-region-set to list of headers deleted for re-sign. 3.129.1 (2022-03-10) ------------------ * Issue - Make stubs thread safe by creating new responses for each operation call (#2675). 3.129.0 (2022-03-08) ------------------ * Feature - Add support for cases when `InstanceProfileCredentials` (IMDS) is unable to refresh credentials. 3.128.1 (2022-03-07) ------------------ * Issue - Fixed `Aws::PageableResponse` invalidating Ruby's global constant cache. 3.128.0 (2022-03-04) ------------------ * Feature - Updated Aws::STS::Client with the latest API changes. ------------------------------------------------------------------- Thu Mar 3 08:13:46 UTC 2022 - Stephan Kulow <coolo@suse.com> updated to version 3.127.0 see installed CHANGELOG.md 3.127.0 (2022-02-24) ------------------ * Feature - Updated Aws::STS::Client with the latest API changes. * Feature - Updated Aws::SSO::Client with the latest API changes. * Feature - Support `HttpChecksum` trait for requests and responses. ------------------------------------------------------------------- Mon Feb 21 11:27:56 UTC 2022 - Stephan Kulow <coolo@suse.com> updated to version 3.126.2 see installed CHANGELOG.md 3.126.2 (2022-02-16) ------------------ * Issue - Add a before_refresh callback to AssumeRoleCredentials (#2529). * Issue - Raise a `NoSuchProfileError` when config and credentials files don't exist. ------------------------------------------------------------------- Tue Feb 15 07:18:07 UTC 2022 - Stephan Kulow <coolo@suse.com> updated to version 3.126.1 see installed CHANGELOG.md 3.126.1 (2022-02-14) ------------------ * Issue - Set `create_time` on IMDS tokens before fetch to reduce chance of using expired tokens and retry failures due to using expired tokens. 3.126.0 (2022-02-03) ------------------ * Feature - Updated Aws::SSO::Client with the latest API changes. * Feature - Add support for recursion detection. 3.125.6 (2022-02-02) ------------------ * Issue - Ensure default message for ServiceError is a string (#2643). ------------------------------------------------------------------- Tue Jan 25 06:33:13 UTC 2022 - Stephan Kulow <coolo@suse.com> updated to version 3.125.5 see installed CHANGELOG.md 3.125.5 (2022-01-19) ------------------ * Issue - Correctly serialize empty header lists. 3.125.4 (2022-01-18) ------------------ * Issue - Add `InternalError` to `ErrorInspector` for S3 errors. 3.125.3 (2022-01-12) ------------------ * Issue - Add `ExpiredTokenException` to `ErrorInspector` for Kinesis errors. 3.125.2 (2022-01-10) ------------------ * Issue - Correctly serialize lists of strings in headers with quotes and commas. 3.125.1 (2022-01-04) ------------------ * Issue - Parse a response with consecutive spaces correctly when ox is used as the XML parser. 3.125.0 (2021-12-21) ------------------ * Feature - Updated Aws::SSO::Client with the latest API changes. * Feature - Add `:defaults_mode` configuration - that determines how certain default configuration options are resolved in the SDK. 3.124.0 (2021-11-30) ------------------ * Feature - Updated Aws::STS::Client with the latest API changes. * Feature - Updated Aws::SSO::Client with the latest API changes. 3.123.0 (2021-11-23) ------------------ * Feature - Updated Aws::STS::Client with the latest API changes. 3.122.1 (2021-11-09) ------------------ * Issue - Correctly serialize/deserialize header lists. 3.122.0 (2021-11-04) ------------------ * Feature - Updated Aws::STS::Client with the latest API changes. * Feature - Updated Aws::SSO::Client with the latest API changes. * Issue - Fix parsing of ISO8601 timestamps with millisecond precision in headers. * Feature - Support modeled dualstack endpoints. It can be configured with shared configuration (`use_dualstack_endpoint`), an ENV variable (`AWS_USE_DUALSTACK_ENDPOINT`), and a constructor option (`:use_dualstack_endpoint`). Requests made to services without a dualstack endpoint will fail. * Feature - Support modeled fips endpoints. It can be configured with shared configuration (`use_fips_endpoint`), an ENV variable (`AWS_USE_FIPS_ENDPOINT`), and a constructor option (`:use_fips_endpoint`). Requests made to services without a fips endpoint will fail. 3.121.6 (2021-11-02) ------------------ * Issue - Improve `SSOCredentials` error handling when profile file does not exist (#2605) 3.121.5 (2021-10-29) ------------------ * Issue - bump minimum version of `aws-partitions` (#2603). 3.121.4 (2021-10-28) ------------------ * Issue - This version has been yanked. (#2603). * Issue - use the `EndpointProvider` to lookup signing region and name. 3.121.3 (2021-10-20) ------------------ * Issue - Use endpointPrefix when looking up the `signing_region` from the `EndpointProvider`. 3.121.2 (2021-10-18) ------------------ * Issue - Fix an issue where Rest JSON services do not have a `Content-Type` header. * Issue - Remove blank `Content-Type` header from Net::HTTP handler, and prevent a default from being set. * Issue - Set `Content-Length` only for HTTP methods that take a body. 3.121.1 (2021-09-24) ------------------ * Issue - Fix error in finding union member for boolean shapes with `false` values. 3.121.0 (2021-09-02) ------------------ * Feature - Add support for S3 Multi-region access point configuration. 3.120.0 (2021-09-01) ------------------ * Feature - AWS SDK for Ruby no longer supports Ruby runtime versions 1.9, 2.0, 2.1, and 2.2. 3.119.1 (2021-08-20) ------------------ * Issue - Refactored `Aws::Json::Engine` to remove dead code and replaced usage of `JSON.load` with `JSON.parse`. 3.119.0 (2021-07-30) ------------------ * Feature - Support Document Types. Document types are used to carry open content. A document type value is serialized using the same format as its surroundings and requires no additional encoding or escaping.(#2523) 3.118.0 (2021-07-28) ------------------ * Feature - Add support for Tagged Unions using a "sealed" classes like approach where each union member has a corresponding subclass. ------------------------------------------------------------------- Mon Jul 26 05:45:31 UTC 2021 - Stephan Kulow <coolo@suse.com> updated to version 3.117.0 see installed CHANGELOG.md 3.117.0 (2021-07-12) ------------------ * Feature - Support IPv6 endpoints for `Aws::InstanceProfileCredentials`. It supports two shared configuration options (`ec2_metadata_service_endpoint` & `ec2_metadata_service_endpoint_mode`), two ENV variables (`AWS_EC2_METADATA_SERVICE_ENDPOINT` & `AWS_EC2_METADATA_SERVICE_ENDPOINT_MODE`), and two constructor options (`:endpoint` & `:endpoint_mode`). * Feature - Support IPv6 endpoint for `Aws::EC2Metadata` client. It can be configured with `:endpoint` or `:endpoint_mode`. 3.116.0 (2021-07-07) ------------------ * Feature - Updated Aws::STS::Client with the latest API changes. ------------------------------------------------------------------- Thu Jun 24 16:58:56 UTC 2021 - Stephan Kulow <coolo@suse.com> updated to version 3.115.0 see installed CHANGELOG.md 3.115.0 (2021-06-23) ------------------ * Feature - Add support for Assume Role Chaining in profiles. (#2531) * Issue - Fixed an issue with `Seahorse::Client::H2::Connection` for non-https endpoints. (#2542) 3.114.3 (2021-06-15) ------------------ * Issue - Fixed an issue with `Aws::PageableResponse` where it was modifying original params hash, causing frozen hashes to fail. 3.114.2 (2021-06-09) ------------------ * Issue - Fixed an issue with `Aws::PageableResponse` where intentionally nil tokens were not merged into the params for the next call. ------------------------------------------------------------------- Sun Jun 6 05:03:16 UTC 2021 - Matthew Trescott <matthewtrescott@gmail.com> updated to version 3.114.1 3.114.1 (2021-06-02) Issue - Change XML Builder to not indent by default 3.114.0 (2021-04-13) Feature - Updated Aws::STS::Client with the latest API changes. 3.113.1 (2021-03-29) Issue - Ensure end of line characters are correctly encoded in XML. 3.113.0 (2021-03-10) Feature - Updated Aws::STS::Client with the latest API changes. Feature - Updated Aws::SSO::Client with the latest API changes. 3.112.1 (2021-03-04) Issue - Include LICENSE, CHANGELOG, and VERSION files with this gem. 3.112.0 (2021-02-02) Feature - The hostPrefix trait will now be applied to any customer provided :endpoint. This bug fix is a minor behavioral change for clients using custom endpoints for s3control, iotsitewise, and servicediscovery. This behavior can be disabled by configuring :disable_host_prefix_injection to true. 3.111.2 (2021-01-19) Issue - Fix a loading issue with SSO and STS gem aliases using require_relative instead of require. ------------------------------------------------------------------- Wed Jan 20 12:08:46 UTC 2021 - Stephan Kulow <coolo@suse.com> updated to version 3.111.2 no changelog found ------------------------------------------------------------------- Sun Dec 20 01:44:02 UTC 2020 - Matthew Trescott <matthewtrescott@gmail.com> update to 3.110.0 (changes since 3.107.0 shown below) 3.110.0 (2020-12-03) Feature - Updated Aws::STS::Client with the latest API changes. Issue - Support aws-sdk-sts alias gem. Issue - Retry when Net:HTTPFatalError is thrown by the Net::HTTP library. This can occur when proxy connections are configured. (#2439) 3.109.3 (2020-11-17) Issue - Use full namespace for SSO Client when creating SSOCredentials 3.109.2 (2020-11-04) Issue - Check for flattened on ref for lists when serializing. 3.109.1 (2020-10-05) Issue - For errors without a message, default to the error class. (#2388) 3.109.0 (2020-09-30) Feature - Add Seahorse::Util.host_label? to check strings for valid RFC-3986 host labels. Feature - Add Aws::ARN#to_h. 3.108.0 (2020-09-25) Feature - Updated Aws::STS::Client with the latest API changes. ------------------------------------------------------------------- Fri Sep 25 13:32:23 UTC 2020 - Stephan Kulow <coolo@suse.com> updated to version 3.107.0 no changelog found ------------------------------------------------------------------- Thu May 7 20:14:47 UTC 2020 - Stephan Kulow <coolo@suse.com> - updated to version 3.95.0 no changelog found ------------------------------------------------------------------- Mon Feb 10 14:01:32 UTC 2020 - Stephan Kulow <coolo@suse.com> - updated to version 3.89.1 no changelog found ------------------------------------------------------------------- Thu Sep 19 13:26:53 UTC 2019 - chris@computersalat.de - initial package 3.68.0
Locations
Projects
Search
Status Monitor
Help
OpenBuildService.org
Documentation
API Documentation
Code of Conduct
Contact
Support
@OBShq
Terms
openSUSE Build Service is sponsored by
The Open Build Service is an
openSUSE project
.
Sign Up
Log In
Places
Places
All Projects
Status Monitor