aws-sdk-core 3.103.0 → 3.130.2

Sign up to get free protection for your applications and to get access to all the features.
Files changed (93) hide show
  1. checksums.yaml +4 -4
  2. data/CHANGELOG.md +1304 -0
  3. data/LICENSE.txt +202 -0
  4. data/VERSION +1 -1
  5. data/lib/aws-defaults/default_configuration.rb +153 -0
  6. data/lib/aws-defaults/defaults_mode_config_resolver.rb +107 -0
  7. data/lib/aws-defaults.rb +3 -0
  8. data/lib/aws-sdk-core/arn.rb +13 -0
  9. data/lib/aws-sdk-core/assume_role_credentials.rb +20 -1
  10. data/lib/aws-sdk-core/assume_role_web_identity_credentials.rb +9 -4
  11. data/lib/aws-sdk-core/client_stubs.rb +5 -1
  12. data/lib/aws-sdk-core/credential_provider_chain.rb +21 -1
  13. data/lib/aws-sdk-core/ec2_metadata.rb +238 -0
  14. data/lib/aws-sdk-core/ecs_credentials.rb +8 -4
  15. data/lib/aws-sdk-core/errors.rb +9 -2
  16. data/lib/aws-sdk-core/instance_profile_credentials.rb +122 -22
  17. data/lib/aws-sdk-core/json/json_engine.rb +10 -8
  18. data/lib/aws-sdk-core/json/oj_engine.rb +33 -6
  19. data/lib/aws-sdk-core/json/parser.rb +8 -0
  20. data/lib/aws-sdk-core/json.rb +8 -26
  21. data/lib/aws-sdk-core/log/formatter.rb +1 -1
  22. data/lib/aws-sdk-core/log/param_filter.rb +11 -3
  23. data/lib/aws-sdk-core/pageable_response.rb +80 -32
  24. data/lib/aws-sdk-core/pager.rb +3 -0
  25. data/lib/aws-sdk-core/param_validator.rb +52 -4
  26. data/lib/aws-sdk-core/plugins/api_key.rb +3 -1
  27. data/lib/aws-sdk-core/plugins/checksum_algorithm.rb +340 -0
  28. data/lib/aws-sdk-core/plugins/credentials_configuration.rb +24 -7
  29. data/lib/aws-sdk-core/plugins/defaults_mode.rb +40 -0
  30. data/lib/aws-sdk-core/plugins/endpoint_pattern.rb +6 -6
  31. data/lib/aws-sdk-core/plugins/http_checksum.rb +8 -1
  32. data/lib/aws-sdk-core/plugins/protocols/api_gateway.rb +17 -0
  33. data/lib/aws-sdk-core/plugins/protocols/rest_json.rb +16 -1
  34. data/lib/aws-sdk-core/plugins/recursion_detection.rb +27 -0
  35. data/lib/aws-sdk-core/plugins/regional_endpoint.rb +48 -2
  36. data/lib/aws-sdk-core/plugins/response_paging.rb +1 -1
  37. data/lib/aws-sdk-core/plugins/retries/error_inspector.rb +5 -3
  38. data/lib/aws-sdk-core/plugins/retry_errors.rb +25 -8
  39. data/lib/aws-sdk-core/plugins/signature_v4.rb +15 -24
  40. data/lib/aws-sdk-core/plugins/stub_responses.rb +7 -1
  41. data/lib/aws-sdk-core/process_credentials.rb +5 -4
  42. data/lib/aws-sdk-core/refreshing_credentials.rb +42 -11
  43. data/lib/aws-sdk-core/rest/request/body.rb +19 -1
  44. data/lib/aws-sdk-core/rest/request/headers.rb +18 -6
  45. data/lib/aws-sdk-core/rest/response/headers.rb +4 -3
  46. data/lib/aws-sdk-core/shared_config.rb +60 -8
  47. data/lib/aws-sdk-core/shared_credentials.rb +7 -1
  48. data/lib/aws-sdk-core/sso_credentials.rb +141 -0
  49. data/lib/aws-sdk-core/structure.rb +10 -1
  50. data/lib/aws-sdk-core/stubbing/protocols/json.rb +1 -1
  51. data/lib/aws-sdk-core/stubbing/protocols/rest.rb +1 -1
  52. data/lib/aws-sdk-core/stubbing/protocols/rest_json.rb +1 -1
  53. data/lib/aws-sdk-core/stubbing/protocols/rest_xml.rb +0 -2
  54. data/lib/aws-sdk-core/xml/builder.rb +2 -2
  55. data/lib/aws-sdk-core/xml/doc_builder.rb +6 -1
  56. data/lib/aws-sdk-core/xml/parser/engines/ox.rb +1 -1
  57. data/lib/aws-sdk-core/xml/parser/frame.rb +23 -0
  58. data/lib/aws-sdk-core/xml/parser.rb +5 -0
  59. data/lib/aws-sdk-core.rb +13 -3
  60. data/lib/aws-sdk-sso/client.rb +570 -0
  61. data/lib/aws-sdk-sso/client_api.rb +190 -0
  62. data/lib/aws-sdk-sso/customizations.rb +1 -0
  63. data/lib/aws-sdk-sso/errors.rb +102 -0
  64. data/lib/aws-sdk-sso/resource.rb +26 -0
  65. data/lib/aws-sdk-sso/types.rb +352 -0
  66. data/lib/aws-sdk-sso.rb +55 -0
  67. data/lib/aws-sdk-sts/client.rb +536 -435
  68. data/lib/aws-sdk-sts/client_api.rb +7 -1
  69. data/lib/aws-sdk-sts/errors.rb +1 -1
  70. data/lib/aws-sdk-sts/plugins/sts_regional_endpoints.rb +5 -1
  71. data/lib/aws-sdk-sts/presigner.rb +7 -1
  72. data/lib/aws-sdk-sts/resource.rb +1 -1
  73. data/lib/aws-sdk-sts/types.rb +332 -193
  74. data/lib/aws-sdk-sts.rb +8 -3
  75. data/lib/seahorse/client/base.rb +1 -0
  76. data/lib/seahorse/client/block_io.rb +3 -2
  77. data/lib/seahorse/client/configuration.rb +4 -0
  78. data/lib/seahorse/client/h2/connection.rb +15 -13
  79. data/lib/seahorse/client/h2/handler.rb +4 -5
  80. data/lib/seahorse/client/http/response.rb +1 -1
  81. data/lib/seahorse/client/net_http/connection_pool.rb +10 -4
  82. data/lib/seahorse/client/net_http/handler.rb +17 -8
  83. data/lib/seahorse/client/net_http/patches.rb +13 -84
  84. data/lib/seahorse/client/plugins/content_length.rb +11 -5
  85. data/lib/seahorse/client/plugins/h2.rb +4 -1
  86. data/lib/seahorse/client/plugins/net_http.rb +37 -3
  87. data/lib/seahorse/client/plugins/request_callback.rb +110 -0
  88. data/lib/seahorse/client/plugins/response_target.rb +3 -4
  89. data/lib/seahorse/model/operation.rb +3 -0
  90. data/lib/seahorse/model/shapes.rb +25 -0
  91. data/lib/seahorse/util.rb +6 -1
  92. data/lib/seahorse.rb +1 -0
  93. metadata +26 -9
