- Feature - Updated configuration values for
defaults_mode
.
-
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.
- Feature - Updated Aws::STS::Client with the latest API changes.
-
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.
-
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.
- Issue - Add all core plugins to autoloads.
-
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.
-
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.
-
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 theaccount_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 theaccount_id_endpoint_mode
Client configuration option. Defaults topreferred
, which will use the account id endpoint if available. Set todisabled
to disable account id endpoints. Set torequired
to require account id endpoint usage; an error is raised if credentials do not have an account id.
- Feature - Support
sigv4a
endpoint auth without CRT.
-
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.
-
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
andssl_key
configuration options to support mTLS.
-
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.
- Issue - revert auto-loading of bundled gems.
- Issue - require default plugins when loading aws-sdk-core.
-
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).
-
Issue - Allow legacy/undocumented
sigv4_signer
configuration to override resolved signer. -
Issue - Consider sigv4a supported without crt check.
- Issue - Update waiters to handle expected boolean values when matching errors.
- Issue - Add
disableNormalizePath
when resolving auth_scheme for S3.
- 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.
- Issue - Fix
Aws::ProcessCredentials
warning in cases where shared config is used.
-
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 thesigv4a_signing_region_set
client option.
-
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 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.
-
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 usingAws.config[:plugins]
.
-
Issue - fix issue in Endpoint
attr
matcher when path is only an array index. -
Issue - Fix trailing slash in endpoint URLs for rest-json and rest-xml services.
- Issue - Support an array of string arguments for
Aws::ProcessCredentials
to be executed bysystem
.
-
Issue - Ensure no UTC offset when deserializing
iso8601
timestamp format values. -
Feature - Bump User Agent to version 2.1 to track business metrics. This changes the User Agent plugin order to be just before sending.
- Issue - Fix
ConnectionPool
for.empty!
and.clear!
since it prevented adding a new key from being added to the pool (#3020).
-
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 - Updated Aws::SSOOIDC::Client with the latest API changes.
-
Feature - Updated request parameters for PKCE support.
- Issue - Fix issue where
ConnectionPool
size iteration would prevent a new key from being added to the pool.
- Issue - Update EC2 protocol to not serialize empty lists.
- Feature - Add an API private cache for S3 Express and Access Grants.
-
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 - Update event stream documentation.
-
Issue - Move
InvocationId
plugin to all clients. -
Issue - Handle event streaming content-sha256 header in the signer plugin.
-
Issue - Add the event stream content type to initial requests.
-
Issue - Fix
standard
andadaptive
retry mode for event streams. -
Issue - Add
authority
to http2 headers. -
Issue - Do not treat single members in event stream structures as implicit payloads.
-
Issue - Do not wait for initial response headers to start sending input events.
- Issue - Drop key/value pair if value is
nil
when deserializing json maps.
-
Feature - Updated Aws::STS::Client with the latest API changes.
-
Feature - Update serializing/deserializing for all protocols to align with Smithy protocol-tests.
-
Issue - Allow
nil
values in lists and maps. -
Issue - Populate headers for XML and JSON error responses.
-
Issue - Support fractional seconds when parsing
DateTime
timestamps. -
Issue - Correctly serialize flattened lists for Query protocol.
-
Issue - Correctly serialize payload name in Rest-XML requests.
-
Issue - Fix an issue where Rest-XML requests do not have a default
Content-Type
header applied. -
Issue - Apply appropriate
Content-Type
header for payloads in Rest services. -
Issue - Correctly serialize URI label bindings in Rest requests.
-
Issue - Correctly serialize and parse header bindings in Rest services.
-
Issue - Ensure that null and empty headers are not sent in Rest requests.
-
Issue - Ensure keys in query maps do not override modeled keys in Rest requests.
-
Issue - Ensure empty blob payloads are omitted in Rest requests.
-
Issue - Support parsing of
NaN
,Infinity
and-Infinity
float values. -
Issue - Apply appropriate
xmlName
for flattened lists and maps in Rest-XML services. -
Issue - Handle serializing of different formats of
xmlNamespace
on shapes. -
Issue - Fix deserializing of an empty blob to produce an empty string.
-
Issue - Fix deserializing an empty self-closed blob to produce an empty string.
-
Issue - Support parsing of different formats of error data in Rest-XML services.
- Issue - Performance optimization: ensure presence and order of instance variables in
PluginOptions
(#3002).
- Issue - Fix
EC2Metadata
andInstanceProfileCredentials
to respect the port from a configured endpoint from code, ENV, or shared config.
- Issue - Ensure output unions work correctly with stub_responses.
- Issue - Remove base64 as dependency.
- Issue - Add base64 as dependency to prepare for Ruby 3.4 release (#2984).
- Issue - Warn on previously silent credential failures (#2981).
-
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
- Issue - Add mutex around accessing stub api_requests.
- Issue - Minor performance optimization.
- Issue - Add mutex around stub api_requests.
- Feature - Updated Aws::STS::Client with the latest API changes.
-
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.
-
Feature - AWS SDK for Ruby no longer supports Ruby runtime versions 2.3 and 2.4.
-
Feature - Support
AWS_CONTAINER_AUTHORIZATION_TOKEN_FILE
inECSCredentials
and also allow for ECS and EKS link-local http addresses.
- Issue - For
awsQueryCompatible
services, default an empty list or map for shapes that were previously flattened in the query protocol.
-
Feature - Updated Aws::STS::Client with the latest API changes.
-
Feature - Updated Aws::SSOOIDC::Client with the latest API changes.
- Feature - Support disabling IMDSv1 in
InstanceProfileCredentials
usingENV['AWS_EC2_METADATA_V1_DISABLED']
,ec2_metadata_v1_disabled
shared config, or thedisable_imds_v1
credentials option.
- Issue - Fix query string support to lists of booleans, floats, integers and timestamps per rest-json protocol.
- Issue - Ignore
__type
when deserializing Unions.
-
Feature - Updated Aws::STS::Client with the latest API changes.
-
Feature - Updated Aws::SSO::Client with the latest API changes.
- Feature - Change the
ServiceError
data member from read only to read/write.
- Issue - Remove value inspection from param validation errors.
- Feature - Updated Aws::SSOOIDC::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 - Fix host label validation in endpoint matchers.
- Feature - Add support for
on_chunk_received
callback.
- Issue - Add support for sso-session names with whitespace configured by the CLI
aws sso configure
command (#2895).
- Issue - Fix parsing of ini files with mixes of blank properties and nested configurations.
- Issue - Remove checksums from default stubs (#2888).
- Feature - Updated Aws::STS::Client with the latest API changes.
- Feature - Add
checksum_validated
method to response.
-
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.
-
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.
-
Issue - Fix signing for S3/S3 Control and
aws-crt
gem for certain object keys (#2849). -
Issue - Ensure
SSOCredentials
#expiration
is aTime
(#2874)
- Feature - Add :expiration accessor to
CredentialProvider
and do not refresh credentials when checking expiration (#2872).
-
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 - 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.
- Issue - Updated
checksum_algorithm
plugin to use IO.copy_stream for JRuby.
- Feature - Updated Aws::STS::Client with the latest API changes.
-
Feature - Updated Aws::STS::Client with the latest API changes.
-
Feature - Add :region option to
Aws::Log::Formatter
.
- Issue - Fix error code parsing in AWS query compatible JSON services.
- Feature - Add support for
AWS_CONTAINER_CREDENTIALS_FULL_URI
andAWS_CONTAINER_AUTHORIZATION_TOKEN
environment variables toECSCredentials
.
- Issue - Reduce memory usage in H2::Connection when
http_wire_log
is not set.
- Feature - Updated Aws::STS::Client with the latest API changes.
-
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.
- Issue - Fix Sign to not sign Sigv2 requests to S3.
- Issue - Retry S3's
BadDigest
error
- Issue - Allow region resolution in
AssumeRoleCredentials
fromCredentialProviderChain
.
- Issue - Fix initialization of SSOTokenProvider when
AWS_PROFILE
is specified.
- Feature - Updated Aws::STS::Client with the latest API changes.
-
Issue - Ensure the stream_thread is not killed before H2 connection status is updated (#2779).
-
Feature - Add token refresh support to
SSOCredentialProvider
.
-
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 - Require the SignatureV4 plugin to fix compatability with older
aws-sdk-s3
versions (#2774).
-
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.
- Feature - Updated Aws::SSOOIDC::Client with the latest API changes.
- Feature - Updated Aws::SSOOIDC::Client with the latest API changes.
- Feature - Updated Aws::SSOOIDC::Client with the latest API changes.
- Feature - Support AwsQueryCompatible trait to read error code from x-amzn-query-error header.
- Feature - Updated Aws::SSO::Client with the latest API changes.
- Feature - Updated Aws::SSO::Client with the latest API changes.
- Issue - Ensure that the ReadCallbackIO is always unwrapped (#2761).
- Feature - Updated Aws::SSO::Client with the latest API changes.
- Feature - Updated Aws::SSO::Client with the latest API changes.
- Feature - Updated Aws::SSO::Client with the latest API changes.
- Feature - Updated Aws::SSO::Client with the latest API changes.
- Feature - Updated Aws::SSO::Client with the latest API changes.
- Feature - Updated Aws::SSO::Client with the latest API changes.
- Feature - Updated Aws::SSO::Client with the latest API changes.
- Feature - Updated Aws::SSO::Client with the latest API changes.
- Feature - Updated Aws::SSO::Client with the latest API changes.
- Feature - Updated Aws::SSO::Client with the latest API changes.
- Feature - Updated Aws::SSO::Client with the latest API changes.
- Feature - Updated Aws::SSO::Client with the latest API changes.
- Feature - Updated Aws::SSO::Client with the latest API changes.
- Feature - Updated Aws::SSO::Client with the latest API changes.
- Feature - Updated Aws::SSO::Client with the latest API changes.
- Feature - Updated Aws::SSO::Client with the latest API changes.
- Feature - Updated Aws::SSO::Client with the latest API changes.
- Feature - Updated Aws::SSO::Client with the latest API changes.
- Feature - Updated Aws::SSO::Client with the latest API changes.
- Feature - Updated Aws::SSO::Client with the latest API changes.
- Feature - Updated Aws::SSO::Client with the latest API changes.
-
Feature - Updated Aws::SSO::Client with the latest API changes.
-
Issue - Fix errors in recursion detection when
_X_AMZN_TRACE_ID
is unset (#2748).
-
Feature - Updated Aws::SSO::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 - 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.
- Feature - Moved functionality from
aws-sdk-ssooidc
into core.
- Feature - Updated Aws::SSO::Client with the latest API changes.
- Issue - Fix typo in
RecursionDetection
, change amz to amzn in header and env name.
- Issue - Fix
to_json
usage in nested hashes by definingas_json
(#2733).
- Issue - Fix
to_json
usage on pageable responses when using Rails (#2733). - Issue - Use
expand_path
on credential/config paths in SharedConfig (#2735).
- Issue - Add support for serializing shapes on the body with
jsonvalue
members.
- Issue - Populate context :request_id for XML error responses.
- Issue - Bump the minimum version of
jmespath
dependency.
- Feature - Updated Aws::STS::Client with the latest API changes.
- Issue - Don't pass
:before_refresh
to Client constructors in RefreshingCredential implementations (#2690).
- Issue - Don't call
refresh!
on non-refreshableCredentials
when retrying errors (#2685).
-
Feature - Asynchronously refresh AWS credentials (#2641).
-
Issue - Add x-amz-region-set to list of headers deleted for re-sign.
- Issue - Make stubs thread safe by creating new responses for each operation call (#2675).
- Feature - Add support for cases when
InstanceProfileCredentials
(IMDS) is unable to refresh credentials.
- Issue - Fixed
Aws::PageableResponse
invalidating Ruby's global constant cache.
- Feature - Updated Aws::STS::Client with the latest API changes.
-
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.
- Issue - Add a before_refresh callback to AssumeRoleCredentials (#2529).
- Issue - Raise a
NoSuchProfileError
when config and credentials files don't exist.
- Issue - Set
create_time
on IMDS tokens before fetch to reduce chance of using expired tokens and retry failures due to using expired tokens.
-
Feature - Updated Aws::SSO::Client with the latest API changes.
-
Feature - Add support for recursion detection.
- Issue - Ensure default message for ServiceError is a string (#2643).
- Issue - Correctly serialize empty header lists.
- Issue - Add
InternalError
toErrorInspector
for S3 errors.
- Issue - Add
ExpiredTokenException
toErrorInspector
for Kinesis errors.
- Issue - Correctly serialize lists of strings in headers with quotes and commas.
- Issue - Parse a response with consecutive spaces correctly when ox is used as the XML parser.
-
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.
-
Feature - Updated Aws::STS::Client with the latest API changes.
-
Feature - Updated Aws::SSO::Client with the latest API changes.
- Feature - Updated Aws::STS::Client with the latest API changes.
- Issue - Correctly serialize/deserialize header lists.
-
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.
- Issue - Improve
SSOCredentials
error handling when profile file does not exist (#2605)
- Issue - bump minimum version of
aws-partitions
(#2603).
-
Issue - This version has been yanked. (#2603).
-
Issue - use the
EndpointProvider
to lookup signing region and name.
- Issue - Use endpointPrefix when looking up the
signing_region
from theEndpointProvider
.
-
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.
- Issue - Fix error in finding union member for boolean shapes with
false
values.
- Feature - Add support for S3 Multi-region access point configuration.
- Feature - AWS SDK for Ruby no longer supports Ruby runtime versions 1.9, 2.0, 2.1, and 2.2.
- Issue - Refactored
Aws::Json::Engine
to remove dead code and replaced usage ofJSON.load
withJSON.parse
.
- 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)
- Feature - Add support for Tagged Unions using a "sealed" classes like approach where each union member has a corresponding subclass.
-
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
.
- Feature - Updated Aws::STS::Client with the latest API changes.
- Feature - Add support for Assume Role Chaining in profiles. (#2531)
- Issue - Fixed an issue with
Seahorse::Client::H2::Connection
for non-https endpoints. (#2542)
- Issue - Fixed an issue with
Aws::PageableResponse
where it was modifying original params hash, causing frozen hashes to fail.
- Issue - Fixed an issue with
Aws::PageableResponse
where intentionally nil tokens were not merged into the params for the next call.
- Issue - Change XML Builder to not indent by default
- Feature - Updated Aws::STS::Client with the latest API changes.
- Issue - Ensure end of line characters are correctly encoded in XML.
-
Feature - Updated Aws::STS::Client with the latest API changes.
-
Feature - Updated Aws::SSO::Client with the latest API changes.
- Issue - Include LICENSE, CHANGELOG, and VERSION files with this gem.
- 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 fors3control
,iotsitewise
, andservicediscovery
. This behavior can be disabled by configuring:disable_host_prefix_injection
totrue
.
- Issue - Fix a loading issue with SSO and STS gem aliases using
require_relative
instead ofrequire
.
- Issue - Fix an issue with
max_attempts
validation raising incorrectly.
- Feature - Adds an IMDSv2 client as
Aws::EC2Metadata
.
-
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 theNet::HTTP
library. This can occur when proxy connections are configured. (#2439)
- Issue - Use full namespace for SSO Client when creating
SSOCredentials
- Issue - Check for flattened on ref for lists when serializing.
- Issue - For errors without a message, default to the error class. (#2388)
- Feature - Add
Seahorse::Util.host_label?
to check strings for valid RFC-3986 host labels. - Feature - Add
Aws::ARN#to_h
.
- Feature - Updated Aws::STS::Client with the latest API changes.
-
Feature - Updated Aws::STS::Client with the latest API changes.
-
Issue - Fix circular dependency of
aws-sdk-sso
andaws-sdk-core
(#2405).
- Feature - Support
AWS_CA_BUNDLE
ENV variable andca_bundle
shared configuration options. The:ssl_ca_bundle
client option will override either of these options. (#1907)
-
Feature - Updated Aws::STS::Client with the latest API changes.
-
Feature - Updated Aws::SSO::Client with the latest API changes.
-
Feature - Add
SSOCredentials
. Moved functionality fromaws-sdk-sso
into core.
- Issue - Use Aws::Json for parsing instead of JSON
- Issue - Revert duplication of params. Ensure code that relied on internal modification of parameters is not broken.
- Issue - Validate IO like objects support read,rewind and size unless streaming. Fixes #2364
- Issue - Duplicate params to ensure user provided params are not modified. Fixes #2366
- Feature - Add headers to the
ResponseTarget
callback. A block passed as the response target on a streaming method will be called with thechunk
andheaders
. - Feature - Added the
RequestCallback
plugin which allows clients and methods to seton_chunk_sent
to aProc
which will be called as each chunk of the request body is sent.
- Feature - Updated the list of parameters to filter when logging.
- Issue - Set the
response_target
on the context when deleting it from the parameters.
- Feature - Updated the list of parameters to filter when logging.
-
Feature - Updated Aws::STS::Client with the latest API changes.
-
Feature - Added sensitive params to request and response Types instead of just on a large list.
-
Feature - Provide an option
:filter_sensitive_params
forAws::Log::Formatter
to allow disabling of the sensitive param filter (#2312, #2105, #2082).
- Feature - Updated the list of parameters to filter when logging.
- Issue - Don't retry streaming requests with blocks (#2311)
- Issue - Republish after incorrect yank.
-
Issue - This version has been yanked. (#2327).
-
Feature - Updated Aws::STS::Client with the latest API changes.
-
Feature - Updated the list of parameters to filter when logging.
-
Feature - Support
httpChecksumRequired
on operations that require Content MD5 validation. -
Issue - Validate
:region
as a valid DNS host label.
- Feature - Updated the list of parameters to filter when logging.
- Issue - Convert ENV['AWS_MAX_ATTEMPTS'] String value to Integer when set. (#2319)
- Issue - Handle unknown and unmodeled events from event streams by ignoring them and providing a new callback rather than raising an error.
- Feature - Default endpoint_discovery to
true
for services with at least one operation that requires it. - Feature - Updated Aws::STS::Client with the latest API changes.
- Issue - Raise
ArgumentError
for XML services when required URI elements are not included.
- Feature - Updated the list of parameters to filter when logging.
- Feature - Updated Aws::STS::Client with the latest API changes.
- Issue - When handling errors in XML responses, don't set a new error on the response if one is already set.
-
Feature - Updated the list of parameters to filter when logging.
-
Issue - Update dependency on aws-eventstream
- Feature - Updated the list of parameters to filter when logging.
-
Feature - Updated Aws::STS::Client with the latest API changes.
-
Issue - Change the default of
sts_regional_endpoints
from 'legacy' to 'regional'.
- Issue - Rescue from
JSON::ParserError
when usingOj.mimic_JSON
. (#2247)
- Feature - Updated Aws::STS::Client with the latest API changes.
- Feature - Add
standard
andadaptive
retry modes.
- Issue - Perform a case-insensitive comparison when filtering sensitive parameters from logs
- Issue - Add passthrough of region from client to STS when using
assume_role_web_identity_credentials
.
- Issue - Updated the list of parameters to filter when logging.
- Issue - Parse all values from shared credentials file when using
Aws.shared_config
. - Issue - Honor explicit profile in client config when credentials from AWS_ environment variables are present.
- Issue - Fixed a bug where
Transfer-Encoding
could never be set tochunked
in streaming operations because all body objects (String
,StringIO
) would respond to#size
.
- Issue - Fix erroneously reaped sessions from
Seahorse::Client::NetHttp::ConnectionPool
due to badlast_used
time calculation - Issue - Use monotonic clocks when reaping sessions in
Seahorse::Client::NetHttp::ConnectionPool
- Issue - Fix "Conn close because of keep_alive_timeout" when reusing
Seahorse::Client::NetHttp::ConnectionPool
sessions
- Feature - Updated the list of parameters to filter when logging.
- Feature - Updated the list of parameters to filter when logging.
-
Feature - Updated Aws::STS::Client with the latest API changes.
-
Issue - Reuse connections even if
http_wire_trace
is true.
- Feature - Updated the list of parameters to filter when logging.
- Issue - Change default timeout to 1 and number of retries to 1 for
InstanceProfileCredentials
.
-
Feature - Add STS Presigner module with a method to generate a presigned EKS token.
-
Issue - Fix issue for log formatters in clients where http_response_body does not respond to
rewind
when using a block.
- Feature - Updated the list of parameters to filter when logging.
- Feature - Updated the list of parameters to filter when logging.
- Feature - Updated the list of parameters to filter when logging.
- Feature - Updated Aws::STS::Client with the latest API changes.
- Feature - Updated the list of parameters to filter when logging.
- Feature - Support EC2 IMDS updates.
- Feature - Updated the list of parameters to filter when logging.
- Feature - Support
s3_us_east_1_regional_endpoint
fromSharedConfig
- Feature - Updated the list of parameters to filter when logging.
- Feature - Remove deprecated
access_key_id
,secret_access_key
, andsession_token
methods in credential providers.
- Feature - Updated the list of parameters to filter when logging.
- Feature - Updated the list of parameters to filter when logging.
- Issue - Fix
EndpointCache#key?
to be thread safe.
-
Feature - Updated the list of parameters to filter when logging.
-
Issue - Update minimum
aws-partition
gem dependency version
-
Feature - Updated Aws::STS::Client with the latest API changes.
-
Feature - Support enable STS regional endpoints by
sts_regional_endpoints: 'regional'
- Feature - Updated the list of parameters to filter when logging.
- Issue - Fix method redefinition warnings
- Feature - Updated the list of parameters to filter when logging.
-
Issue - Add final deprecation warnings to
access_key_id
,secret_access_key
, andsession_token
in credential providers. -
Issue - Remove misleading IO documentation from
BlobShape
error output.
- Feature - Support assuming a role with
:source_profile
from a profile that can be resolved from aProcessCredentials
provider.
- Feature - Updated the list of parameters to filter when logging.
- Feature - Support CLI AWS_DEFAULT_PROFILE environment variable Github Issue.
- Issue - Auto refresh credentials for Route53
ExpiredToken
errors.
- Feature - Support assuming a role
:source_profile
profile withAssumeRoleWebIdentityCredentials
.
- Feature - Updated the list of parameters to filter when logging.
- Feature - Support passing AssumeRole
duration_seconds
from shared credentials/config file.
- Feature - Updated Aws::STS::Client with the latest API changes.
- Issue - Add
Aws::STS::InvalidIdentityToken
andAws::Errors::NoSuchEndpointError
error for retry.
- Issue - Fix default STS Client credential sourcing in
Aws::AssumeRoleWebIdentityCredentialsProvider
.
- Feature - Updated Aws::STS::Client with the latest API changes.
-
Feature - Updated the list of parameters to filter when logging.
-
Issue - Handle
EncodingError
when using Oj gem Github Issue
- Feature - Updated the list of parameters to filter when logging.
- Feature - Support
Aws::AssumeRoleWebIdentityCredentials
provider
- Feature - Updated the list of parameters to filter when logging.
-
Feature - Updated Aws::STS::Client with the latest API changes.
-
Feature - Support
:client_side_monitoring_host
configuration for CSM
- Feature - Updated the list of parameters to filter when logging.
- Issue - Mirgate Proc.new without a block usage #2058.
- Issue - Improved exception messages in credential providers to exclude detailed parse errors that may contain sensitive information.
-
Feature - Updated Aws::STS::Client with the latest API changes.
-
Feature - Updated the list of parameters to filter when logging.
- Issue - Support #to_hash for Struct with
:members
member #2053
-
Feature - Updated Aws::STS::Client with the latest API changes.
-
Feature - Updated the list of parameters to filter when logging.
-
Feature - Adding support for modeled exceptions
- Issue - Handle paginator stubs with expression #2040
-
Feature - Updated Aws::STS::Client with the latest API changes.
-
Feature - Updated the list of parameters to filter when logging.
-
Feature - Support transfer encoding and
requiresLength
trait
- Feature - Updated Aws::STS::Client with the latest API changes.
- Feature - Updated Aws::STS::Client with the latest API changes.
- Feature - Updated the list of parameters to filter when logging.
- Issue - Call RefreshingCredentials initialize method in ProcessCredentials to set mutex.
- Issue - Add PriorRequestNotComplete to throttling errors.
- Issue - Small memory retention reduction.
- Issue - event header ":event-type" uses member name instead of shape name
- Issue - Support signal events after request only [HTTP2]
- Issue - Clean up unnecessary error output when 'http-2' gem is not present.
-
Feature - Updated the list of parameters to filter when logging.
-
Feature - Fix http-2 Dependency for Old Ruby Versions (Github Issue #1994)
- Feature - Support HTTP/2 based AWS event stream operations
- Issue - Update NetHttp Patches per Ruby version (Github Issue: #1979)
- Issue - Fix the issue that APIG SDK doesn't have regional endpoint related plugins.
- Feature - Updated the list of parameters to filter when logging.
- Feature - Improve Query protocol handling of empty responses, to ensure response is an instance of
Aws::EmptyStructure
rather than the classAws::EmptyStructure
itself. - Issue - Plugin updates to support client-side monitoring.
- Issue - Update to code paths and plugins for future SDK instrumentation and telemetry.
- Issue - Update sensitive filtering logic to include
#to_s
calls of shapes.
- Feature - Updated the list of parameters to filter when logging.
- Feature - Update user agent structure.
- Feature - Updated the list of parameters to filter when logging.
- Feature - Updated the list of parameters to filter when logging.
- Feature - Updated the list of parameters to filter when logging.
-
Feature - Updated Aws::STS::Client with the latest API changes.
-
Feature - Updated the list of parameters to filter when logging.
-
Feature - Adding support for endpoint trait (host prefix) per operation, to disable this feature, set
:disable_host_prefix_injection
tofalse
for the client.
-
Feature - Updated the list of parameters to filter when logging.
-
Feature - Adding
TransactionInProgressException
for throttling retry
- Feature - Adding support for endpoint discovery per operation, to enable this feature, set
:endpoint_discovery
totrue
for the client. Note: only available for services with endpoint discovery support.
- Feature - Updated the list of parameters to filter when logging.
-
Feature - Updated Aws::STS::Client with the latest API changes.
-
Feature - Updated the list of parameters to filter when logging.
-
Feature - Updated Aws::STS::Client with the latest API changes.
-
Feature - Allow 429 response code to trigger throttle detection
- Feature - Update to code paths and plugins for future SDK instrumentation and telemetry.
- Feature - Updated the list of parameters to filter when logging.
- Feature - Updated the list of parameters to filter when logging.
- Feature - Adds to code paths and plugins for future SDK instrumentation and telemetry.
- Feature - Updated the list of parameters to filter when logging.
- Feature - Updated the list of parameters to filter when logging.
- Issue - Fixes a bug in the
:response_target
plugin error callback. Under certain circumstances a special body object can be removed before its error callback is triggered, breaking retry logic.
- Feature - Adds code paths and plugins for future SDK instrumentation and telemetry to aws-sdk-sts.
-
Feature - Updated Aws::STS::Client with the latest API changes.
-
Feature - Adds code paths and plugins for future SDK instrumentation and telemetry.
-
Feature - Updated the list of parameters to filter when logging.
-
Issue - Add
:exclude_presign
option for #api_requests at client stubbing to allow excluding non-sent request from presigned url (Github Issue #1866)
- Issue - Update
ca-bundle.crt
file with newer root certificate authorities.
- Feature - Extensible Credential Providers, allows you to declare an executable to be run that outputs the credentials as a JSON payload allowing you to develop custom credential providers and easily add them to the credential resolution chain, Docs
- Feature - Add Logged API Requests interface to stubbed clients
- Issue - Performance enhancement to instance credential providers, to use a more precisely scoped Time parsing method for improved performance.
-
Feature - Updated Aws::STS::Client with the latest API changes.
-
Feature - Allows you to set custom paths to shared config and shared credential files via the
AWS_CONFIG_FILE
andAWS_SHARED_CREDENTIALS_FILE
environment variables. -
Feature - Flexible retry strategies. Provides the
:retry_max_delay
,:retry_base_delay
, and:retry_jitter
options, which modify the default backoff strategy without the need to define a full retry lambda from scratch.
- Issue - Fix to support URI encoded characters in http_proxy
- Issue - Update
EventEmitter
toAws::EventEmitter
Github Issue
- Issue - Remove
raw_stream
tracking, Github Issue
- Feature - Support
vnd.amazon.event-stream
binary stream protocol over HTTP1.1
- Issue - Avoiding Net::HTTP patching for Ruby 2.5
- Issue - Fix parsing flattened XML shape from shape reference for S3 #1764
- Feature - Aws::InstanceProfileCredentials - Add sending a User-Agent other than the default User-Agent in Ruby. Adding the User-Agent
aws-sdk-ruby3/<version>
to allow protection against Server Side Request Forgery (SSRF) credential theft vectors by use of a metadata proxy.
- Feature - Updated the list of parameters to filter when logging.
- Issue - Fix undefined method
each
/next
forEnumerable::Enumerator
when this class exists in the environment
- Feature - Updated Aws::STS::Client with the latest API changes.
- Issue - Support timestamp shape in querystring
-
Feature - Updated Aws::STS::Client with the latest API changes.
-
Issue - Fix Ruby warnings: Shadowed local variables "parts" and "headers"
- Feature - Aws::InstanceProfileCredentials - When the
AWS_EC2_METADATA_DISABLED
environment variable is present with the valuetrue
(not case sensitive), theAws::InstanceProfileCredentials
credential provider will not be used.
- Feature - Updated the list of parameters to filter when logging.
- Feature - Updated Aws::STS::Client with the latest API changes.
- Issue - Fix Ruby 2.5 warnings.
- Feature - Updated Aws::STS::Client with the latest API changes.
-
Feature - Adds support for credential_source when assuming a role via shared configuration.
-
Issue - Update APIGateway SDK user agent pattern
- Feature - Updated the list of parameters to filter when logging.
- Feature - Updated the list of parameters to filter when logging.
-
Feature - Updated Aws::STS::Client with the latest API changes.
-
Feature - Updated the list of parameters to filter when logging.
- Feature - Add support for APIGateway protocol and custom service build.
-
Feature - Updated Aws::STS::Client with the latest API changes.
-
Feature - Updated the list of parameters to filter when logging.
- Issue - Update empty struct stubbing shape
- Feature - Updated the list of parameters to filter when logging.
- Feature - Updated Aws::STS::Client with the latest API changes.
- Feature - Updated Aws::STS::Client with the latest API changes.
- Issue - Fix core util deep copy issue #1603
- Feature - Updated Aws::STS::Client with the latest API changes.
- Issue - Remove redundant version file.
-
Feature - Updated the list of parameters to filter when logging.
-
Issue - Update
aws-sdk-core
gemspec metadata. -
Issue - Update
aws-sdk-core
gemspec metadata
- Feature - Updated Aws::STS::Client with the latest API changes.
- Feature - Updated the list of parameters to filter when logging.
- Feature - Updated the list of parameters to filter when logging.
- Feature - Updated the list of parameters to filter when logging.
- Feature - Updated Aws::STS::Client with the latest API changes.
- Feature - Updated Aws::STS::Client with the latest API changes.
- Feature - Updated Aws::STS::Client with the latest API changes.
- Feature - Updated Aws::STS::Client with the latest API changes.
-
Feature - Updated Aws::STS::Client with the latest API changes.
-
Feature - Updated the list of parameters to filter when logging.
-
Issue - Aws::CredentialProviderChain - Fetching
AWS_PROFILE
environment variable before usingdefault
profile.
-
Feature - Updated Aws::STS::Client with the latest API changes.
-
Feature - Update throttling error pool of retry
-
Feature - Update
User-Agent
format
-
Feature - Updated Aws::STS::Client with the latest API changes.
-
Feature - Updated Aws::STS::Client with the latest API changes.
-
Feature - Updated Aws::STS::Client with the latest API changes.
-
Feature - Updated Aws::STS::Client with the latest API changes.
-
Feature - Updated Aws::STS::Client with the latest API changes.
-
Feature - Updated Aws::STS::Client with the latest API changes.
-
Feature - Added support for Ruby 2.4
-
Issue - Revert 'cgi/util' change that breaks Ruby 2.4
-
Feature - Updated Aws::STS::Client with the latest API changes.
-
Feature - Updated Aws::STS::Client with the latest API changes.
-
Feature - Updated the list of parameters to filter when logging.
-
Feature - Updated Aws::STS::Client with the latest API changes.
-
Feature - Updated Aws::STS::Client with the latest API changes.
-
Feature - Updated the list of parameters to filter when logging.
-
Feature - Updated Aws::STS::Client with the latest API changes.
-
Feature - Updated Aws::STS::Client with the latest API changes.
-
Feature - Updated Aws::STS::Client with the latest API changes.
-
Feature - Updated Aws::STS::Client with the latest API changes.
- Feature - Updated the list of parameters to filter when logging.
-
Feature - Updated Aws::STS::Client with the latest API changes.
-
Feature - Updated Aws::STS::Client with the latest API changes.
-
Feature - Updated the list of parameters to filter when logging.
-
Feature - Updated Aws::STS::Client with the latest API changes.
-
Feature - Updated the list of parameters to filter when logging.
- Feature - Initial preview release of the
aws-sdk-core
gem.