Releases: oracle/soda-for-java
SODA for Java 1.1.29
SODA for Java 1.1.28
1.1.28
- jakarta.json.* support when fetching and creating documents
- Javadoc fixes
SODA for Java 1.1.27
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
Fix for "merge" issue
SODA for Java 1.1.7.2
If you're using releases prior to this one, please upgrade to the latest.
This release contains the following features:
- Fix for issue 14
SODA for Java 1.1.7
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
If you're using releases prior to this one, please upgrade to the latest.
This release contains the following features:
-
Binary JSON support for better performance on ATP/ADW cloud
-
lock. This provides support for pessimistic locking (analogous to "select for update" in SQL).
-
Merge patch (see mergeOne, mergeOneAndGet).
-
Support for specifying hits. See insertAndGet, bulk insertAndGet, saveAndGet and hint.
This release contains the following bug fixes:
- Bug in collection metadata caching (wrong cache key was used)
SODA for Java 1.1.0
If you're using releases prior to this one, please upgrade to the latest.
This release contains the following features:
-
Enhanced QBEs, including item method operators
-
Text search using $contains QBE operator
-
Indexing enhancements, including GeoJSON indexing
-
Enhanced orderbys. This addresses issue 3
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
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
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