Releases: eclipse-jnosql/jnosql-databases
Releases · eclipse-jnosql/jnosql-databases
1.1.10
Changed
- Update ArangoDB driver to 7.22.0
- Update Apache Cassandra driver to 4.19.0
- Update Couchbase driver to 3.9.0
- Update Neo4J driver to 5.28.9
- Update OrientDB driver to 3.2.43
- Update Elasticsearch driver to 8.19.1
- Update Apache Hbase to version 2.6.3
- Update Jedis version to 6.1.0
- Update Apache Tinkerpop core to 3.7.4
Added
- Include support for Contains, StartsWith, EndsWith for NoSQL databases
1.1.9
Changed
- Update Apache solr driver to 9.9.0
- Update Jedis to version 6.0.0
- Update OrientDB driver to 3.2.42
- Update MongoDB driver to 5.5.1
- Update Infinispan driver to 15.2.5.Final
- Update Couchbase driver to 3.8.3
- Update ArangoDB driver to 7.21.0
1.1.8
Changed
- Update Elasticsearch driver to 8.17.4
- Update Oracle NoSQL driver to 5.4.17
- Update Neo4J driver to 5.28.5
- Update OrientDB driver to 3.2.39
- Update Couchbase driver to 3.8.1
1.1.7
Changed
- Update Elasticsearch driver to 8.17.4
- Changed Neo4JDatabaseManagerFactory's constructor visibility to protected
Fixed
- Fixes delete all at CouchDB
1.1.6
Added
- Include TCK tests
- Include support to Neo4J
- Include Apache Tinkerpop support to Graph API
Changed
- Update OrientDB driver to 3.2.36
- Update Couchbase client 3.7.6
- Update DynamoDB driver 2.29.45
- Update ArangoDb driver to 7.17.0
- At repositories params, use the Param annotation from Jakarta Data API.
- Rename at tinkerpop
GraphTempalte
toTinkerPopTemplate
Fixed
- Add compatibility with query at ArangoDB to also work with _id and not only with _key
1.1.5
Added
- Include TCK tests
- Include support to Neo4J
- Include Apache Tinkerpop support to Graph API
Changed
- Update OrientDB driver to 3.2.36
- Update Couchbase client 3.7.6
- Update DynamoDB driver 2.29.45
- Update ArangoDb driver to 7.17.0
- At repositories params, use the Param annotation from Jakarta Data API.
- Rename at tinkerpop
GraphTempalte
toTinkerPopTemplate
Fixed
- Add compatibility with query at ArangoDB to also work with _id and not only with _key
1.1.4
Changes
- Update API using Apache Tinkerpop
- Update package name of Graph to Tinkerpop
1.1.3
Added
- Added Redis Sentinel and Redis Cluster configuration at JNoSQL Redis Database API
Fixed
- Fixed the broken connection issue at JNoSQL Redis Database API
- Use
getAccessibleDatabases
method to get the databases at JNoSQL ArangoDB Database API
1.1.2
Added
- Include between query support at MongoDB
- Include Graph as Apache TinkerPop
- Include UUID support to MongoDB
Changed
- Upgrade AraongDB driver to 7.7.1
- Upgrade Couchbase to version 3.7.1
- Upgrade dynamodb to version 2.27.2
- Upgrade Elasticsearch to version 8.14.3
- Upgrade Hazelcast to version 5.5.0
- Upgrade Hbase version to 2.6.0
- Upgrade Infinispan to version 15.0.7.Final
- Upgrade MongoDB to version 5.1.3
- Upgrade Oracle NoSQL to version 5.4.15
- Upgrade OrientDB to version 3.2.32
- Upgrade Redis to version 5.1.4
- Upgrade Solr to version 9.6.1
Fixed
- Fixed the support to negation queries on the Eclipse JNoSQL layer to MongoDB
1.1.1
Changed
- Update ArangoDB driver to 7.6.0
- Update Couchbase library to version 3.6.2
- Update Elasticsearch driver to 8.13.4
- Update Hazelcast driver to 5.4.0
- Update MongoDB driver to 4.13.0
- Update OrientDB driver to 3.2.29
- Update Jedis driver to 5.1.0
- Update Solr driver to 9.5.0
- Update Testcontainer to 1.19.8
- Upgrade Jakarta Data to version 1.0.0-M3
Removed
- Remove the
UDT
annotation and useColumn
annotation instead.
Fixed
- Allow multiple entities at Oracle NoSQL appending the entity name with the id instead of only the id
- Allow storing of entities with list of sub-entities at MongoDB