Releases: oracle/oci-java-sdk
1.2.38
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
Fixed
-
RestClientFactory
now uses theJerseyClientBuilder
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
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
inlistDbVersions
operation in Database Service
1.2.34
1.2.33
1.2.29
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
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 anIterable
interface over list operations offered by the SDK
1.2.27
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
1.2.22
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)
andhashCode()
methods