data/CHANGELOG.md ADDED
@@ -0,0 +1,1304 @@
1
+ Unreleased Changes
2
+ ------------------
3
+
4
+ 3.130.2 (2022-04-22)
5
+ ------------------
6
+
7
+ * Issue - Don't pass `:before_refresh` to Client constructors in RefreshingCredential implementations (#2690).
8
+
9
+ 3.130.1 (2022-04-12)
10
+ ------------------
11
+
12
+ * Issue - Don't call `refresh!` on non-refreshable `Credentials` when retrying errors (#2685).
13
+
14
+ 3.130.0 (2022-03-11)
15
+ ------------------
16
+
17
+ * Feature - Asynchronously refresh AWS credentials (#2641).
18
+
19
+ * Issue - Add x-amz-region-set to list of headers deleted for re-sign.
20
+
21
+ 3.129.1 (2022-03-10)
22
+ ------------------
23
+
24
+ * Issue - Make stubs thread safe by creating new responses for each operation call (#2675).
25
+
26
+ 3.129.0 (2022-03-08)
27
+ ------------------
28
+
29
+ * Feature - Add support for cases when `InstanceProfileCredentials` (IMDS) is unable to refresh credentials.
30
+
31
+ 3.128.1 (2022-03-07)
32
+ ------------------
33
+
34
+ * Issue - Fixed `Aws::PageableResponse` invalidating Ruby's global constant cache.
35
+
36
+ 3.128.0 (2022-03-04)
37
+ ------------------
38
+
39
+ * Feature - Updated Aws::STS::Client with the latest API changes.
40
+
41
+ 3.127.0 (2022-02-24)
42
+ ------------------
43
+
44
+ * Feature - Updated Aws::STS::Client with the latest API changes.
45
+
46
+ * Feature - Updated Aws::SSO::Client with the latest API changes.
47
+
48
+ * Feature - Support `HttpChecksum` trait for requests and responses.
49
+
50
+ 3.126.2 (2022-02-16)
51
+ ------------------
52
+
53
+ * Issue - Add a before_refresh callback to AssumeRoleCredentials (#2529).
54
+ * Issue - Raise a `NoSuchProfileError` when config and credentials files don't exist.
55
+
56
+ 3.126.1 (2022-02-14)
57
+ ------------------
58
+
59
+ * Issue - Set `create_time` on IMDS tokens before fetch to reduce chance of using expired tokens and retry failures due to using expired tokens.
60
+
61
+ 3.126.0 (2022-02-03)
62
+ ------------------
63
+
64
+ * Feature - Updated Aws::SSO::Client with the latest API changes.
65
+
66
+ * Feature - Add support for recursion detection.
67
+
68
+ 3.125.6 (2022-02-02)
69
+ ------------------
70
+
71
+ * Issue - Ensure default message for ServiceError is a string (#2643).
72
+
73
+ 3.125.5 (2022-01-19)
74
+ ------------------
75
+
76
+ * Issue - Correctly serialize empty header lists.
77
+
78
+ 3.125.4 (2022-01-18)
79
+ ------------------
80
+
81
+ * Issue - Add `InternalError` to `ErrorInspector` for S3 errors.
82
+
83
+
84
+ 3.125.3 (2022-01-12)
85
+ ------------------
86
+
87
+ * Issue - Add `ExpiredTokenException` to `ErrorInspector` for Kinesis errors.
88
+
89
+ 3.125.2 (2022-01-10)
90
+ ------------------
91
+
92
+ * Issue - Correctly serialize lists of strings in headers with quotes and commas.
93
+
94
+ 3.125.1 (2022-01-04)
95
+ ------------------
96
+
97
+ * Issue - Parse a response with consecutive spaces correctly when ox is used as the XML parser.
98
+
99
+ 3.125.0 (2021-12-21)
100
+ ------------------
101
+
102
+ * Feature - Updated Aws::SSO::Client with the latest API changes.
103
+
104
+ * Feature - Add `:defaults_mode` configuration - that determines how certain default configuration options are resolved in the SDK.
105
+
106
+ 3.124.0 (2021-11-30)
107
+ ------------------
108
+
109
+ * Feature - Updated Aws::STS::Client with the latest API changes.
110
+
111
+ * Feature - Updated Aws::SSO::Client with the latest API changes.
112
+
113
+ 3.123.0 (2021-11-23)
114
+ ------------------
115
+
116
+ * Feature - Updated Aws::STS::Client with the latest API changes.
117
+
118
+ 3.122.1 (2021-11-09)
119
+ ------------------
120
+
121
+ * Issue - Correctly serialize/deserialize header lists.
122
+
123
+ 3.122.0 (2021-11-04)
124
+ ------------------
125
+
126
+ * Feature - Updated Aws::STS::Client with the latest API changes.
127
+
128
+ * Feature - Updated Aws::SSO::Client with the latest API changes.
129
+
130
+ * Issue - Fix parsing of ISO8601 timestamps with millisecond precision in headers.
131
+
132
+ * 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.
133
+
134
+ * 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.
135
+
136
+ 3.121.6 (2021-11-02)
137
+ ------------------
138
+
139
+ * Issue - Improve `SSOCredentials` error handling when profile file does not exist (#2605)
140
+
141
+ 3.121.5 (2021-10-29)
142
+ ------------------
143
+
144
+ * Issue - bump minimum version of `aws-partitions` (#2603).
145
+
146
+ 3.121.4 (2021-10-28)
147
+ ------------------
148
+
149
+ * Issue - This version has been yanked. (#2603).
150
+
151
+ * Issue - use the `EndpointProvider` to lookup signing region and name.
152
+
153
+ 3.121.3 (2021-10-20)
154
+ ------------------
155
+
156
+ * Issue - Use endpointPrefix when looking up the `signing_region` from the `EndpointProvider`.
157
+
158
+ 3.121.2 (2021-10-18)
159
+ ------------------
160
+
161
+ * Issue - Fix an issue where Rest JSON services do not have a `Content-Type` header.
162
+
163
+ * Issue - Remove blank `Content-Type` header from Net::HTTP handler, and prevent a default from being set.
164
+
165
+ * Issue - Set `Content-Length` only for HTTP methods that take a body.
166
+
167
+ 3.121.1 (2021-09-24)
168
+ ------------------
169
+
170
+ * Issue - Fix error in finding union member for boolean shapes with `false` values.
171
+
172
+ 3.121.0 (2021-09-02)
173
+ ------------------
174
+
175
+ * Feature - Add support for S3 Multi-region access point configuration.
176
+
177
+ 3.120.0 (2021-09-01)
178
+ ------------------
179
+
180
+ * Feature - AWS SDK for Ruby no longer supports Ruby runtime versions 1.9, 2.0, 2.1, and 2.2.
181
+
182
+ 3.119.1 (2021-08-20)
183
+ ------------------
184
+
185
+ * Issue - Refactored `Aws::Json::Engine` to remove dead code and replaced usage of `JSON.load` with `JSON.parse`.
186
+
187
+ 3.119.0 (2021-07-30)
188
+ ------------------
189
+
190
+ * 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)
191
+
192
+ 3.118.0 (2021-07-28)
193
+ ------------------
194
+
195
+ * Feature - Add support for Tagged Unions using a "sealed" classes like approach where each union member has a corresponding subclass.
196
+
197
+ 3.117.0 (2021-07-12)
198
+ ------------------
199
+
200
+ * 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`).
201
+
202
+ * Feature - Support IPv6 endpoint for `Aws::EC2Metadata` client. It can be configured with `:endpoint` or `:endpoint_mode`.
203
+
204
+ 3.116.0 (2021-07-07)
205
+ ------------------
206
+
207
+ * Feature - Updated Aws::STS::Client with the latest API changes.
208
+
209
+ 3.115.0 (2021-06-23)
210
+ ------------------
211
+
212
+ * Feature - Add support for Assume Role Chaining in profiles. (#2531)
213
+ * Issue - Fixed an issue with `Seahorse::Client::H2::Connection` for non-https endpoints. (#2542)
214
+
215
+ 3.114.3 (2021-06-15)
216
+ ------------------
217
+
218
+ * Issue - Fixed an issue with `Aws::PageableResponse` where it was modifying original params hash, causing frozen hashes to fail.
219
+
220
+ 3.114.2 (2021-06-09)
221
+ ------------------
222
+
223
+ * Issue - Fixed an issue with `Aws::PageableResponse` where intentionally nil tokens were not merged into the params for the next call.
224
+
225
+ 3.114.1 (2021-06-02)
226
+ ------------------
227
+
228
+ * Issue - Change XML Builder to not indent by default
229
+
230
+ 3.114.0 (2021-04-13)
231
+ ------------------
232
+
233
+ * Feature - Updated Aws::STS::Client with the latest API changes.
234
+
235
+ 3.113.1 (2021-03-29)
236
+ ------------------
237
+
238
+ * Issue - Ensure end of line characters are correctly encoded in XML.
239
+
240
+ 3.113.0 (2021-03-10)
241
+ ------------------
242
+
243
+ * Feature - Updated Aws::STS::Client with the latest API changes.
244
+
245
+ * Feature - Updated Aws::SSO::Client with the latest API changes.
246
+
247
+ 3.112.1 (2021-03-04)
248
+ ------------------
249
+
250
+ * Issue - Include LICENSE, CHANGELOG, and VERSION files with this gem.
251
+
252
+ 3.112.0 (2021-02-02)
253
+ ------------------
254
+
255
+ * 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`.
256
+
257
+ 3.111.2 (2021-01-19)
258
+ ------------------
259
+
260
+ * Issue - Fix a loading issue with SSO and STS gem aliases using `require_relative` instead of `require`.
261
+
262
+ 3.111.1 (2021-01-15)
263
+ ------------------
264
+
265
+ * Issue - Fix an issue with `max_attempts` validation raising incorrectly.
266
+
267
+ 3.111.0 (2021-01-11)
268
+ ------------------
269
+
270
+ * Feature - Adds an IMDSv2 client as `Aws::EC2Metadata`.
271
+
272
+ 3.110.0 (2020-12-03)
273
+ ------------------
274
+
275
+ * Feature - Updated Aws::STS::Client with the latest API changes.
276
+
277
+ * Issue - Support `aws-sdk-sts` alias gem.
278
+
279
+ * Issue - Retry when `Net:HTTPFatalError` is thrown by the `Net::HTTP` library. This can occur when proxy connections are configured. (#2439)
280
+
281
+ 3.109.3 (2020-11-17)
282
+ ------------------
283
+
284
+ * Issue - Use full namespace for SSO Client when creating `SSOCredentials`
285
+
286
+ 3.109.2 (2020-11-04)
287
+ ------------------
288
+
289
+ * Issue - Check for flattened on ref for lists when serializing.
290
+
291
+ 3.109.1 (2020-10-05)
292
+ ------------------
293
+
294
+ * Issue - For errors without a message, default to the error class. (#2388)
295
+
296
+ 3.109.0 (2020-09-30)
297
+ ------------------
298
+
299
+ * Feature - Add `Seahorse::Util.host_label?` to check strings for valid RFC-3986 host labels.
300
+ * Feature - Add `Aws::ARN#to_h`.
301
+
302
+ 3.108.0 (2020-09-25)
303
+ ------------------
304
+
305
+ * Feature - Updated Aws::STS::Client with the latest API changes.
306
+
307
+ 3.107.0 (2020-09-15)
308
+ ------------------
309
+
310
+ * Feature - Updated Aws::STS::Client with the latest API changes.
311
+
312
+ * Issue - Fix circular dependency of `aws-sdk-sso` and `aws-sdk-core` (#2405).
313
+
314
+ 3.106.0 (2020-09-14)
315
+ ------------------
316
+
317
+ * Feature - Support `AWS_CA_BUNDLE` ENV variable and `ca_bundle` shared configuration options. The `:ssl_ca_bundle` client option will override either of these options. (#1907)
318
+
319
+ 3.105.0 (2020-08-25)
320
+ ------------------
321
+
322
+ * Feature - Updated Aws::STS::Client with the latest API changes.
323
+
324
+ * Feature - Updated Aws::SSO::Client with the latest API changes.
325
+
326
+ * Feature - Add `SSOCredentials`. Moved functionality from `aws-sdk-sso` into core.
327
+
328
+ 3.104.4 (2020-08-19)
329
+ ------------------
330
+
331
+ * Issue - Use Aws::Json for parsing instead of JSON
332
+
333
+ 3.104.3 (2020-07-23)
334
+ ------------------
335
+
336
+ * Issue - Revert duplication of params. Ensure code that relied on internal modification of parameters is not broken.
337
+
338
+ 3.104.2 (2020-07-22)
339
+ ------------------
340
+
341
+ * Issue - Validate IO like objects support read,rewind and size unless streaming. Fixes #2364
342
+
343
+ 3.104.1 (2020-07-20)
344
+ ------------------
345
+
346
+ * Issue - Duplicate params to ensure user provided params are not modified. Fixes #2366
347
+
348
+ 3.104.0 (2020-07-15)
349
+ ------------------
350
+
351
+ * Feature - Add headers to the `ResponseTarget` callback. A block passed as the response target on a streaming method will be called with the `chunk` and `headers`.
352
+ * Feature - Added the `RequestCallback` plugin which allows clients and methods to set `on_chunk_sent` to a `Proc` which will be called as each chunk of the request body is sent.
353
+
354
+ 3.103.0 (2020-07-01)
355
+ ------------------
356
+
357
+ * Feature - Updated the list of parameters to filter when logging.
358
+
359
+ 3.102.1 (2020-06-25)
360
+ ------------------
361
+
362
+ * Issue - Set the `response_target` on the context when deleting it from the parameters.
363
+
364
+ 3.102.0 (2020-06-24)
365
+ ------------------
366
+
367
+ * Feature - Updated the list of parameters to filter when logging.
368
+
369
+ 3.101.0 (2020-06-23)
370
+ ------------------
371
+
372
+ * Feature - Updated Aws::STS::Client with the latest API changes.
373
+
374
+ * Feature - Added sensitive params to request and response Types instead of just on a large list.
375
+ * Feature - Provide an option `:filter_sensitive_params` for `Aws::Log::Formatter` to allow disabling of the sensitive param filter (#2312, #2105, #2082).
376
+
377
+ 3.100.0 (2020-06-15)
378
+ ------------------
379
+
380
+ * Feature - Updated the list of parameters to filter when logging.
381
+
382
+ 3.99.2 (2020-06-12)
383
+ ------------------
384
+
385
+ * Issue - Don't retry streaming requests with blocks (#2311)
386
+
387
+ 3.99.1 (2020-06-11)
388
+ ------------------
389
+
390
+ * Issue - Republish after incorrect yank.
391
+
392
+ 3.99.0 (2020-06-10)
393
+ ------------------
394
+
395
+ * Issue - This version has been yanked. (#2327).
396
+ * Feature - Updated Aws::STS::Client with the latest API changes.
397
+
398
+ * Feature - Updated the list of parameters to filter when logging.
399
+
400
+ * Feature - Support `httpChecksumRequired` on operations that require Content MD5 validation.
401
+ * Issue - Validate `:region` as a valid DNS host label.
402
+
403
+ 3.98.0 (2020-06-05)
404
+ ------------------
405
+
406
+ * Feature - Updated the list of parameters to filter when logging.
407
+
408
+ 3.97.1 (2020-06-01)
409
+ ------------------
410
+
411
+ * Issue - Convert ENV['AWS_MAX_ATTEMPTS'] String value to Integer when set. (#2319)
412
+ * Issue - Handle unknown and unmodeled events from event streams by ignoring them and providing a new callback rather than raising an error.
413
+
414
+ 3.97.0 (2020-05-28)
415
+ ------------------
416
+ * Feature - Default endpoint_discovery to `true` for services with at least one operation that requires it.
417
+ * Feature - Updated Aws::STS::Client with the latest API changes.
418
+
419
+ 3.96.1 (2020-05-18)
420
+ ------------------
421
+
422
+ * Issue - Raise `ArgumentError` for XML services when required URI elements are not included.
423
+
424
+ 3.96.0 (2020-05-15)
425
+ ------------------
426
+
427
+ * Feature - Updated the list of parameters to filter when logging.
428
+
429
+ 3.95.0 (2020-05-07)
430
+ ------------------
431
+
432
+ * Feature - Updated Aws::STS::Client with the latest API changes.
433
+
434
+ 3.94.1 (2020-05-04)
435
+ ------------------
436
+
437
+ * Issue - When handling errors in XML responses, don't set a new error on the response if one is already set.
438
+
439
+ 3.94.0 (2020-04-08)
440
+ ------------------
441
+
442
+ * Feature - Updated the list of parameters to filter when logging.
443
+
444
+ * Issue - Update dependency on aws-eventstream
445
+
446
+ 3.93.0 (2020-04-06)
447
+ ------------------
448
+
449
+ * Feature - Updated the list of parameters to filter when logging.
450
+
451
+ 3.92.0 (2020-03-20)
452
+ ------------------
453
+
454
+ * Feature - Updated Aws::STS::Client with the latest API changes.
455
+
456
+ * Issue - Change the default of `sts_regional_endpoints` from 'legacy' to 'regional'.
457
+
458
+ 3.91.1 (2020-03-10)
459
+ ------------------
460
+
461
+ * Issue - Rescue from `JSON::ParserError` when using `Oj.mimic_JSON`. (#2247)
462
+
463
+ 3.91.0 (2020-03-09)
464
+ ------------------
465
+
466
+ * Feature - Updated Aws::STS::Client with the latest API changes.
467
+ * Feature - Add `standard` and `adaptive` retry modes.
468
+
469
+ 3.90.1 (2020-02-14)
470
+ ------------------
471
+
472
+ * Issue - Perform a case-insensitive comparison when filtering sensitive parameters from logs
473
+ * Issue - Add passthrough of region from client to STS when using `assume_role_web_identity_credentials`.
474
+
475
+ 3.90.0 (2020-02-12)
476
+ ------------------
477
+
478
+ * Issue - Updated the list of parameters to filter when logging.
479
+ * Issue - Parse all values from shared credentials file when using `Aws.shared_config`.
480
+ * Issue - Honor explicit profile in client config when credentials from AWS_ environment variables are present.
481
+ * Issue - Fixed a bug where `Transfer-Encoding` could never be set to `chunked` in streaming operations because all body objects (`String`, `StringIO`) would respond to `#size`.
482
+
483
+ 3.89.1 (2020-01-14)
484
+ ------------------
485
+
486
+ * Issue - Fix erroneously reaped sessions from `Seahorse::Client::NetHttp::ConnectionPool` due to bad `last_used` time calculation
487
+ * Issue - Use monotonic clocks when reaping sessions in `Seahorse::Client::NetHttp::ConnectionPool`
488
+ * Issue - Fix "Conn close because of keep_alive_timeout" when reusing `Seahorse::Client::NetHttp::ConnectionPool` sessions
489
+
490
+ 3.89.0 (2020-01-13)
491
+ ------------------
492
+
493
+ * Feature - Updated the list of parameters to filter when logging.
494
+
495
+ 3.88.0 (2020-01-10)
496
+ ------------------
497
+
498
+ * Feature - Updated the list of parameters to filter when logging.
499
+
500
+ 3.87.0 (2020-01-09)
501
+ ------------------
502
+
503
+ * Feature - Updated Aws::STS::Client with the latest API changes.
504
+
505
+ * Issue - Reuse connections even if `http_wire_trace` is true.
506
+
507
+ 3.86.0 (2019-12-13)
508
+ ------------------
509
+
510
+ * Feature - Updated the list of parameters to filter when logging.
511
+
512
+ 3.85.1 (2019-12-11)
513
+ ------------------
514
+
515
+ * Issue - Change default timeout to 1 and number of retries to 1 for `InstanceProfileCredentials`.
516
+
517
+ 3.85.0 (2019-12-09)
518
+ ------------------
519
+
520
+ * Feature - Add STS Presigner module with a method to generate a presigned EKS token.
521
+
522
+ * Issue - Fix issue for log formatters in clients where http_response_body does not respond to `rewind` when using a block.
523
+
524
+ 3.84.0 (2019-12-04)
525
+ ------------------
526
+
527
+ * Feature - Updated the list of parameters to filter when logging.
528
+
529
+ 3.83.0 (2019-12-03)
530
+ ------------------
531
+
532
+ * Feature - Updated the list of parameters to filter when logging.
533
+
534
+ 3.82.0 (2019-11-25)
535
+ ------------------
536
+
537
+ * Feature - Updated the list of parameters to filter when logging.
538
+
539
+ 3.81.0 (2019-11-22)
540
+ ------------------
541
+
542
+ * Feature - Updated Aws::STS::Client with the latest API changes.
543
+
544
+ 3.80.0 (2019-11-20)
545
+ ------------------
546
+
547
+ * Feature - Updated the list of parameters to filter when logging.
548
+
549
+ 3.79.0 (2019-11-19)
550
+ ------------------
551
+
552
+ * Feature - Support EC2 IMDS updates.
553
+
554
+ 3.78.0 (2019-11-15)
555
+ ------------------
556
+
557
+ * Feature - Updated the list of parameters to filter when logging.
558
+
559
+ 3.77.0 (2019-11-13)
560
+ ------------------
561
+
562
+ * Feature - Support `s3_us_east_1_regional_endpoint` from `SharedConfig`
563
+
564
+ 3.76.0 (2019-11-07)
565
+ ------------------
566
+
567
+ * Feature - Updated the list of parameters to filter when logging.
568
+
569
+ 3.75.0 (2019-11-06)
570
+ ------------------
571
+
572
+ * Feature - Remove deprecated `access_key_id`, `secret_access_key`, and `session_token` methods in credential providers.
573
+
574
+ 3.74.0 (2019-11-05)
575
+ ------------------
576
+
577
+ * Feature - Updated the list of parameters to filter when logging.
578
+
579
+ 3.73.0 (2019-11-04)
580
+ ------------------
581
+
582
+ * Feature - Updated the list of parameters to filter when logging.
583
+
584
+ 3.72.1 (2019-10-31)
585
+ ------------------
586
+
587
+ * Issue - Fix `EndpointCache#key?` to be thread safe.
588
+
589
+ 3.72.0 (2019-10-24)
590
+ ------------------
591
+
592
+ * Feature - Updated the list of parameters to filter when logging.
593
+
594
+ * Issue - Update minimum `aws-partition` gem dependency version
595
+
596
+ 3.71.0 (2019-10-23)
597
+ ------------------
598
+
599
+ * Feature - Updated Aws::STS::Client with the latest API changes.
600
+
601
+ * Feature - Support enable STS regional endpoints by `sts_regional_endpoints: 'regional'`
602
+
603
+ 3.70.0 (2019-10-22)
604
+ ------------------
605
+
606
+ * Feature - Updated the list of parameters to filter when logging.
607
+
608
+ 3.69.1 (2019-10-18)
609
+ ------------------
610
+
611
+ * Issue - Fix method redefinition warnings
612
+
613
+ 3.69.0 (2019-10-17)
614
+ ------------------
615
+
616
+ * Feature - Updated the list of parameters to filter when logging.
617
+
618
+ 3.68.1 (2019-10-02)
619
+ ------------------
620
+
621
+ * Issue - Add final deprecation warnings to `access_key_id`, `secret_access_key`, and `session_token` in credential providers.
622
+
623
+ * Issue - Remove misleading IO documentation from `BlobShape` error output.
624
+
625
+ 3.68.0 (2019-09-16)
626
+ ------------------
627
+
628
+ * Feature - Support assuming a role with `:source_profile` from a profile that can be resolved from a `ProcessCredentials` provider.
629
+
630
+ 3.67.0 (2019-09-09)
631
+ ------------------
632
+
633
+ * Feature - Updated the list of parameters to filter when logging.
634
+
635
+ 3.66.0 (2019-09-04)
636
+ ------------------
637
+
638
+ * Feature - Support CLI AWS_DEFAULT_PROFILE environment variable [Github Issue](https://github.com/aws/aws-sdk-ruby/issues/1452).
639
+
640
+ 3.65.1 (2019-08-28)
641
+ ------------------
642
+
643
+ * Issue - Auto refresh credentials for Route53 `ExpiredToken` errors.
644
+
645
+ 3.65.0 (2019-08-27)
646
+ ------------------
647
+
648
+ * Feature - Support assuming a role `:source_profile` profile with `AssumeRoleWebIdentityCredentials`.
649
+
650
+ 3.64.0 (2019-08-20)
651
+ ------------------
652
+
653
+ * Feature - Updated the list of parameters to filter when logging.
654
+
655
+ 3.63.0 (2019-08-15)
656
+ ------------------
657
+
658
+ * Feature - Support passing AssumeRole `duration_seconds` from shared credentials/config file.
659
+
660
+ 3.62.0 (2019-08-02)
661
+ ------------------
662
+
663
+ * Feature - Updated Aws::STS::Client with the latest API changes.
664
+
665
+ 3.61.2 (2019-07-29)
666
+ ------------------
667
+
668
+ * Issue - Add `Aws::STS::InvalidIdentityToken` and `Aws::Errors::NoSuchEndpointError` error for retry.
669
+
670
+ 3.61.1 (2019-07-25)
671
+ ------------------
672
+
673
+ * Issue - Fix default STS Client credential sourcing in `Aws::AssumeRoleWebIdentityCredentialsProvider`.
674
+
675
+ 3.61.0 (2019-07-24)
676
+ ------------------
677
+
678
+ * Feature - Updated Aws::STS::Client with the latest API changes.
679
+
680
+ 3.60.0 (2019-07-23)
681
+ ------------------
682
+
683
+ * Feature - Updated the list of parameters to filter when logging.
684
+
685
+ * Issue - Handle `EncodingError` when using Oj gem [Github Issue](https://github.com/aws/aws-sdk-ruby/issues/1831)
686
+
687
+ 3.59.0 (2019-07-03)
688
+ ------------------
689
+
690
+ * Feature - Updated the list of parameters to filter when logging.
691
+
692
+ 3.58.0 (2019-07-01)
693
+ ------------------
694
+
695
+ * Feature - Support `Aws::AssumeRoleWebIdentityCredentials` provider
696
+
697
+ 3.57.0 (2019-06-28)
698
+ ------------------
699
+
700
+ * Feature - Updated the list of parameters to filter when logging.
701
+
702
+ 3.56.0 (2019-06-17)
703
+ ------------------
704
+
705
+ * Feature - Updated Aws::STS::Client with the latest API changes.
706
+
707
+ * Feature - Support `:client_side_monitoring_host` configuration for CSM
708
+
709
+ 3.55.0 (2019-06-14)
710
+ ------------------
711
+
712
+ * Feature - Updated the list of parameters to filter when logging.
713
+
714
+ 3.54.2 (2019-06-03)
715
+ ------------------
716
+
717
+ * Issue - Mirgate Proc.new without a block usage #2058.
718
+
719
+ 3.54.1 (2019-05-30)
720
+ ------------------
721
+
722
+ * Issue - Improved exception messages in credential providers to exclude detailed parse errors that may contain sensitive information.
723
+
724
+ 3.54.0 (2019-05-28)
725
+ ------------------
726
+
727
+ * Feature - Updated Aws::STS::Client with the latest API changes.
728
+
729
+ * Feature - Updated the list of parameters to filter when logging.
730
+
731
+ 3.53.1 (2019-05-22)
732
+ ------------------
733
+
734
+ * Issue - Support #to_hash for Struct with `:members` member #2053
735
+
736
+ 3.53.0 (2019-05-21)
737
+ ------------------
738
+
739
+ * Feature - Updated Aws::STS::Client with the latest API changes.
740
+
741
+ * Feature - Updated the list of parameters to filter when logging.
742
+
743
+ * Feature - Adding support for modeled exceptions
744
+
745
+ 3.52.1 (2019-05-15)
746
+ ------------------
747
+
748
+ * Issue - Handle paginator stubs with expression #2040
749
+
750
+ 3.52.0 (2019-05-14)
751
+ ------------------
752
+
753
+ * Feature - Updated Aws::STS::Client with the latest API changes.
754
+
755
+ * Feature - Updated the list of parameters to filter when logging.
756
+
757
+ * Feature - Support transfer encoding and `requiresLength` trait
758
+
759
+ 3.51.0 (2019-05-10)
760
+ ------------------
761
+
762
+ * Feature - Updated Aws::STS::Client with the latest API changes.
763
+
764
+ 3.50.0 (2019-05-06)
765
+ ------------------
766
+
767
+ * Feature - Updated Aws::STS::Client with the latest API changes.
768
+
769
+ 3.49.0 (2019-04-30)
770
+ ------------------
771
+
772
+ * Feature - Updated the list of parameters to filter when logging.
773
+
774
+ 3.48.6 (2019-04-26)
775
+ ------------------
776
+
777
+ * Issue - Call RefreshingCredentials initialize method in ProcessCredentials to set mutex.
778
+
779
+ 3.48.5 (2019-04-24)
780
+ ------------------
781
+
782
+ * Issue - Add PriorRequestNotComplete to throttling errors.
783
+
784
+ 3.48.4 (2019-04-18)
785
+ ------------------
786
+
787
+ * Issue - Small memory retention reduction.
788
+
789
+ 3.48.3 (2019-03-26)
790
+ ------------------
791
+
792
+ * Issue - event header ":event-type" uses member name instead of shape name
793
+
794
+ 3.48.2 (2019-03-20)
795
+ ------------------
796
+
797
+ * Issue - Support signal events after request only [HTTP2]
798
+
799
+ 3.48.1 (2019-03-19)
800
+ ------------------
801
+
802
+ * Issue - Clean up unnecessary error output when 'http-2' gem is not present.
803
+
804
+ 3.48.0 (2019-03-18)
805
+ ------------------
806
+
807
+ * Feature - Updated the list of parameters to filter when logging.
808
+
809
+ * Feature - Fix http-2 Dependency for Old Ruby Versions (Github Issue #1994)
810
+
811
+ 3.47.0 (2019-03-14)
812
+ ------------------
813
+
814
+ * Feature - Support HTTP/2 based AWS event stream operations
815
+
816
+ 3.46.2 (2019-02-19)
817
+ ------------------
818
+
819
+ * Issue - Update NetHttp Patches per Ruby version (Github Issue: #1979)
820
+
821
+ 3.46.1 (2019-02-12)
822
+ ------------------
823
+
824
+ * Issue - Fix the issue that APIG SDK doesn't have regional endpoint related plugins.
825
+
826
+ 3.46.0 (2019-01-16)
827
+ ------------------
828
+
829
+ * Feature - Updated the list of parameters to filter when logging.
830
+
831
+ 3.45.0 (2019-01-11)
832
+ ------------------
833
+
834
+ * Feature - Improve Query protocol handling of empty responses, to ensure response is an instance of `Aws::EmptyStructure` rather than the class `Aws::EmptyStructure` itself.
835
+ * Issue - Plugin updates to support client-side monitoring.
836
+
837
+ 3.44.2 (2019-01-04)
838
+ ------------------
839
+
840
+ * Issue - Update to code paths and plugins for future SDK instrumentation and telemetry.
841
+
842
+ 3.44.1 (2018-12-17)
843
+ ------------------
844
+
845
+ * Issue - Update sensitive filtering logic to include `#to_s` calls of shapes.
846
+
847
+ 3.44.0 (2018-12-07)
848
+ ------------------
849
+
850
+ * Feature - Updated the list of parameters to filter when logging.
851
+
852
+ 3.43.0 (2018-12-04)
853
+ ------------------
854
+
855
+ * Feature - Update user agent structure.
856
+
857
+ 3.42.0 (2018-11-29)
858
+ ------------------
859
+
860
+ * Feature - Updated the list of parameters to filter when logging.
861
+
862
+ 3.41.0 (2018-11-28)
863
+ ------------------
864
+
865
+ * Feature - Updated the list of parameters to filter when logging.
866
+
867
+ 3.40.0 (2018-11-27)
868
+ ------------------
869
+
870
+ * Feature - Updated the list of parameters to filter when logging.
871
+
872
+ 3.39.0 (2018-11-20)
873
+ ------------------
874
+
875
+ * Feature - Updated Aws::STS::Client with the latest API changes.
876
+
877
+ * Feature - Updated the list of parameters to filter when logging.
878
+
879
+ * Feature - Adding support for endpoint trait (host prefix) per operation, to disable this feature, set `:disable_host_prefix_injection` to `false` for the client.
880
+
881
+ 3.38.0 (2018-11-12)
882
+ ------------------
883
+
884
+ * Feature - Updated the list of parameters to filter when logging.
885
+
886
+ * Feature - Adding `TransactionInProgressException` for throttling retry
887
+
888
+ 3.37.0 (2018-11-08)
889
+ ------------------
890
+
891
+ * Feature - Adding support for endpoint discovery per operation, to enable this feature, set `:endpoint_discovery` to `true` for the client. Note: only available for services with endpoint discovery support.
892
+
893
+ 3.36.0 (2018-10-30)
894
+ ------------------
895
+
896
+ * Feature - Updated the list of parameters to filter when logging.
897
+
898
+ 3.35.0 (2018-10-24)
899
+ ------------------
900
+
901
+ * Feature - Updated Aws::STS::Client with the latest API changes.
902
+
903
+ * Feature - Updated the list of parameters to filter when logging.
904
+
905
+ 3.34.0 (2018-10-23)
906
+ ------------------
907
+
908
+ * Feature - Updated Aws::STS::Client with the latest API changes.
909
+
910
+ * Feature - Allow 429 response code to trigger throttle detection
911
+
912
+ 3.33.0 (2018-10-22)
913
+ ------------------
914
+
915
+ * Feature - Update to code paths and plugins for future SDK instrumentation and telemetry.
916
+
917
+ 3.32.0 (2018-10-18)
918
+ ------------------
919
+
920
+ * Feature - Updated the list of parameters to filter when logging.
921
+
922
+ 3.31.0 (2018-10-16)
923
+ ------------------
924
+
925
+ * Feature - Updated the list of parameters to filter when logging.
926
+
927
+ 3.30.0 (2018-10-04)
928
+ ------------------
929
+
930
+ * Feature - Adds to code paths and plugins for future SDK instrumentation and telemetry.
931
+
932
+ 3.29.0 (2018-09-28)
933
+ ------------------
934
+
935
+ * Feature - Updated the list of parameters to filter when logging.
936
+
937
+ 3.28.0 (2018-09-25)
938
+ ------------------
939
+
940
+ * Feature - Updated the list of parameters to filter when logging.
941
+
942
+ 3.27.1 (2018-09-21)
943
+ ------------------
944
+
945
+ * 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.
946
+
947
+ 3.27.0 (2018-09-06)
948
+ ------------------
949
+
950
+ * Feature - Adds code paths and plugins for future SDK instrumentation and telemetry to aws-sdk-sts.
951
+
952
+ 3.26.0 (2018-09-05)
953
+ ------------------
954
+
955
+ * Feature - Updated Aws::STS::Client with the latest API changes.
956
+
957
+ * Feature - Adds code paths and plugins for future SDK instrumentation and telemetry.
958
+
959
+ 3.25.0 (2018-08-29)
960
+ ------------------
961
+
962
+ * Feature - Updated the list of parameters to filter when logging.
963
+
964
+ * Issue - Add `:exclude_presign` option for #api_requests at client stubbing to allow excluding non-sent request from presigned url (Github Issue #1866)
965
+
966
+ 3.24.1 (2018-08-13)
967
+ ------------------
968
+
969
+ * Issue - Update `ca-bundle.crt` file with newer root certificate authorities.
970
+
971
+ 3.24.0 (2018-08-03)
972
+ ------------------
973
+
974
+ * 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](https://docs.aws.amazon.com/cli/latest/topic/config-vars.html#sourcing-credentials-from-external-processes)
975
+
976
+ 3.23.0 (2018-07-31)
977
+ ------------------
978
+
979
+ * Feature - Add Logged API Requests interface to stubbed clients
980
+
981
+ 3.22.1 (2018-06-28)
982
+ ------------------
983
+
984
+ * Issue - Performance enhancement to instance credential providers, to use a more precisely scoped Time parsing method for improved performance.
985
+
986
+ 3.22.0 (2018-06-26)
987
+ ------------------
988
+
989
+ * Feature - Updated Aws::STS::Client with the latest API changes.
990
+
991
+ * Feature - Allows you to set custom paths to shared config and shared credential files via the `AWS_CONFIG_FILE` and `AWS_SHARED_CREDENTIALS_FILE` environment variables.
992
+
993
+ * 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.
994
+
995
+ 3.21.3 (2018-06-20)
996
+ ------------------
997
+
998
+ * Issue - Fix to support URI encoded characters in http_proxy
999
+
1000
+ 3.21.2 (2018-05-22)
1001
+ ------------------
1002
+
1003
+ * Issue - Update `EventEmitter` to `Aws::EventEmitter` [Github Issue](https://github.com/aws/aws-sdk-ruby/issues/1791)
1004
+
1005
+ 3.21.1 (2018-05-18)
1006
+ ------------------
1007
+
1008
+ * Issue - Remove `raw_stream` tracking, [Github Issue](https://github.com/aws/aws-sdk-ruby/issues/1786)
1009
+
1010
+ 3.21.0 (2018-05-17)
1011
+ ------------------
1012
+
1013
+ * Feature - Support `vnd.amazon.event-stream` binary stream protocol over HTTP1.1
1014
+
1015
+ 3.20.2 (2018-04-26)
1016
+ ------------------
1017
+
1018
+ * Issue - Avoiding Net::HTTP patching for Ruby 2.5
1019
+
1020
+ 3.20.1 (2018-04-24)
1021
+ ------------------
1022
+
1023
+ * Issue - Fix parsing flattened XML shape from shape reference for S3 https://github.com/aws/aws-sdk-ruby/issues/1764
1024
+
1025
+ 3.20.0 (2018-04-23)
1026
+ ------------------
1027
+
1028
+ * 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.
1029
+
1030
+ 3.19.0 (2018-04-04)
1031
+ ------------------
1032
+
1033
+ * Feature - Updated the list of parameters to filter when logging.
1034
+
1035
+ 3.18.1 (2018-03-29)
1036
+ ------------------
1037
+
1038
+ * Issue - Fix undefined method `each`/`next` for `Enumerable::Enumerator` when this class exists in the environment
1039
+
1040
+ 3.18.0 (2018-03-28)
1041
+ ------------------
1042
+
1043
+ * Feature - Updated Aws::STS::Client with the latest API changes.
1044
+
1045
+ 3.17.1 (2018-03-20)
1046
+ ------------------
1047
+
1048
+ * Issue - Support timestamp shape in querystring
1049
+
1050
+ 3.17.0 (2018-02-27)
1051
+ ------------------
1052
+
1053
+ * Feature - Updated Aws::STS::Client with the latest API changes.
1054
+
1055
+ * Issue - Fix Ruby warnings: Shadowed local variables "parts" and "headers"
1056
+
1057
+ 3.16.0 (2018-02-20)
1058
+ ------------------
1059
+
1060
+ * Feature - Aws::InstanceProfileCredentials - When the `AWS_EC2_METADATA_DISABLED` environment variable is present with the value `true` (not case sensitive), the `Aws::InstanceProfileCredentials` credential provider will not be used.
1061
+
1062
+ 3.15.0 (2018-02-06)
1063
+ ------------------
1064
+
1065
+ * Feature - Updated the list of parameters to filter when logging.
1066
+
1067
+ 3.14.0 (2018-01-15)
1068
+ ------------------
1069
+
1070
+ * Feature - Updated Aws::STS::Client with the latest API changes.
1071
+
1072
+ 3.13.1 (2018-01-12)
1073
+ ------------------
1074
+
1075
+ * Issue - Fix Ruby 2.5 warnings.
1076
+
1077
+ 3.13.0 (2017-12-21)
1078
+ ------------------
1079
+
1080
+ * Feature - Updated Aws::STS::Client with the latest API changes.
1081
+
1082
+ 3.12.0 (2017-12-20)
1083
+ ------------------
1084
+
1085
+ * Feature - Adds support for credential_source when assuming a role via shared configuration.
1086
+
1087
+ * Issue - Update APIGateway SDK user agent pattern
1088
+
1089
+ 3.11.0 (2017-11-29)
1090
+ ------------------
1091
+
1092
+ * Feature - Updated the list of parameters to filter when logging.
1093
+
1094
+ 3.10.0 (2017-11-29)
1095
+ ------------------
1096
+
1097
+ * Feature - Updated the list of parameters to filter when logging.
1098
+
1099
+ 3.9.0 (2017-11-20)
1100
+ ------------------
1101
+
1102
+ * Feature - Updated Aws::STS::Client with the latest API changes.
1103
+
1104
+ * Feature - Updated the list of parameters to filter when logging.
1105
+
1106
+ 3.8.0 (2017-11-19)
1107
+ ------------------
1108
+
1109
+ * Feature - Add support for APIGateway protocol and custom service build.
1110
+
1111
+ 3.7.0 (2017-11-07)
1112
+ ------------------
1113
+
1114
+ * Feature - Updated Aws::STS::Client with the latest API changes.
1115
+
1116
+ * Feature - Updated the list of parameters to filter when logging.
1117
+
1118
+ 3.6.1 (2017-11-07)
1119
+ ------------------
1120
+
1121
+ * Issue - Update empty struct stubbing shape
1122
+
1123
+ 3.6.0 (2017-09-20)
1124
+ ------------------
1125
+
1126
+ * Feature - Updated the list of parameters to filter when logging.
1127
+
1128
+ 3.5.0 (2017-09-13)
1129
+ ------------------
1130
+
1131
+ * Feature - Updated Aws::STS::Client with the latest API changes.
1132
+
1133
+ 3.4.0 (2017-09-12)
1134
+ ------------------
1135
+
1136
+ * Feature - Updated Aws::STS::Client with the latest API changes.
1137
+
1138
+ 3.3.1 (2017-09-11)
1139
+ ------------------
1140
+
1141
+ * Issue - Fix core util deep copy issue #1603
1142
+
1143
+ 3.3.0 (2017-09-07)
1144
+ ------------------
1145
+
1146
+ * Feature - Updated Aws::STS::Client with the latest API changes.
1147
+
1148
+ 3.2.1 (2017-09-06)
1149
+ ------------------
1150
+
1151
+ * Issue - Remove redundant version file.
1152
+
1153
+ 3.2.0 (2017-08-31)
1154
+ ------------------
1155
+
1156
+ * Feature - Updated the list of parameters to filter when logging.
1157
+
1158
+ * Issue - Update `aws-sdk-core` gemspec metadata.
1159
+
1160
+ * Issue - Update `aws-sdk-core` gemspec metadata
1161
+
1162
+ 3.1.0 (2017-08-30)
1163
+ ------------------
1164
+
1165
+ * Feature - Updated Aws::STS::Client with the latest API changes.
1166
+
1167
+ 3.0.0 (2017-08-29)
1168
+ ------------------
1169
+
1170
+ 3.0.0.rc20 (2017-08-14)
1171
+ ------------------
1172
+
1173
+ * Feature - Updated the list of parameters to filter when logging.
1174
+
1175
+ 3.0.0.rc19 (2017-07-31)
1176
+ ------------------
1177
+
1178
+ * Feature - Updated the list of parameters to filter when logging.
1179
+
1180
+ 3.0.0.rc18 (2017-07-24)
1181
+ ------------------
1182
+
1183
+ * Feature - Updated the list of parameters to filter when logging.
1184
+
1185
+ 3.0.0.rc17 (2017-07-12)
1186
+ ------------------
1187
+
1188
+ * Feature - Updated Aws::STS::Client with the latest API changes.
1189
+
1190
+ 3.0.0.rc16 (2017-07-06)
1191
+ ------------------
1192
+
1193
+ * Feature - Updated Aws::STS::Client with the latest API changes.
1194
+
1195
+ 3.0.0.rc15 (2017-07-06)
1196
+ ------------------
1197
+
1198
+ * Feature - Updated Aws::STS::Client with the latest API changes.
1199
+
1200
+ 3.0.0.rc14 (2017-06-29)
1201
+ ------------------
1202
+
1203
+ * Feature - Updated Aws::STS::Client with the latest API changes.
1204
+
1205
+ 3.0.0.rc13 (2017-06-26)
1206
+ ------------------
1207
+
1208
+ * Feature - Updated Aws::STS::Client with the latest API changes.
1209
+
1210
+ * Feature - Updated the list of parameters to filter when logging.
1211
+
1212
+ * Issue - Aws::CredentialProviderChain - Fetching `AWS_PROFILE` environment variable before using `default` profile.
1213
+
1214
+ 3.0.0.rc12 (2017-05-23)
1215
+ ------------------
1216
+
1217
+ * Feature - Updated Aws::STS::Client with the latest API changes.
1218
+
1219
+ * Feature - Update throttling error pool of retry
1220
+
1221
+ * Feature - Update `User-Agent` format
1222
+
1223
+ 3.0.0.rc11 (2017-05-09)
1224
+ ------------------
1225
+
1226
+ * Feature - Updated Aws::STS::Client with the latest API changes.
1227
+
1228
+ * Feature - Updated Aws::STS::Client with the latest API changes.
1229
+
1230
+ 3.0.0.rc10 (2017-05-09)
1231
+ ------------------
1232
+
1233
+ * Feature - Updated Aws::STS::Client with the latest API changes.
1234
+
1235
+ * Feature - Updated Aws::STS::Client with the latest API changes.
1236
+
1237
+ 3.0.0.rc9 (2017-05-05)
1238
+ ------------------
1239
+
1240
+ * Feature - Updated Aws::STS::Client with the latest API changes.
1241
+
1242
+ * Feature - Updated Aws::STS::Client with the latest API changes.
1243
+
1244
+ * Feature - Added support for Ruby 2.4
1245
+
1246
+ * Issue - Revert 'cgi/util' change that breaks Ruby 2.4
1247
+
1248
+ 3.0.0.rc8 (2017-04-21)
1249
+ ------------------
1250
+
1251
+ * Feature - Updated Aws::STS::Client with the latest API changes.
1252
+
1253
+ * Feature - Updated Aws::STS::Client with the latest API changes.
1254
+
1255
+ * Feature - Updated the list of parameters to filter when logging.
1256
+
1257
+ 3.0.0.rc7 (2017-03-09)
1258
+ ------------------
1259
+
1260
+ * Feature - Updated Aws::STS::Client with the latest API changes.
1261
+
1262
+ * Feature - Updated Aws::STS::Client with the latest API changes.
1263
+
1264
+ * Feature - Updated the list of parameters to filter when logging.
1265
+
1266
+ 3.0.0.rc6 (2017-03-08)
1267
+ ------------------
1268
+
1269
+ * Feature - Updated Aws::STS::Client with the latest API changes.
1270
+
1271
+ * Feature - Updated Aws::STS::Client with the latest API changes.
1272
+
1273
+ 3.0.0.rc5 (2017-03-07)
1274
+ ------------------
1275
+
1276
+ * Feature - Updated Aws::STS::Client with the latest API changes.
1277
+
1278
+ * Feature - Updated Aws::STS::Client with the latest API changes.
1279
+
1280
+ 3.0.0.rc4 (2017-03-07)
1281
+ ------------------
1282
+
1283
+ * Feature - Updated the list of parameters to filter when logging.
1284
+
1285
+ 3.0.0.rc3 (2017-01-24)
1286
+ ------------------
1287
+
1288
+ * Feature - Updated Aws::STS::Client with the latest API changes.
1289
+
1290
+ * Feature - Updated Aws::STS::Client with the latest API changes.
1291
+
1292
+ * Feature - Updated the list of parameters to filter when logging.
1293
+
1294
+ 3.0.0.rc2 (2016-12-09)
1295
+ ------------------
1296
+
1297
+ * Feature - Updated Aws::STS::Client with the latest API changes.
1298
+
1299
+ * Feature - Updated the list of parameters to filter when logging.
1300
+
1301
+ 3.0.0.rc1 (2016-12-05)
1302
+ ------------------
1303
+
1304
+ * Feature - Initial preview release of the `aws-sdk-core` gem.