aws-sdk-core 3.110.0 → 3.115.0

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