Skip to content

Releases: oracle/oci-java-sdk

1.4.1

28 Feb 20:37
0f1c5a9

Choose a tag to compare

Added

  • Support for the Monitoring service

  • Support for the Notification service

  • Support for the Resource Manager service

  • Support for the Compute Autoscaling service

  • Support for changing the compartment of a tag namespace in the Identity service

  • Support for specifying fault domains in the Database service

  • Support for managing instance monitoring in the Compute service

  • Support for attaching/detaching load balancers to instance pools in the Compute service

1.4.0

21 Feb 20:32
a09ca3a

Choose a tag to compare

Added

  • Support for government-realm regions

  • Support for the Streaming service

  • Support for tags in the Key Management service

  • Support for regional subnets in the Virtual Networking service

Fixed

  • Removed unused Announcements service NotificationFollowupDetails model and getFollowups operation

1.3.7

07 Feb 22:21
287fb89

Choose a tag to compare

Added

  • Support for the Web Application Acceleration and Security (WAAS) service

  • Support for the Health Checks service

  • Support for connection strings on Database resources in the Database service

  • Support for traffic management in the DNS service

  • Support for tagging in the Email service

1.3.6

31 Jan 22:21
47a2f71

Choose a tag to compare

Added

  • Support for the Announcements service

1.3.5

24 Jan 20:38
e53f2b5

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

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

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

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

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

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.