Skip to content

1.2.0-M1

Pre-release
Pre-release

Choose a tag to compare

@otaviojava otaviojava released this 13 Jun 20:28
· 22 commits to main since this release
75cd36f

Added

  • Add update method to MongoDB Document Manager accepting UpdateQuery argument for document updates
  • Add updateDocument method to MongoDB Document Manager for optimized update operations
  • Add update method to Cassandra Column Manager accepting UpdateQuery argument for entity updates
  • Add update method to Couchbase Document Manager accepting UpdateQuery argument using N1QL UPDATE queries
  • Add N1QL update query builder (N1QLUpdateQueryBuilder) for Couchbase
  • Add update query builder for Neo4J database operations
  • Add update method to Neo4J Database Manager accepting UpdateQuery argument
  • Add update method to QueryAQLConverter accepting UpdateQuery argument for ArangoDB
  • Add update method to ArangoDB Document Manager accepting UpdateQuery argument
  • Add count method to MongoDB Document Manager for optimized count queries
  • Add count method to Cassandra Column Manager with consistency level support
  • Add count method to Cassandra Template with entity mapping
  • Add count method to ArangoDB Document Manager using AQL LENGTH function
  • Add count method to Couchbase Document Manager using N1QL COUNT queries
  • Add count query builder for SelectQuery at Neo4J Database Manager
  • Add count method to DefaultArangoDBDatabaseManager
  • Add count method to DefaultNeo4JDatabaseManager
  • Add count method to DefaultTinkerpopGraphDatabaseManager
  • Include Auth Token support for CouchDB

Changed

  • Optimize update method for MongoDB Document Manager
  • Enhance updateDocument method for MongoDB with better error handling
  • Improve MongoDB document update tests
  • Validate required fields in N1QLUpdateQueryBuilder for Couchbase
  • Validate update query parameters in Couchbase driver
  • Add update query tests for ArangoDB, Neo4J, Couchbase, Cassandra, and MongoDB
  • Update jakarta data engine

Fixed

  • Include support to UUID at Oracle NoSQL database