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
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -29,7 +29,7 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/).
29
29
- Block Storage service for copying volume backups across regions is not yet enabled
30
30
31
31
### Breaking change
32
-
- The `dbDataSizeInMBs` field in the `com.oracle.bmc.database.model.Backup`class was renamed to `databaseSizeInGBs`, and its type was changed from `Integer` to `Double`
32
+
- The `dbDataSizeInMBs` field in the `com.oracle.bmc.database.model.Backup`and `com.oracle.bmc.database.model.BackupSummary` classes was renamed to `databaseSizeInGBs`, and its type was changed from `Integer` to `Double`
33
33
- Before
34
34
```java
35
35
privateInteger dbDataSizeInMBs;
@@ -38,7 +38,7 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/).
38
38
```java
39
39
privateDouble databaseSizeInGBs;
40
40
```
41
-
-The data type of `databaseEdition` in the `com.oracle.bmc.database.model.Backup` classwas changed from `String` to `com.oracle.bmc.database.model.Backup.DatabaseEdition`
41
+
-The data type of `databaseEdition` in the `com.oracle.bmc.database.model.Backup` and `com.oracle.bmc.database.model.Backup` classes was changed from `String` to `com.oracle.bmc.database.model.Backup.DatabaseEdition`
0 commit comments