Releases: oracle/oci-java-sdk
1.3.0
Added
-
Support for modifying the route table, DHCP options, and security lists associated with a subnet in the Networking service.
-
Support for tagging of File Systems, Mount Targets, and Snapshots in the File Storage service.
-
Support for nested compartments in the Identity service
-
The region can be passed in via
SimpleAuthenticationDetailsProviderand from config file usingConfigFileAuthenticationDetailsProvider
Changed
-
Passphrases are now passed as
char[]instead of asString -
Optional headers that, when present, have to be signed are now included in the signature
-
Attempts to parse the body only for responses that have Content-Type set to application/json; otherwise, it bails out and raises a generic
BmcException
Deprecated
- Methods accepting passphrases as
Stringare deprecated; usechar[]instead
Notes
- The version is bumped to 1.3.0 due to breaking changes in previous release.
1.2.49
Added
- Support for cost tracking tags in the Identity service
- Support for generating and downloading wallets in the Database service
- Support for creating a standalone backup from an on-premises database in the Database service
- Support for db version and additional connection strings in the Autonomous Transaction Processing and Autonomous Data Warehouse resources of the Database service
- Support for copying volume backups across regions in the Block Storage service (please see Known issue)
- Support for deleting compartments in the Identity service
- Support for reboot migration for virtual machines in the Compute service
- Support for Instance Pools and Instance Configurations in the Compute service
lengthPerUploadPartprovides a simpler way to control the size of parts when using Upload Manager
Breaking change
- The
dbDataSizeInMBsfield in thecom.oracle.bmc.database.model.Backupclass was renamed todatabaseSizeInGBs, and its type was changed fromIntegertoDouble- Before
private Integer dbDataSizeInMBs;
- After
private Double databaseSizeInGBs;
- The data type of
databaseEditionin thecom.oracle.bmc.database.model.Backupclass was changed fromStringtocom.oracle.bmc.database.model.Backup.DatabaseEdition- Before
private String databaseEdition;
- After
private DatabaseEdition databaseEdition;
Deprecated
UploadConfiguration.maxPartsForMultipartUploadandUploadConfiguration.minimumLengthPerUploadPartin Upload Manager are now deprecated; useUploadConfiguration.lengthPerUploadPartinstead
1.2.48
Added
-
Support for trusted partner images through application listings and subscriptions in the Compute service
-
Support for object lifecycle policies in the Object Storage service
-
Support for copying objects across regions in the Object Storage service
-
Support for network address translation (NAT) gateways in the Networking service
1.2.47
Added
-
Support for
paravirtualizedlaunch mode when importing images in the Compute service -
Support for Key Management service
-
Support for encrypting the contents of an Object Storage bucket using a Key Management service key
-
Support for specifying a Key Management service key when launching a compute instance in the Compute service
-
Support for specifying a Key Management service key when backing up or restoring a block storage volume in the Block Volume service