You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+34-1
Original file line number
Diff line number
Diff line change
@@ -10,7 +10,7 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/)
10
10
- Support for generating and downloading wallets in the Database service
11
11
- Support for creating a standalone backup from an on-premises database in the Database service
12
12
- Support for db version and additional connection strings in the Autonomous Transaction Processing and Autonomous Data Warehouse resources of the Database service
13
-
- Support for copying volume backups across regions in the Block Storage service
13
+
- Support for copying volume backups across regions in the Block Storage service (please see Known issue)
14
14
- Support for deleting compartments in the Identity service
15
15
- Support for reboot migration for virtual machines in the Compute service
16
16
- Support for Instance Pools and Instance Configurations in the Compute service
@@ -26,6 +26,39 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/)
26
26
- Support for copying objects across regions in the Object Storage service
27
27
- Support for network address translation (NAT) gateways in the Networking service
28
28
29
+
### Known issue
30
+
- Block Storage service for copying volume backups across regions is not enabled
31
+
32
+
### Breaking change
33
+
- DbDataSizeInMBs field in Backup struct is renamed to DatabaseSizeInGBs and type changed from *int to *float64 (SDK owners pls update this based on the language)
34
+
- Before
35
+
36
+
```golang
37
+
// Size of the database in megabytes (MB) at the time the backup was taken.
0 commit comments