Skip to content

Releases: oracle/oci-java-sdk

1.2.38

17 May 22:36
45eb829
Compare
Choose a tag to compare

Fixed

  • Allow deserializing multiple query params

  • Updated GetInstancePublicIpExample to now account for public IPs that may be associated with secondary private IP addresses

Added

  • Support for launching a database system from a backup in the Database service

  • Support for backup or clone of multiple volumes at once using volume groups in the Block Storage service

  • Support for the ability to optionally specify a compartment filter when listing exports in the File Storage service

  • Support for tagging virtual cloud network resources in the Networking service

  • Support for specifying the PARAVIRTUALIZED remote volume type when creating a virtual image or launching a new instance in the Compute service

1.2.37

03 May 20:48
c68cbbc
Compare
Choose a tag to compare

Fixed

  • RestClientFactory now uses the JerseyClientBuilder to create clients issue#56

  • Shaded artifact now includes pom.xml issue#57

Added

  • Support for returning names for events in the Audit service

  • Support for multiple hostnames per listener in the Load Balancing service

  • Support waiting on multiple target states in Waiter

1.2.35

19 Apr 22:08
13959d4
Compare
Choose a tag to compare

Fixed

  • Upgraded Jackson to version 2.9.5 to address vulnerability issue#55

  • PutObjectRequest does not callback invocationCallback object issue#58

Added

  • Support for tagging DbSystem and Database resources in the Database Service

  • Support for filtering by dbSystemId in listDbVersions operation in Database Service

1.2.34

05 Apr 21:41
898620c
Compare
Choose a tag to compare

Fixed

  • Provide better exception message when the required path parameter is empty

Added

  • Added example here for how to launch a DB system

  • Added example here for managing tags and tag namespaces, as well as how to apply freeform and defined tags to a resource

1.2.33

27 Mar 22:31
fe8f0c4
Compare
Choose a tag to compare

Added

  • Added support for remote VCN peering across regions. See here for a sample

  • Added support for calling Oracle Cloud Infrastructure services in the uk-london-1 (LHR) region

  • Added a version of the Java SDK library that bundles several of its dependencies in shaded form

1.2.29

09 Mar 00:27
39afed3
Compare
Choose a tag to compare

Added

  • Added support for the Email Service. An example on how to call this service can be found here

  • Added support for SMTP credentials in the Identity Service. An example of managing SMTP credentials is available in the email service example here

  • Added support for paravirtualized volume attachments in Core Services. An example can be found here

  • Added support for variable size boot volumes in Core Services

Changed

  • Allowing additional client configurators, and starting builder pattern for clients

  • Added an explicit pagination example here

  • Updated ListAuditEventsExample to show other pagination techniques

1.2.28

23 Feb 01:49
1d2a680
Compare
Choose a tag to compare

Added

  • Added support for the File Storage Service. An example on how to call this service can be found here
  • Added support for tagging Bucket resources in the Object Storage Service
  • Added support for specifying a restore period for archived objects in the restoreObjects operation of the Object Storage service
  • Added paginators to provide an Iterable interface over list operations offered by the SDK

1.2.27

09 Feb 02:32
e2c3f80
Compare
Choose a tag to compare

Fixed

  • Bug fix for not serializing dates in request bodies correctly to RFC-3339

Added

  • Support for DNS Service. An example of calling this service is available here

  • Support for Reserved Public IPs in Virtual Networking Service

  • Support for path route sets in Load Balancing Service

  • Support for automated and policy-based backups, read-only volume attachments, and incremental backups in Block Storage Service

  • Support for filtering by backupId in ListDbSystems operation in Database Service

1.2.23

30 Jan 00:38
e7971af
Compare
Choose a tag to compare

Fixed

  • Javadoc for the Object Storage Service is being generated again

1.2.22

26 Jan 00:57
4a3771f
Compare
Choose a tag to compare

Added

  • Support for VNC console connections in Compute Service

  • Support for using the ObjectReadWithoutList public access type when creating and updating buckets

  • Support for dynamic groups in Identity Service

  • Support for instance principals authentication when calling OCI services, an example can be found on GitHub

  • Support for configuring idle timeout for listeners in Load Balancer Service

  • Better documentation on every model class on how the change in version 1.2.16 to only serialize and transmit fields that were explicitly set to null affects the equals(Object) and hashCode() methods