Skip to content

Releases: oracle/soda-for-java

SODA for Java 1.1.29

05 Nov 10:57
c73029c
Compare
Choose a tag to compare
  • Add replace(...) method
  • Fix bug with save(...) and saveAndGet(...) on 23ai
  • Fix Javadoc issues
  • Fix source jar generation

SODA for Java 1.1.28

17 Oct 08:22
a21e6c8
Compare
Choose a tag to compare

1.1.28

  • jakarta.json.* support when fetching and creating documents
  • Javadoc fixes

SODA for Java 1.1.27

24 Sep 19:43
8816079
Compare
Choose a tag to compare

SODA 1.1.27

  • Support for 23ai JSON collection table (new default collection on 23ai with compatible 23 or higher)
  • Support for Duality Views
  • Indexing and orderbys on JSON type
  • New item methods
  • Changed required dependencies from javax.json to jakarta.json (new JSONP API and its Parsson implementation)
  • Bug fixes

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