aws-sdk-rds 1.115.0 → 1.116.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: f2192a5f3649a3a943063cc8a7b9d636f119a0beac7657c7f0413dfd46aab3fa
4
- data.tar.gz: 063dc91a8c2bf01555a3834ef4ff2b1a1c865c98f0560c2b568996460a75340c
3
+ metadata.gz: e9cd02ed7526d4bf2a1afe38e3dcb924c4733ea70db1a1f6eea408afedd2ae56
4
+ data.tar.gz: 2b38bd8ed2ad4707b119f8ba7afdb646bd1be9adfc9f40aa291b51e75d3c51d2
5
5
  SHA512:
6
- metadata.gz: cc4d394170318390282ca3ccb2e6c72e584c9c699700ea211ac1ff27a1eff4327d1cfa689f914e80ead6fe87bd4fbce1ff0c2566f3f72db82e7f780a03133f87
7
- data.tar.gz: 93cd46662beab3a09ce9f72179574a5db196bf2ab5fb165a9a23b56c411c1731a2c668c7134eb069e7bfc809cbd7d6f998423d8c0e5027146984a580859bb362
6
+ metadata.gz: 4666f9293317270271bef836327a7a0e6e62fd47aaa86eec1408c93494542af363c39c770327fa53792f94c9cb5c6df1a59592a3c8042e1668448a68fc39c0bc
7
+ data.tar.gz: d6d1267d1d1d6b734d3c8930f715221778cc60cd58b2d14feb3a5de15f99fdf85c37125bc9382319bcf3630d865678b9d3342726c0d3256e24ad0ee4c34d6814
data/CHANGELOG.md ADDED
@@ -0,0 +1,692 @@
1
+ Unreleased Changes
2
+ ------------------
3
+
4
+ 1.116.0 (2021-03-09)
5
+ ------------------
6
+
7
+ * Feature - This release adds support for Amazon RDS Proxy endpoints.
8
+
9
+ 1.115.0 (2021-02-19)
10
+ ------------------
11
+
12
+ * Feature - Added awsBackupRecoveryPointArn in ModifyDBInstanceRequest and in the response of ModifyDBInstance.
13
+
14
+ 1.114.0 (2021-02-12)
15
+ ------------------
16
+
17
+ * Feature - EngineMode in the response of DescribeDBClusterSnapshots. SupportedEngineModes, SupportsParallelQuery and SupportsGlobalDatabases in ValidUpgradeTarget of DBEngineVersions in DescribeDBEngineVersions.
18
+
19
+ 1.113.0 (2021-02-11)
20
+ ------------------
21
+
22
+ * Feature - Adding support for RDS Aurora Global Database Failover
23
+
24
+ 1.112.0 (2021-02-02)
25
+ ------------------
26
+
27
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
28
+
29
+ 1.111.0 (2021-01-22)
30
+ ------------------
31
+
32
+ * Feature - Documentation updates for Amazon RDS
33
+
34
+ 1.110.0 (2021-01-11)
35
+ ------------------
36
+
37
+ * Feature - This releases adds support for Major Version Upgrades on Aurora MySQL Global Clusters. Customers will be able to upgrade their whole Aurora MySQL Global Cluster to a new major engine version.
38
+
39
+ 1.109.0 (2020-12-22)
40
+ ------------------
41
+
42
+ * Feature - Adds customer-owned IP address (CoIP) support to Amazon RDS on AWS Outposts.
43
+
44
+ 1.108.0 (2020-12-18)
45
+ ------------------
46
+
47
+ * Feature - Adds IAM DB authentication information to the PendingModifiedValues output of the DescribeDBInstances API. Adds ClusterPendingModifiedValues information to the output of the DescribeDBClusters API.
48
+
49
+ 1.107.0 (2020-12-04)
50
+ ------------------
51
+
52
+ * Feature - Adds support for Amazon RDS Cross-Region Automated Backups, the ability to setup automatic replication of snapshots and transaction logs from a primary AWS Region to a secondary AWS Region.
53
+
54
+ * Feature - Support `pre_signed_url` generation for `StartDBInstanceAutomatedBackupsReplication`.
55
+
56
+ 1.106.0 (2020-11-17)
57
+ ------------------
58
+
59
+ * Feature - Support copy-db-snapshot in the one region on cross clusters and local cluster for RDSonVmware. Add target-custom-availability-zone parameter to specify where a snapshot should be copied.
60
+
61
+ 1.105.0 (2020-11-05)
62
+ ------------------
63
+
64
+ * Feature - Supports a new parameter to set the max allocated storage in gigabytes for the CreateDBInstanceReadReplica API.
65
+
66
+ 1.104.0 (2020-10-15)
67
+ ------------------
68
+
69
+ * Feature - Return tags for all resources in the output of DescribeDBInstances, DescribeDBSnapshots, DescribeDBClusters, and DescribeDBClusterSnapshots API operations.
70
+
71
+ 1.103.0 (2020-10-08)
72
+ ------------------
73
+
74
+ * Feature - Supports a new parameter to set the max allocated storage in gigabytes for restore database instance from S3 and restore database instance to a point in time APIs.
75
+
76
+ 1.102.0 (2020-10-02)
77
+ ------------------
78
+
79
+ * Feature - Adds the NCHAR Character Set ID parameter to the CreateDbInstance API for RDS Oracle.
80
+
81
+ 1.101.0 (2020-09-30)
82
+ ------------------
83
+
84
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
85
+
86
+ 1.100.0 (2020-09-28)
87
+ ------------------
88
+
89
+ * Feature - This release adds the InsufficientAvailableIPsInSubnetFault error for RDS Proxy.
90
+
91
+ 1.99.0 (2020-09-21)
92
+ ------------------
93
+
94
+ * Feature - Documentation updates for the RDS DescribeExportTasks API
95
+
96
+ 1.98.0 (2020-09-15)
97
+ ------------------
98
+
99
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
100
+
101
+ 1.97.0 (2020-08-25)
102
+ ------------------
103
+
104
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
105
+
106
+ 1.96.0 (2020-08-13)
107
+ ------------------
108
+
109
+ * Feature - This release allows customers to specify a replica mode when creating or modifying a Read Replica, for DB engines which support this feature.
110
+
111
+ 1.95.0 (2020-07-28)
112
+ ------------------
113
+
114
+ * Feature - Adds reporting of manual cluster snapshot quota to DescribeAccountAttributes API
115
+
116
+ 1.94.0 (2020-07-20)
117
+ ------------------
118
+
119
+ * Feature - Add a new SupportsParallelQuery output field to DescribeDBEngineVersions. This field shows whether the engine version supports parallelquery. Add a new SupportsGlobalDatabases output field to DescribeDBEngineVersions and DescribeOrderableDBInstanceOptions. This field shows whether global database is supported by engine version or the combination of engine version and instance class.
120
+
121
+ 1.93.0 (2020-07-06)
122
+ ------------------
123
+
124
+ * Feature - Adds support for Amazon RDS on AWS Outposts.
125
+
126
+ 1.92.0 (2020-07-02)
127
+ ------------------
128
+
129
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
130
+
131
+ 1.91.0 (2020-07-01)
132
+ ------------------
133
+
134
+ * Feature - This release adds the exceptions KMSKeyNotAccessibleFault and InvalidDBClusterStateFault to the Amazon RDS ModifyDBInstance API.
135
+
136
+ 1.90.0 (2020-06-30)
137
+ ------------------
138
+
139
+ * Feature - Documentation updates for rds
140
+
141
+ 1.89.0 (2020-06-23)
142
+ ------------------
143
+
144
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
145
+
146
+ 1.88.0 (2020-06-22)
147
+ ------------------
148
+
149
+ * Feature - Added paginators for various APIs.
150
+
151
+ 1.87.0 (2020-06-18)
152
+ ------------------
153
+
154
+ * Feature - Adding support for global write forwarding on secondary clusters in an Aurora global database.
155
+
156
+ 1.86.1 (2020-06-11)
157
+ ------------------
158
+
159
+ * Issue - Republish previous version with correct dependency on `aws-sdk-core`.
160
+
161
+ 1.86.0 (2020-06-10)
162
+ ------------------
163
+
164
+ * Issue - This version has been yanked. (#2327).
165
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
166
+
167
+ 1.85.0 (2020-05-28)
168
+ ------------------
169
+
170
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
171
+
172
+ 1.84.0 (2020-05-07)
173
+ ------------------
174
+
175
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
176
+
177
+ 1.83.0 (2020-04-23)
178
+ ------------------
179
+
180
+ * Feature - Adds support for AWS Local Zones, including a new optional parameter AvailabilityZoneGroup for the DescribeOrderableDBInstanceOptions operation.
181
+
182
+ 1.82.0 (2020-04-16)
183
+ ------------------
184
+
185
+ * Feature - This release adds support for Amazon RDS Proxy with PostgreSQL compatibility.
186
+
187
+ 1.81.0 (2020-04-08)
188
+ ------------------
189
+
190
+ * Feature - Documentation updates for RDS: creating read replicas is now supported for SQL Server DB instances
191
+
192
+ 1.80.0 (2020-03-18)
193
+ ------------------
194
+
195
+ * Feature - Updated the MaxRecords type in DescribeExportTasks to Integer.
196
+
197
+ 1.79.0 (2020-03-09)
198
+ ------------------
199
+
200
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
201
+
202
+ 1.78.0 (2020-02-18)
203
+ ------------------
204
+
205
+ * Feature - This release supports Microsoft Active Directory authentication for Amazon Aurora.
206
+
207
+ 1.77.0 (2020-02-07)
208
+ ------------------
209
+
210
+ * Feature - Documentation updates for RDS: when restoring a DB cluster from a snapshot, must create DB instances
211
+
212
+ 1.76.0 (2020-01-23)
213
+ ------------------
214
+
215
+ * Feature - This SDK release introduces APIs that automate the export of Amazon RDS snapshot data to Amazon S3. The new APIs include: StartExportTask, CancelExportTask, DescribeExportTasks. These APIs automate the extraction of data from an RDS snapshot and export it to an Amazon S3 bucket. The data is stored in a compressed, consistent, and query-able format. After the data is exported, you can query it directly using tools such as Amazon Athena or Redshift Spectrum. You can also consume the data as part of a data lake solution. If you archive the data in S3 Infrequent Access or Glacier, you can reduce long term data storage costs by applying data lifecycle policies.
216
+
217
+ 1.75.0 (2020-01-10)
218
+ ------------------
219
+
220
+ * Feature - This release adds an operation that enables users to override the system-default SSL/TLS certificate for new Amazon RDS DB instances temporarily, or remove the customer override.
221
+
222
+ 1.74.0 (2019-12-20)
223
+ ------------------
224
+
225
+ * Feature - This release adds an operation that enables users to specify whether a database is restarted when its SSL/TLS certificate is rotated. Only customers who do not use SSL/TLS should use this operation.
226
+
227
+ 1.73.0 (2019-12-04)
228
+ ------------------
229
+
230
+ * Feature - This release adds support for the Amazon RDS Proxy
231
+
232
+ 1.72.0 (2019-11-25)
233
+ ------------------
234
+
235
+ * Feature - Cluster Endpoints can now be tagged by using --tags in the create-db-cluster-endpoint API
236
+
237
+ 1.71.0 (2019-11-18)
238
+ ------------------
239
+
240
+ * Feature - Documentation updates for rds
241
+
242
+ 1.70.0 (2019-11-05)
243
+ ------------------
244
+
245
+ * Feature - Documentation updates for Amazon RDS
246
+
247
+ 1.69.0 (2019-10-23)
248
+ ------------------
249
+
250
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
251
+
252
+ 1.68.0 (2019-10-17)
253
+ ------------------
254
+
255
+ * Feature - Amazon RDS now supports Amazon RDS on VMware with the introduction of APIs related to Custom Availability Zones and Media installation.
256
+
257
+ 1.67.0 (2019-09-30)
258
+ ------------------
259
+
260
+ * Feature - This release adds support for creating a Read Replica with Active Directory domain information. This release updates RDS API to indicate whether an OrderableDBInstanceOption supports Kerberos Authentication.
261
+
262
+ 1.66.0 (2019-09-20)
263
+ ------------------
264
+
265
+ * Feature - Add a new LeaseID output field to DescribeReservedDBInstances, which shows the unique identifier for the lease associated with the reserved DB instance. AWS Support might request the lease ID for an issue related to a reserved DB instance.
266
+
267
+ 1.65.0 (2019-09-11)
268
+ ------------------
269
+
270
+ * Feature - This release allows customers to specify a custom parameter group when creating a Read Replica, for DB engines which support this feature.
271
+
272
+ 1.64.0 (2019-08-22)
273
+ ------------------
274
+
275
+ * Feature - This release allows users to enable RDS Data API while creating Aurora Serverless databases.
276
+
277
+ 1.63.0 (2019-07-25)
278
+ ------------------
279
+
280
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
281
+
282
+ 1.62.0 (2019-07-03)
283
+ ------------------
284
+
285
+ * Feature - This release supports Cross-Account Cloning for Amazon Aurora clusters.
286
+
287
+ 1.61.0 (2019-07-01)
288
+ ------------------
289
+
290
+ * Feature - This release adds support for RDS DB Cluster major version upgrade
291
+
292
+ 1.60.0 (2019-06-20)
293
+ ------------------
294
+
295
+ * Feature - This release adds support for RDS storage autoscaling
296
+
297
+ 1.59.0 (2019-06-17)
298
+ ------------------
299
+
300
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
301
+
302
+ 1.58.0 (2019-06-03)
303
+ ------------------
304
+
305
+ * Feature - Amazon RDS Data API is generally available. Removing beta notes in the documentation.
306
+
307
+ 1.57.0 (2019-05-30)
308
+ ------------------
309
+
310
+ * Feature - This release adds support for Activity Streams for database clusters.
311
+
312
+ 1.56.0 (2019-05-29)
313
+ ------------------
314
+
315
+ * Feature - Documentation updates for rds
316
+
317
+ 1.55.0 (2019-05-28)
318
+ ------------------
319
+
320
+ * Feature - Add a new output field Status to DBEngineVersion which shows the status of the engine version (either available or deprecated). Add a new parameter IncludeAll to DescribeDBEngineVersions to make it possible to return both available and deprecated engine versions. These changes enable a user to create a Read Replica of an DB instance on a deprecated engine version.
321
+
322
+ 1.54.0 (2019-05-22)
323
+ ------------------
324
+
325
+ * Feature - Documentation updates for rds
326
+
327
+ 1.53.0 (2019-05-21)
328
+ ------------------
329
+
330
+ * Feature - API update.
331
+
332
+ 1.52.0 (2019-05-15)
333
+ ------------------
334
+
335
+ * Feature - API update.
336
+
337
+ 1.51.0 (2019-05-14)
338
+ ------------------
339
+
340
+ * Feature - API update.
341
+
342
+ 1.50.0 (2019-04-24)
343
+ ------------------
344
+
345
+ * Feature - API update.
346
+
347
+ 1.49.0 (2019-04-18)
348
+ ------------------
349
+
350
+ * Feature - API update.
351
+
352
+ 1.48.0 (2019-03-22)
353
+ ------------------
354
+
355
+ * Feature - API update.
356
+
357
+ 1.47.0 (2019-03-21)
358
+ ------------------
359
+
360
+ * Feature - API update.
361
+
362
+ 1.46.0 (2019-03-18)
363
+ ------------------
364
+
365
+ * Feature - API update.
366
+
367
+ 1.45.0 (2019-03-14)
368
+ ------------------
369
+
370
+ * Feature - API update.
371
+
372
+ 1.44.0 (2019-03-07)
373
+ ------------------
374
+
375
+ * Feature - API update.
376
+
377
+ 1.43.0 (2019-01-24)
378
+ ------------------
379
+
380
+ * Feature - API update.
381
+
382
+ 1.42.0 (2018-12-06)
383
+ ------------------
384
+
385
+ * Feature - API update.
386
+
387
+ 1.41.0 (2018-11-28)
388
+ ------------------
389
+
390
+ * Feature - API update.
391
+
392
+ 1.40.0 (2018-11-20)
393
+ ------------------
394
+
395
+ * Feature - API update.
396
+
397
+ 1.39.0 (2018-11-19)
398
+ ------------------
399
+
400
+ * Feature - API update.
401
+
402
+ 1.38.1 (2018-11-16)
403
+ ------------------
404
+
405
+ * Issue - Update version dependency on `aws-sdk-core` to support endpoint discovery.
406
+
407
+ 1.38.0 (2018-11-15)
408
+ ------------------
409
+
410
+ * Feature - API update.
411
+
412
+ 1.37.0 (2018-11-12)
413
+ ------------------
414
+
415
+ * Feature - API update.
416
+
417
+ 1.36.0 (2018-10-30)
418
+ ------------------
419
+
420
+ * Feature - API update.
421
+
422
+ 1.35.0 (2018-10-24)
423
+ ------------------
424
+
425
+ * Feature - API update.
426
+
427
+ 1.34.0 (2018-10-23)
428
+ ------------------
429
+
430
+ * Feature - API update.
431
+
432
+ 1.33.0 (2018-10-15)
433
+ ------------------
434
+
435
+ * Feature - API update.
436
+
437
+ 1.32.0 (2018-09-26)
438
+ ------------------
439
+
440
+ * Feature - API update.
441
+
442
+ 1.31.0 (2018-09-24)
443
+ ------------------
444
+
445
+ * Feature - API update.
446
+
447
+ 1.30.0 (2018-09-20)
448
+ ------------------
449
+
450
+ * Feature - API update.
451
+
452
+ 1.29.0 (2018-09-06)
453
+ ------------------
454
+
455
+ * Feature - Adds code paths and plugins for future SDK instrumentation and telemetry.
456
+
457
+ 1.28.0 (2018-09-05)
458
+ ------------------
459
+
460
+ * Feature - API update.
461
+
462
+ 1.27.0 (2018-09-04)
463
+ ------------------
464
+
465
+ * Feature - API update.
466
+
467
+ 1.26.0 (2018-08-21)
468
+ ------------------
469
+
470
+ * Feature - API update.
471
+
472
+ 1.25.0 (2018-08-10)
473
+ ------------------
474
+
475
+ * Feature - API update.
476
+
477
+ 1.24.0 (2018-08-09)
478
+ ------------------
479
+
480
+ * Feature - API update.
481
+
482
+ 1.23.0 (2018-06-26)
483
+ ------------------
484
+
485
+ * Feature - API update.
486
+
487
+ 1.22.0 (2018-06-20)
488
+ ------------------
489
+
490
+ * Feature - API update.
491
+
492
+ 1.21.0 (2018-06-11)
493
+ ------------------
494
+
495
+ * Feature - API update.
496
+
497
+ 1.20.0 (2018-06-05)
498
+ ------------------
499
+
500
+ * Feature - API update.
501
+
502
+ 1.19.0 (2018-05-24)
503
+ ------------------
504
+
505
+ * Feature - API update.
506
+
507
+ 1.18.0 (2018-05-10)
508
+ ------------------
509
+
510
+ * Feature - API update.
511
+
512
+ 1.17.0 (2018-05-08)
513
+ ------------------
514
+
515
+ * Feature - API update.
516
+
517
+ 1.16.0 (2018-04-19)
518
+ ------------------
519
+
520
+ * Feature - API update.
521
+
522
+ 1.15.0 (2018-03-23)
523
+ ------------------
524
+
525
+ * Feature - API update.
526
+
527
+ 1.14.0 (2018-03-08)
528
+ ------------------
529
+
530
+ * Feature - API update.
531
+
532
+ 1.13.0 (2018-02-16)
533
+ ------------------
534
+
535
+ * Feature - API update.
536
+
537
+ 1.12.0 (2018-02-12)
538
+ ------------------
539
+
540
+ * Feature - API update.
541
+
542
+ 1.11.0 (2018-01-17)
543
+ ------------------
544
+
545
+ * Feature - API update.
546
+
547
+ 1.10.0 (2018-01-11)
548
+ ------------------
549
+
550
+ * Feature - API update.
551
+
552
+ 1.9.0 (2018-01-02)
553
+ ------------------
554
+
555
+ * Feature - API update.
556
+
557
+ 1.8.0 (2017-11-17)
558
+ ------------------
559
+
560
+ * Feature - API update.
561
+
562
+ 1.7.0 (2017-11-07)
563
+ ------------------
564
+
565
+ * Feature - API update.
566
+
567
+ 1.6.0 (2017-10-16)
568
+ ------------------
569
+
570
+ * Feature - API update.
571
+
572
+ 1.5.0 (2017-10-12)
573
+ ------------------
574
+
575
+ * Feature - API update.
576
+
577
+ 1.4.0 (2017-09-22)
578
+ ------------------
579
+
580
+ * Feature - API update.
581
+
582
+ 1.3.0 (2017-09-20)
583
+ ------------------
584
+
585
+ * Feature - API update.
586
+
587
+ 1.2.0 (2017-09-14)
588
+ ------------------
589
+
590
+ * Feature - API update.
591
+
592
+ 1.1.0 (2017-09-13)
593
+ ------------------
594
+
595
+ * Feature - API update.
596
+
597
+ * Issue - Update `aws-sdk-rds` gemspec metadata.
598
+
599
+ 1.0.0 (2017-08-29)
600
+ ------------------
601
+
602
+ 1.0.0.rc18 (2017-08-25)
603
+ ------------------
604
+
605
+ * Feature - API update.
606
+
607
+ 1.0.0.rc17 (2017-08-15)
608
+ ------------------
609
+
610
+ * Feature - API update.
611
+
612
+ 1.0.0.rc16 (2017-08-09)
613
+ ------------------
614
+
615
+ * Feature - API update.
616
+
617
+ 1.0.0.rc15 (2017-08-01)
618
+ ------------------
619
+
620
+ * Feature - API update.
621
+
622
+ 1.0.0.rc14 (2017-07-25)
623
+ ------------------
624
+
625
+ * Feature - API update.
626
+
627
+ 1.0.0.rc13 (2017-07-13)
628
+ ------------------
629
+
630
+ * Feature - API update.
631
+
632
+ 1.0.0.rc12 (2017-07-06)
633
+ ------------------
634
+
635
+ * Feature - API update.
636
+
637
+ 1.0.0.rc11 (2017-06-29)
638
+ ------------------
639
+
640
+ * Feature - API update.
641
+
642
+ 1.0.0.rc10 (2017-06-26)
643
+ ------------------
644
+
645
+ * Feature - API update.
646
+
647
+ 1.0.0.rc9 (2017-05-23)
648
+ ------------------
649
+
650
+ * Feature - API update.
651
+
652
+ 1.0.0.rc8 (2017-05-09)
653
+ ------------------
654
+
655
+ * Feature - API update.
656
+
657
+ 1.0.0.rc7 (2017-05-09)
658
+ ------------------
659
+
660
+ * Feature - API update.
661
+
662
+ * Issue - Fix resource model load path
663
+
664
+ 1.0.0.rc6 (2017-05-05)
665
+ ------------------
666
+
667
+ * Feature - API update.
668
+
669
+ 1.0.0.rc5 (2017-04-21)
670
+ ------------------
671
+
672
+ * Feature - API update.
673
+
674
+ 1.0.0.rc4 (2017-03-08)
675
+ ------------------
676
+
677
+ * Feature - API update.
678
+
679
+ 1.0.0.rc3 (2017-03-07)
680
+ ------------------
681
+
682
+ * Feature - API update.
683
+
684
+ 1.0.0.rc2 (2016-12-09)
685
+ ------------------
686
+
687
+ * Feature - API update.
688
+
689
+ 1.0.0.rc1 (2016-12-05)
690
+ ------------------
691
+
692
+ * Feature - Initial preview release of the `aws-sdk-rds` gem.