Skip to content

Commit ecd655c

Browse files
committed
changelog: add count methods for various document managers
Implemented count methods for MongoDB, Cassandra, ArangoDB, and Couchbase Document Managers to optimize count queries and enhance consistency and performance. Signed-off-by: Maximillian Arruda <[email protected]>
1 parent 51b7644 commit ecd655c

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

CHANGELOG.adoc

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,14 @@ and this project adheres to https://semver.org/spec/v2.0.0.html[Semantic Version
88

99
== [Unreleased]
1010

11+
=== Added
12+
13+
- Add count method to MongoDB Document Manager for optimized count queries
14+
- Add count method to Cassandra Column Manager with consistency level support
15+
- Add count method to Cassandra Template with entity mapping
16+
- Add count method to ArangoDB Document Manager using AQL LENGTH function
17+
- Add count method to Couchbase Document Manager using N1QL COUNT queries
18+
1119
=== Changed
1220

1321
- Update OrientDB driver to 3.2.44
@@ -20,6 +28,9 @@ and this project adheres to https://semver.org/spec/v2.0.0.html[Semantic Version
2028
- Update Hazelcast to version 5.6.0
2129
- Update Redis driver to version 7.0.0
2230
- Update Oracle driver to version 5.4.18
31+
- Enhance QueryAQLConverter to support count query generation for ArangoDB
32+
- Enhance N1QLBuilder to support count query generation for Couchbase
33+
- Enhance QueryExecutor in Cassandra to support count operations
2334

2435
== [1.1.10] - 2025-08-19
2536

0 commit comments

Comments
 (0)