Skip to content

Update CHANGELOG #266

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Aug 1, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 13 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,18 @@
main
7.6.0
----

* [DE-562] Index Cache Refilling by @apetenchea in https://github.com/ArangoDB-Community/python-arango/pull/259

* [DE-554] `serverId` query param (GET/PUT `/_admin/log/level`) by @aMahanna in https://github.com/ArangoDB-Community/python-arango/pull/262

* [DE-545] UTF-8 names by @apetenchea in https://github.com/ArangoDB-Community/python-arango/pull/260

* [DE-566] geo_s2 analyzer test case by @aMahanna in https://github.com/ArangoDB-Community/python-arango/pull/263

* Fix python-arango Client (de)serialization by @geenen124 in https://github.com/ArangoDB-Community/python-arango/pull/264

* Fix `request_timeout` typing by @aMahanna in https://github.com/ArangoDB-Community/python-arango/pull/265

* Added new per-operation option `refillIndexCache` to write operations:

- single-document write operations (insert, replace, update, delete)
Expand Down