Releases: oracle/oci-java-sdk
1.4.1
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
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 andgetFollowups
operation
1.3.7
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
1.3.5
1.3.4
Added
-
Support for device attributes on volume attachments in the Compute service
-
Support for custom header rulesets in the Load Balancing service
-
Add support to use RESTEasy with Java SDK. Examples can be found at ResteasyClientWithObjectStorageExample and InstancePrincipalsAuthenticationDetailsProviderWithResteasyClientExample
Fixed
- Reading entities from HTTP response without a Content-Type header no longer throws a NullPointerException
1.3.3
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
1.3.1
1.3.0
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 usingConfigFileAuthenticationDetailsProvider
Changed
-
Passphrases are now passed as
char[]
instead of asString
-
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; usechar[]
instead
Notes
- The version is bumped to 1.3.0 due to breaking changes in previous release.