aws-sdk-core 3.112.0 → 3.114.1

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