Skip to content

Releases: eclipse-jnosql/jnosql-databases

1.1.4

21 Dec 20:46
9837fa8
Compare
Choose a tag to compare

Changes

  • Update API using Apache Tinkerpop
  • Update package name of Graph to Tinkerpop

1.1.3

24 Nov 16:57
d67b066
Compare
Choose a tag to compare

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

16 Sep 18:15
447014d
Compare
Choose a tag to compare

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

25 May 21:37
2364525
Compare
Choose a tag to compare

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 use Column 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

05 Feb 19:02
474dabf
Compare
Choose a tag to compare

Changed

  • Update Jakarta Data to version 1.0.0-M3

Added

  • Include support for Oracle NoSQL database

1.0.4

19 Dec 19:47
b840b81
Compare
Choose a tag to compare

Fixed

  • Allow Embeddable list of nested object with null value work in MongoDB and ArangoDB

1.0.3

02 Dec 14:00
eead345
Compare
Choose a tag to compare

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

01 Oct 15:17
a46c11c
Compare
Choose a tag to compare

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

31 Jul 19:50
a02a9ce
Compare
Choose a tag to compare

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

22 Jun 10:59
9d467c2
Compare
Choose a tag to compare

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