Skip to content

Commit d3642ce

Browse files
committed
updated CHANGELOG
1 parent ec4d32d commit d3642ce

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

CHANGELOG.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,13 +45,21 @@ $connectionOptions = [
4545
The driver now supports the following options for document CRUD operations:
4646
- "overwriteMode"
4747
- "silent"
48-
- "keepNull", "mergeObjects" (for insert API if overwriteMode=update)
48+
- "keepNull", "mergeObjects" (for insert/insertMany API if overwriteMode=update)
4949

5050
Extended maximum valid length for collection names to 256, up from 64 before. This follows a
5151
change in the ArangoDB server.
5252

53+
Additional options for AQL queries are now supported via `Statement`:
54+
- memoryLimit
55+
- profile
56+
- maxRuntime
57+
5358
Indexes can now be created with "deduplicate" and "estimates" attribute set/not set.
5459

60+
The count functionality in `CollectionHandler::count()` now supports returned the detailed
61+
shard count by passing an extra boolean parameter.
62+
5563
The engine stats API is now supported via `AdminHandler::getEngineStats()`.
5664

5765
The metrics API is now supported via `AdminHandler::getMetrics()`.

0 commit comments

Comments
 (0)