Skip to content

Releases: oracle/soda-for-java

SODA for Java 1.1.7.3

29 Mar 08:36
0e44ed5
Compare
Choose a tag to compare

Fix for "merge" issue

SODA for Java 1.1.7.2

18 May 05:50
a3a9d8b
Compare
Choose a tag to compare

If you're using releases prior to this one, please upgrade to the latest.

This release contains the following features:

SODA for Java 1.1.7

30 Nov 00:24
60abf19
Compare
Choose a tag to compare

If you're using releases prior to this one, please upgrade to the latest.

This release contains the following features:

  • JSON type support for 20c and above

  • Bug 32148353. Eliminates an unnecessary round-trip when using the metadata cache, thus improving performance.

SODA for Java 1.1.4

22 Apr 11:00
Compare
Choose a tag to compare

If you're using releases prior to this one, please upgrade to the latest.

This release contains the following features:

This release contains the following bug fixes:

  • Bug in collection metadata caching (wrong cache key was used)

SODA for Java 1.1.0

19 Jul 10:30
e3669bc
Compare
Choose a tag to compare

If you're using releases prior to this one, please upgrade to the latest.

This release contains the following features:

This release contains the following bug fixes:

An OracleException is now thrown when createIndex method is invoked
and the index with supplied name exists already. This exception was previously incorrectly
swallowed up. If your application relies on this exception not being thrown,
please make sure to adjust the application code to catch the exception and ignore it

SODA for Java 1.0.5

11 Jan 11:05
2965a7b
Compare
Choose a tag to compare

If you're using releases prior to this one, please upgrade to the latest.

This release contains the following features:

Added keyLike(...) method on OracleOperationBuilder, as requested by a user

This release contains the following bug fixes:

Error thrown when multiple $id clauses are encountered in a QBE

SODA for Java 1.0.4

13 Apr 07:18
Compare
Choose a tag to compare

If you're using releases prior to this one, please upgrade to the latest.

This release contains the following features

  • Json Search Index support (including support for DataGuide on 12.2.0.1).
  • getDataGuide() method on OracleCollectionAdmin (requires 12.2.0.1)
  • avoidTxnManagement flag to guard against SODA transaction management when working with distributed transactions
  • Unwrapping of OracleConnection objects if they are wrapped when supplied to getDatabase(...), which is common in app server environments

This release contains the following bug fixes

  • Descriptor cache key now includes database instance info

SODA for Java 1.0.3

21 Sep 07:19
Compare
Choose a tag to compare

If you're using releases prior to this one, please upgrade to the latest. This release contains the following bug fixes

  • Fixed bug with adding of [0] array steps to order-by specification and index specification
  • Added default, "scalarRequired", and "lax" modes to index specifications

SODA for Java v1.0.2

02 Feb 20:13
Compare
Choose a tag to compare

If you're using releases prior to this one, please upgrade to the latest. This release contains the following bug fixes

  • nvarchar2/nclob/raw JSON storage support is removed, since these types are not certified with Oracle Database SQL/JSON
  • algorithm for default derivation of the name of the table storing the collection is changed. The new algorithm is described in Creating a New Document Collection with SODA for Java

SODA for Java v1.0.1

12 Dec 03:37
Compare
Choose a tag to compare

Bug fix: improved error message returned when a collection with uncommitted writes is attempted to be dropped.