Skip to content

Releases: oracle/oci-java-sdk

1.2.4

28 Mar 22:56
Compare
Choose a tag to compare

Fixed

  • Allow UUID in path elements
  • Better validate path parameters before making requests (#5)

Changed

  • Simplified classes that perform signing a little
  • Move auth caching to an annotation

Added

  • New low level APIs for multi-part upload in Object Storage
  • New high level abstractions for uploading (UploadManager, MultipartObjectAssembler) in Object Storage

1.2.3

17 Mar 00:50
Compare
Choose a tag to compare

Fixed

  • Allow service responses to deserialize to base classes when unknown discriminators returned (vs. throwing exceptions)

Changed

  • Added a new layer for authentication details to provide for other forms of keyId based auth

Added

  • New DNS label feature
  • New request signer classes to use directly with other HTTP clients
  • New client contructors to allow more control over how requests are signed

1.2.2

23 Feb 22:42
Compare
Choose a tag to compare

Fixed

  • Bugs in config file parsing

Changed

  • Updated APIs for VCN for stateless security lists
  • Updated APIs for Compute for ipxe script support

Added

  • Support for Audit service
  • BOM module for SDK
  • More examples

1.2.0

17 Dec 10:01
Compare
Choose a tag to compare

Fixed

  • Minor bug fixes from Fortify results
  • 'Accept' content header based on expected response
  • Bug in exponential backoff overflow

Changed

  • Build configuration (pom.xml files) greatly simplified
  • Updated APIs for Object Storage
  • Updated documentation
  • Customizable request signer