Releases: eclipse-jnosql/jnosql-databases
Releases · eclipse-jnosql/jnosql-databases
1.1.4
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
1.1.0
Changed
- Update Jakarta Data to version 1.0.0-M3
Added
- Include support for Oracle NoSQL database
1.0.4
Fixed
- Allow Embeddable list of nested object with null value work in MongoDB and ArangoDB
1.0.3
Added
- Add support to null values
Changed
- Modify aggregate method to return DocumentEntity at MongoDB.
- Update MongoDB driver to version 4.11.1
- Update Hazelcast to version 5.3.6
- Update Apache Sorl to version 9.4.0
- Update Jedis to version 5.0.2
- Update OrienteDB library to version 3.2.24
- Update ElastisSearch library to version 8.11.0
- Update DynamoDB library to version 2.21.21
- Update Couchbase library to version 3.4.11
- Update ArangoDB library to version 7.2.0
Fixed
- deleteAll does not delete anything in ArangoDB Repository
1.0.2
Fixed
- Fixes Repositories specializations when use methods from CrudRepository
- Fixes in the Couchbase DocumentManager implementation to supports the count method
Added
- Add BucketManagerFactory by injection to Redis
Changed
- Update Redis driver library to version 4.4.3
1.0.1
Changed
- Removed unnecessary attribute and constructor argument from
CassandraColumnManagerFactory
and from its dependent classes; - Update Cassandra driver to 4.16.0
- Update DynamoDb to version 2.20.98
- Update Elasticsearch to version 8.8.2
- Update Hazelcast to version 5.3.1
- Update MongoDB driver to version 4.10.1
- Update Apache Solr driver to version 9.2.1
- Update Testcontainer to version 1.18.3
- Update ArangoDB API to the version 7.1.0
Fixed
- Added no-args constructor into the injectable beans
1.0.0
Changed
- Define integration test and disable it by default
- Rename project to databases
- Define container nomenclature to integrate test
- Update package name convention to
org.jnosql.databases.[DATABASE].[LAYER]
- Integrate the mapping layer on this repository
- Upgrade the AWS SDK for DynamoDB to version 2.20.65;
- Added to the JNoSQL MongoDB Database Implementation the MongoDB Aggregation support;
- Added into the JNoSQL MongoDB Database Implementation a count method by Bson query filter
Fixed
- Fix the ArangoDBDocumentManager implementation to shut down the ArangoDB instance.
- Fix integration on MongoDBTemplate
- Fix DocumentQuery conversion to the N1QLQuery in order to follow the N1QL spec regarding identifiers declarations