Jnosql Communication Driver Versions Save

This project contains Eclipse JNoSQL databases

1.1.0

3 months ago

Changed

  • Update Jakarta Data to version 1.0.0-M3

Added

  • Include support for Oracle NoSQL database

1.0.4

4 months ago

Fixed

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

1.0.3

5 months ago

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

7 months ago

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

9 months ago

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

10 months ago

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

1.0.0-b6

1 year ago

Changed

  • Update ES library to version 8.5
  • Update Apache Solr to version 9.1
  • Update Jakarta API to after the Big-bang

Removed

  • Remove Stream<DocumentEntity> search(QueryBuilder query) in ElasticsearchDocumentManager
  • Remove Jakarta NoSQL reference
  • Remove TCK reference

1.0.0-b5

1 year ago

Added

  • Create a CHANGELOG file to track the specification evolution

Changed

  • Move the default documentation to ASCIIDOC
  • Refactoring the properties settings to start with jnosqlas prefix

Removed

  • Remove all deprecated settings class
  • Remove the configuration option to read from a local file

1.0.0-b4

1 year ago
  • Upgrade Tinkerpop to version 3.6.0
  • Upgrade Eclipse Yasson to version 1.0.11(test propose)
  • Upgrade Weld Se to version 3.1.9.Final (test propose)
  • Upgrade test container to version 1.17.2 (test propose)
  • Upgrade Jedis to version 4.2.3
  • Upgrade ArangoDB driver to version 6.17.0
  • Upgrade Cassandra driver to version 4.14.1
  • Upgrade Elastic Search to version 7.17.4
  • Upgrade OrientDB to version 3.2.6

1.0.0-b3

3 years ago
  • Remove JNoSQL logo from repositories
  • Remove "Artemis" references in the package and use "mapping" instead.
  • Remove "diana" references in the package name and use "communication" instead.
  • Update Cassandra library to use DataStax OSS
  • Fixes HashMap issue in the mapping API