Releases: arangodb/python-arango
Releases · arangodb/python-arango
8.2.1
8.2.0
8.1.7
What's Changed
- Collection Maintenance by @apetenchea in #367
- Mention async driver by @apetenchea in #368
- new:
raise_on_document_error
forinsert_many
&delete_many
by @aMahanna in #369 - Wait for sync upon graph creation by @apetenchea in #370
Full Changelog: 8.1.6...8.1.7
8.1.6
Mostly cleaning up and documentation updates.
What's Changed
- Updating python version badge by @apetenchea in #363
- Removing "cancelled" response by @apetenchea in #364
- Cleanup by @apetenchea in #365
- Updating docs by @apetenchea in #366
Full Changelog: 8.1.5...8.1.6
8.1.5
Notes
Some bug fixes and improvements, along with keeping up with 3.12.4.
What's Changed
- The method does not raise CursorStateError by @apetenchea in #357
- add support for sort in collection.find function by @denizalpaslan in #359
- Keeping up with DB updates by @apetenchea in #360
- attempt: 3.12 CI by @aMahanna in #362
- 3.12.4 updates by @apetenchea in #361
New Contributors
- @denizalpaslan made their first contribution in #359
Full Changelog: 8.1.4...8.1.5
8.1.4
8.1.3
What's Changed
- Fix docstring by @apetenchea in #350
- License Parameter Docstring by @apetenchea in #351
- new: add
_hosts
toBaseConnection
by @aMahanna in #353 - update
collection.find
to support nested fields by @aMahanna in #354
Full Changelog: 8.1.2...8.1.3
8.1.2
8.1.1
8.1.0
What's Changed
- The
collection.has()
method uses HTTP HEAD method instead of GET - A new
skipFastLockRound
option was introduced for transactions (ArangoDB 3.12.1, see docs) - A new
db.reset_log_levels()
method to reset all log levels to their startup values (ArangoDB 3.12.1, see docs)
Full Changelog: 8.0.0...8.1.0