Skip to content

Releases: oracle/oci-java-sdk

1.3.2

29 Nov 21:15
2e9982f
Compare
Choose a tag to compare

Added

  • Support for getting bucket statistics in the Object Storage service

Fixed

  • Storage service for copying volume backups across regions is now enabled

  • Objects can now be retrieved from Object Storage even if their content type is invalid

1.3.1

15 Nov 21:27
b8173d0
Compare
Choose a tag to compare

Added

  • Support for VCN transit routing in the Networking service

Changed

  • Bouncy Castle jar is no longer bundled within the shaded distribution oci-java-sdk-shaded-full and now must be included in the CLASSPATH.

1.3.0

01 Nov 20:43
21b957b
Compare
Choose a tag to compare

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 SimpleAuthenticationDetailsProvider and from config file using ConfigFileAuthenticationDetailsProvider

Changed

  • Passphrases are now passed as char[] instead of as String

  • 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 String are deprecated; use char[] instead

Notes

  • The version is bumped to 1.3.0 due to breaking changes in previous release.

1.2.49

18 Oct 22:55
00dead2
Compare
Choose a tag to compare

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
  • lengthPerUploadPart provides a simpler way to control the size of parts when using Upload Manager

Breaking change

  • 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
    • Before
    private Integer dbDataSizeInMBs;
    • After
    private Double databaseSizeInGBs;
  • The data type of databaseEdition in the com.oracle.bmc.database.model.Backup class was changed from String to com.oracle.bmc.database.model.Backup.DatabaseEdition
    • Before
    private String databaseEdition;
    • After
    private DatabaseEdition databaseEdition;

Deprecated

  • UploadConfiguration.maxPartsForMultipartUpload and UploadConfiguration.minimumLengthPerUploadPart in Upload Manager are now deprecated; use UploadConfiguration.lengthPerUploadPart instead

1.2.48

04 Oct 22:13
c8758b1
Compare
Choose a tag to compare

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

27 Sep 21:05
dab162b
Compare
Choose a tag to compare

Added

  • Support for paravirtualized launch 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

1.2.46

06 Sep 17:13
df102eb
Compare
Choose a tag to compare

Added

  • Support for updating metadata fields on an instance in the Compute service

1.2.45

23 Aug 18:25
ff5762b
Compare
Choose a tag to compare

Added

  • Support for fault domains in the Identity service

  • Support for Autonomous Data Warehouse and Autonomous Transaction Processing in the Database service

  • Support for resizing an offline volume in the Block Storage service

1.2.44

09 Aug 21:28
af1f7a2
Compare
Choose a tag to compare

Added

  • Support for fault domains in the Compute service

  • Support for configuring a connection pool and an HTTP(S) proxy with the apache connector add-on. More information is available here

1.2.43

26 Jul 22:30
889eda6
Compare
Choose a tag to compare

Added

  • Support for the OCI Search service. An example of how to call this service is available here

  • Support for specifying a backup policy when creating a boot volume in the Block Storage service

  • Support for using the Java SDK in a FIPS compliant environment. Details available here