Skip to content

Releases: arangodb/python-arango

7.5.9

14 Jul 09:18
4bb8c6c
Compare
Choose a tag to compare

New features

  • Added cache and primaryKeyCache parameters to the inverted index API.
  • Added allow_retry query parameter, making it possible to retry fetching the latest batch from a cursor.
  • Added OverloadControlDatabase, enabling the client to react effectively to potential server overloads.
  • The db.version() now has a new optional parameter "details" that can be used to return additional information about the server version. The default is still false, so the old behavior is preserved.
  • Added peak_memory_usage as a new property of AQL queries, available since ArangoDB 3.11.
  • The explain method of AQL queries includes the "stats" field in the returned object. Note that the REST API returns it separately from the "plan" field, but for now we have to merge them together to ensure backward compatibility.

DefaultHTTPClientChanges
The following parameters where added:

  • request_timeout: socket timeout in seconds for each individual connection
  • pool_connections: the number of urllib3 connection pools to cache
  • pool_maxsize: the maximum number of connections to save in the pool
  • pool_timeout: if set, then the pool will be set to block=True, and requests will block for pool_timeout seconds and raise EmptyPoolError if no connection is available within the time period

7.5.8

02 Jun 15:44
Compare
Choose a tag to compare

This is meant to be the last release before officially adding support for 3.11

  • Added support for some of the 3.10 features
  • Minor adaptations and bug fixes

7.5.7

21 Feb 10:23
Compare
Choose a tag to compare
  • Revert importlib.metadata commit

7.5.6

28 Jan 20:03
016d4e3
Compare
Choose a tag to compare

7.5.5

09 Jan 16:51
1ab63c2
Compare
Choose a tag to compare
  • Add more error codes in arango.errno
  • Add py.typed

7.5.4

13 Dec 16:14
a6daf27
Compare
Choose a tag to compare

7.5.3

27 Nov 11:58
86411ef
Compare
Choose a tag to compare
  • Fixed persistent index creation signature: 86411ef

7.5.2

13 Oct 14:03
745ad54
Compare
Choose a tag to compare
  • Fixed a bug with format_collection

7.5.1

04 Oct 10:39
cfd2122
Compare
Choose a tag to compare

What's Changed

  • Added method to retrieve all running pregel jobs.
  • Enhanced support for ArangoDB 3.10:
    i) Added detail element to pregel jobs
    ii) Added support for x-arango-allow-dirty-read which allows reading from followers in a cluster.
    iii) Added support for inverted indexes.
    iv) Added support for search-alias views.
    v) Added support for ArangoSearch changes in ArangoDB 3.10

Full Changelog: 7.5.0...7.5.1

7.5.0

22 Sep 08:53
fd38882
Compare
Choose a tag to compare

What's Changed

  • Remove discontinued Collection.export method
  • Add read_timeout option in ArangoClient
  • Add changes for ArangoDB 3.10

Full Changelog: 7.4.1...7.5.0