Skip to content

Tags: arangodb/python-arango

Tags

8.2.0

Toggle 8.2.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
API Updates (#372)

* Updated API

* Bumping up driver version

* Updating docs

8.1.7

Toggle 8.1.7's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Wait for sync upon graph creation (#370)

* Wait for sync upon graph creation

* Using graph properties instead of list search

8.1.6

Toggle 8.1.6's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Updating certificates documentation (#366)

8.1.5

Toggle 8.1.5's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
3.12.4 updates (#361)

* Adding usePlanCache option for AQL queries.

* Fixing Python 3.9 error

* Dropping Python 3.8 support

* Preparing new release

* Adding errors script

* Updating errors script

* Updating docs

* Removing errors script

8.1.4

Toggle 8.1.4's commit message

Verified

This commit was signed with the committer’s verified signature.
aMahanna Anthony Mahanna
fix: `driver_version`

8.1.3

Toggle 8.1.3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Update README.md

8.1.2

Toggle 8.1.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
update: `create_graph` & `properties` (#349)

* update: `create_graph`

* update: `format_graph_properties`

8.1.1

Toggle 8.1.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Integrate latest 3.12.2 changes (#348)

* Adding 3.12.2 features

* Updated driver version

* Fixed failing test in 3.12.2

* Fixing failing doctest

8.1.0

Toggle 8.1.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Integrate latest 3.12.1 changes (#347)

* Bumping example to the latest version

* Adding option `skipFastLockRound` for transactions

* Introducing HTTP DELETE `/_admin/log/level` to reset all log

* Removing types-pkg-resources

* Setting skip_fast_lock_round to None by default

* Adding test coverage for `server_id` parameter

8.0.0

Toggle 8.0.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Make `add_index` public (#321)

* make `add_index` public | initial commit

* fix `conftest`

* Changed maintainer email

* Fixing up after the merge

* Using persistent index instead of hash

* Fixing docs

* Fixing typos

* Fixing tests

* Removing unused argument

* Adding the formatter parameter

* Added note explaining the formatter parameter.

* Update arango/collection.py

Co-authored-by: Anthony Mahanna <43019056+aMahanna@users.noreply.github.com>

* Update arango/collection.py

Co-authored-by: Anthony Mahanna <43019056+aMahanna@users.noreply.github.com>

* Changed warning

---------

Co-authored-by: Alex Petenchea <alex.petenchea@gmail.com>
Co-authored-by: Alex Petenchea <alexandru.petenchea@arangodb.com>