aws-sdk-core 3.214.1 → 3.218.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/CHANGELOG.md +60 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-core/cbor/decoder.rb +0 -2
- data/lib/aws-sdk-core/cbor/encoder.rb +2 -2
- data/lib/aws-sdk-core/log/param_formatter.rb +7 -3
- data/lib/aws-sdk-core/plugins/checksum_algorithm.rb +332 -170
- data/lib/aws-sdk-core/plugins/http_checksum.rb +2 -8
- data/lib/aws-sdk-core/plugins/sign.rb +1 -1
- data/lib/aws-sdk-core/plugins/user_agent.rb +10 -1
- data/lib/aws-sdk-core/shared_config.rb +2 -0
- data/lib/aws-sdk-sso/client.rb +24 -1
- data/lib/aws-sdk-sso/endpoint_provider.rb +14 -18
- data/lib/aws-sdk-sso.rb +1 -1
- data/lib/aws-sdk-ssooidc/client.rb +48 -19
- data/lib/aws-sdk-ssooidc/endpoint_provider.rb +14 -18
- data/lib/aws-sdk-ssooidc/types.rb +20 -15
- data/lib/aws-sdk-ssooidc.rb +1 -1
- data/lib/aws-sdk-sts/client.rb +35 -13
- data/lib/aws-sdk-sts/endpoint_provider.rb +33 -38
- data/lib/aws-sdk-sts/types.rb +5 -6
- data/lib/aws-sdk-sts.rb +1 -1
- data/lib/seahorse/client/net_http/connection_pool.rb +2 -0
- data/lib/seahorse/client/response.rb +2 -0
- metadata +22 -8
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: '08777591a4812ea2ea26e5cd08756af71b49a9cb0cb0ae35c2ca5fef389fd720'
|
4
|
+
data.tar.gz: 2a7c111474114c155d3c6376c3b45f8da7d0ef8da3528c6932a53d533f27805c
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: b69530b054a046568319c574e761a2b21e272cfa8054db58014fc6beda7376e23057dec08ab0ea8e62ca1d5f59cf62d22b067b0b76064dc34704be23b9fbf514
|
7
|
+
data.tar.gz: 956413cc1def37fbf8193b11ab453f417c0ae332dc9cb09085d8d2fbc48c5480b1dbb7a6ef0fa64d995aea86d50acde3773842c0e1b3d2147d9a60c0828ce0f5
|
data/CHANGELOG.md
CHANGED
@@ -1,6 +1,66 @@
|
|
1
1
|
Unreleased Changes
|
2
2
|
------------------
|
3
3
|
|
4
|
+
3.218.1 (2025-02-07)
|
5
|
+
------------------
|
6
|
+
|
7
|
+
* Issue - Add handling of block in ExtendedSession delegation (#3178).
|
8
|
+
|
9
|
+
3.218.0 (2025-02-06)
|
10
|
+
------------------
|
11
|
+
|
12
|
+
* Feature - Updated Aws::STS::Client with the latest API changes.
|
13
|
+
|
14
|
+
* Feature - Updated Aws::SSOOIDC::Client with the latest API changes.
|
15
|
+
|
16
|
+
* Feature - Updated Aws::SSO::Client with the latest API changes.
|
17
|
+
|
18
|
+
3.217.1 (2025-01-30)
|
19
|
+
------------------
|
20
|
+
|
21
|
+
* Issue - Add `transfer-encoding` and `connection` to list of unsigned sigv4 headers.
|
22
|
+
|
23
|
+
3.217.0 (2025-01-24)
|
24
|
+
------------------
|
25
|
+
|
26
|
+
* Feature - Updated Aws::SSOOIDC::Client with the latest API changes.
|
27
|
+
|
28
|
+
* Feature - Fixed typos in the descriptions.
|
29
|
+
|
30
|
+
3.216.1 (2025-01-22)
|
31
|
+
------------------
|
32
|
+
|
33
|
+
* Issue - Use epoch seconds instead of milliseconds in cbor encode/decode.
|
34
|
+
|
35
|
+
* Issue - Add handling of block in response delegation (#3169).
|
36
|
+
|
37
|
+
3.216.0 (2025-01-15)
|
38
|
+
------------------
|
39
|
+
|
40
|
+
* Feature - Updated Aws::STS::Client with the latest API changes.
|
41
|
+
|
42
|
+
* Feature - Updated Aws::SSOOIDC::Client with the latest API changes.
|
43
|
+
|
44
|
+
* Feature - Updated Aws::SSO::Client with the latest API changes.
|
45
|
+
|
46
|
+
* Feature - Always calculate request checksums for operations that support or require it. Supported config options are `when_supported` and `when_required`. The default value is `when_supported`. This option is configured in code with `:request_checksum_calculation`, in the shared config file as `request_checksum_calculation`, and in the ENV as `ENV['AWS_REQUEST_CHECKSUM_CALCULATION']`.
|
47
|
+
|
48
|
+
* Feature - Always validate response checksums for operations that support or require it. Supported config options are `when_supported` and `when_required`. The default value is `when_supported`. This option is configured in code with `:response_checksum_validation`, in the shared config file as `response_checksum_validation`, and in the ENV as `ENV['AWS_RESPONSE_CHECKSUM_VALIDATION']`.
|
49
|
+
|
50
|
+
* Feature - Support CRC64NVME checksums through the `aws-crt` gem.
|
51
|
+
|
52
|
+
3.215.1 (2025-01-14)
|
53
|
+
------------------
|
54
|
+
|
55
|
+
* Issue - Fixed error when attempting to log an unlinked tempfile.
|
56
|
+
|
57
|
+
3.215.0 (2025-01-10)
|
58
|
+
------------------
|
59
|
+
|
60
|
+
* Feature - Updated Aws::STS::Client with the latest API changes.
|
61
|
+
|
62
|
+
* Feature - Fixed typos in the descriptions.
|
63
|
+
|
4
64
|
3.214.1 (2024-12-28)
|
5
65
|
------------------
|
6
66
|
|
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
3.
|
1
|
+
3.218.1
|
@@ -51,13 +51,17 @@ module Aws
|
|
51
51
|
when String then summarize_string(value)
|
52
52
|
when Hash then '{' + summarize_hash(value) + '}'
|
53
53
|
when Array then summarize_array(value)
|
54
|
-
when File then summarize_file(value
|
55
|
-
when Pathname then
|
54
|
+
when File then summarize_file(value)
|
55
|
+
when Pathname then summarize_filepath(value)
|
56
56
|
else value.inspect
|
57
57
|
end
|
58
58
|
end
|
59
59
|
|
60
|
-
def summarize_file(
|
60
|
+
def summarize_file(file)
|
61
|
+
"#<File:#{file.path} (#{file.size} bytes)>"
|
62
|
+
end
|
63
|
+
|
64
|
+
def summarize_filepath(path)
|
61
65
|
"#<File:#{path} (#{File.size(path)} bytes)>"
|
62
66
|
end
|
63
67
|
|