File tree Expand file tree Collapse file tree 2 files changed +9
-3
lines changed Expand file tree Collapse file tree 2 files changed +9
-3
lines changed Original file line number Diff line number Diff line change 11main
22-----
33
4- * [ DE-542] Added ` shards() ` method to ` Collection `
5- * [ DE-584] Refactor deprecated ` /_api/simple ` methods
4+ 7.6.1
5+ -----
6+
7+ * [ DE-542] Added ` shards() ` method to ` Collection ` by @apetenchea in https://github.com/ArangoDB-Community/python-arango/pull/274
8+ * [ DE-584] Refactor deprecated ` /_api/simple ` methods by @aMahanna in https://github.com/ArangoDB-Community/python-arango/pull/268
9+ * Added ` raise_on_document_error ` parameter to ` Collection.update_many() ` by @aMahanna in https://github.com/ArangoDB-Community/python-arango/pull/273
10+ * Added ` computed_values ` parameter to ` Collection.onfigure() ` by @aMahanna in https://github.com/ArangoDB-Community/python-arango/pull/268
11+ * Various bug fixes
612
7137.6.0
814-----
Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ def normalize_headers(
1212 if driver_flags is not None :
1313 for flag in driver_flags :
1414 flags = flags + flag + ";"
15- driver_version = "7.6.0 "
15+ driver_version = "7.6.1 "
1616 driver_header = "python-arango/" + driver_version + " (" + flags + ")"
1717 normalized_headers : Headers = {
1818 "charset" : "utf-8" ,
You can’t perform that action at this time.
0 commit comments