Releases: eclipse-jnosql/jnosql-databases
Releases · eclipse-jnosql/jnosql-databases
1.1.12
Changed
- Remove unused import in DefaultCouchbaseDocumentManager
- Add count method to DefaultCouchbaseDocumentManager
- Add count functionality to N1QLBuilder
- Enhance count test with delay
- Enhance count tests in CouchbaseDocumentManager
- Add person collection and index to Couchbase
- Add count method for SelectQuery
- Add count method to QueryAQLConverter
- Add count method to CassandraTemplate
- Enhance count methods in CassandraColumnManager
- Enhance count query tests for CassandraColumnManager
- Add count method based on query to CassandraColumnManager
- Add default execute and count methods
- Add count method based on a query to MongoDBDocumentManager
- Add count query test for MongoDBDocumentManager
- Add count query support with SelectQuery for Neo4J
- Add count query builder for SelectQuery in Neo4J
- Add count method to DefaultNeo4JDatabaseManager
- Add count query tests for Neo4JQueryBuilder
- Update Neo4J query builder to use count queries
- Add count method to DefaultTinkerpopGraphDatabaseManager
- Add count tests for entity manager in Tinkerpop
- Add count method for SelectQuery in Solr Document Manager
- Add count tests for SelectQuery to Solr Document Manager
- Add count query support in QueryOSQLConverter for OrientDB
- Add count query support in QueryOSQLFactory for OrientDB
- Add count method with conditions to DefaultOrientDBDocumentManager
- Improve URL handling in OrientDB factory
- Update integration test configuration for OrientDB
- Update README with database host details config for OrientDB
- Add count method for SelectQuery support in OracleNoSQL
- Enhance condition handling for count queries in OracleNoSQL
- Add SelectCountBuilder for OracleNoSQL count queries support
- Update condition handling in query builders
- Improve assertions and add count query tests
- Update MongoDB 5.6.2
- Update ArangoDB version to 7.24.0
- Update Cassandra version to 4.19.2
- Update Redis driver to version 7.2.0
- Update infinispan to version 16.0.5
- Update OrientDB to version 3.2.48
1.1.11
Changed
- Update OrientDB driver to 3.2.44
- Update Couchbase driver to 3.9.2
- Update Neo4J driver to 6.0.2
- Update ArangoDB version to 7.23.0
- Update Cassandra version to 4.19.1
- Update Couchabase version to 3.9.2
- Update DynamicDB version to 2.37.5
- Update Hazelcast to version 5.6.0
- Update Redis driver to version 7.0.0
- Update Oracle driver to version 5.4.18
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
GraphTempaltetoTinkerPopTemplate
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
GraphTempaltetoTinkerPopTemplate
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
getAccessibleDatabasesmethod to get the databases at JNoSQL ArangoDB Database API