File tree 2 files changed +9
-3
lines changed
2 files changed +9
-3
lines changed Original file line number Diff line number Diff line change 1
1
main
2
2
-----
3
3
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
6
12
7
13
7.6.0
8
14
-----
Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ def normalize_headers(
12
12
if driver_flags is not None :
13
13
for flag in driver_flags :
14
14
flags = flags + flag + ";"
15
- driver_version = "7.6.0 "
15
+ driver_version = "7.6.1 "
16
16
driver_header = "python-arango/" + driver_version + " (" + flags + ")"
17
17
normalized_headers : Headers = {
18
18
"charset" : "utf-8" ,
You can’t perform that action at this time.
0 commit comments