Skip to content

Releases: arangodb/go-driver

v2.1.5

31 Aug 18:25
5f03698
Compare
Choose a tag to compare
  • Add tasks endpoints to v2
  • Add missing endpoints from collections to v2
  • Add missing endpoints from query to v2
  • Add SSO auth token implementation
  • Add missing endpoints from foxx to v2
  • Switch to Go 1.23.12

v1.6.7

31 Aug 18:23
e7f6ca4
Compare
Choose a tag to compare

v1.6.7

v2.1.3

24 Feb 12:03
e047eee
Compare
Choose a tag to compare
  • 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

v1.6.6

24 Feb 12:01
a705772
Compare
Choose a tag to compare
  • Switch to Go 1.22.11
  • Switch to jwt-go v5

v2.1.2

15 Nov 14:17
f826648
Compare
Choose a tag to compare
  • Expose NewType method
  • Connection configuration helper
  • Adjust Cursor options
  • Switch to Go 1.22.8
  • Remove deprecated context functions
  • Fix Error Handler in CreateCollectionWithOptions

v1.6.5

15 Nov 14:17
9b7d3e5
Compare
Choose a tag to compare
  • Expose NewType method
  • Switch to Go 1.22.8

v2.1.1

27 Sep 11:16
e51f0ed
Compare
Choose a tag to compare

v2.1.1

v1.6.4

27 Sep 11:14
a9c9240
Compare
Choose a tag to compare

v1.6.4

v1.6.3

27 Sep 11:12
b500fd7
Compare
Choose a tag to compare

v1.6.3

v2.1.0

02 Apr 21:46
96dc185
Compare
Choose a tag to compare
  • Switch to Go 1.21.5
  • Disable AF mode in tests (not supported since 3.12)
  • Allow skipping validation for Database and Collection existence
  • Add support for Graph API
  • Add support for Graph API - Vertex
  • Add support for Graph API - Edge
  • Align ArangoSearchView and ArangoSearchAliasView with API
  • MDI and MDI-Prefixed indexes. Deprecate ZKD index
  • Fix url encoding for names with slashes
  • Users API support
  • Add ArangoDBConfiguration to Client config. Deprecate Context config options
  • External versioning
  • Switch to Go 1.21.8
  • multi_delimiter analyzer support
  • Wildcard analyzer support
  • Backup API support
  • Admin Cluster API support
  • Set Licence API support
  • Transparent compression of requests and responses (ArangoDBConfiguration.Compression)
  • Fix Cursor batch