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
+33-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
@@ -19,6 +19,38 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/)
19
19
- The signing algorithm does not lower case the header fields [Github issue 132](https://github.com/oracle/oci-go-sdk/issues/132)
20
20
- Raw configuration provider does not check for empty strings [Github issue 134](https://github.com/oracle/oci-go-sdk/issues/134)
21
21
22
+
### Known issue
23
+
- Block Storage service for copying volume backups across regions is not enabled
24
+
25
+
### Breaking change
26
+
- DbDataSizeInMBs field in Backup and BackupSummary struct was renamed to DatabaseSizeInGBs and type changed from *int to *float64
27
+
- Before
28
+
```golang
29
+
// Size of the database in megabytes (MB) at the time the backup was taken.
0 commit comments