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