Skip to content

Releases: oracle/oci-java-sdk

1.3.5

24 Jan 20:38
e53f2b5
Compare
Choose a tag to compare

Added

  • Support for renaming databases during restore-from-backup operations in the Database service

  • Support for calling Oracle Cloud Infrastructure services in the ca-toronto-1 region

Changed

  • Upgraded to Jersey version 2.27 and JAX-RS version 2.1

1.3.4

14 Jan 20:51
bab8f17
Compare
Choose a tag to compare

Added

Fixed

  • Reading entities from HTTP response without a Content-Type header no longer throws a NullPointerException

1.3.3

13 Dec 18:11
b60d045
Compare
Choose a tag to compare

Added

  • Support for Data Guard for VM shapes in the Database service

  • Support for sparse disk groups for Exadata shapes in the Database service

  • Support for a new field, isLatestForMajorVersion, when listing DB versions in the Database service

  • Support for in-transit encryption for paravirtualized boot volume and data volume attachments in the Block Storage service

  • Support for tagging DNS Zones in the DNS service

  • Support for resetting credentials for SCIM clients associated with an Identity provider and updating user capabilities in the Identity service

Fixed

  • If the response body is an InputStream and the Content-Length header is available, the OCI Java SDK now throws an IOException if the data provided by the InputStream has a different size

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