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