Releases: arangodb/go-driver
Releases · arangodb/go-driver
v2.2.0
- Add endpoint to fetch deployment id
- Add ARM Support for V2 testcases
- Set TESTV2PARALLEL from 1 to 4
- Disabled V8 related testcases in V1 and V2
- Added new ConsolidationPolicy attributes to support updated configuration options for ArangoSearch Views properties and Inverted Indexes
- Add Vector index feature
- Add Len() method to response readers for bulk CRUD operations; add ReadAll() helpers; improve thread-safety with mutexes; fix OldObject/NewObject pointer reuse in readers
- Add shutdown endpoints to v2
- Switch to Go 1.24.11
- Switched to Go 1.24.13 to fix a security vulnerability
- Modified Test_UserCreation test case to use parallel execution and replaced hardcoded usernames with dynamically generated values.
v2.1.6
- Add missing endpoints from replication
- Add missing endpoints from monitoring
- Add missing endpoints from administration
- Add missing endpoints from cluster
- Add missing endpoints from security
- Add missing endpoints from authentication
- Add missing endpoints from general-request-handling
- Add benchmark tests for v1 and v2 to compare performance
- Switch to Go 1.24.9
v1.6.9
v2.1.5
v1.6.7
v2.1.3
- Switch to Go 1.22.11
- Switch to jwt-go v5
- Fix incorrect Http method for ReplaceDocuments
- Fix unmarshalling error due to field name collision in Documents.
- Add bulk operations on Collections to VertexCollection and Edges (General and Satellite Graphs only)
- Add OldRev to CollectionDocumentUpdateResponse and CollectionDocumentReplaceResponse