Skip to content

Releases: arangodb/go-driver

v1.5.2

01 Mar 09:24
6282135
Compare
Choose a tag to compare

CHANGELOG:

  • Bump DRIVER_VERSION

v1.5.1

01 Mar 07:03
a4e7412
Compare
Choose a tag to compare

CHANGELOG:

  • Add x-arango-driver header flag

v1.5.0

17 Feb 09:15
45f7121
Compare
Choose a tag to compare

CHANGELOG:

  • Use Go 1.19.4
  • Add IsExternalStorageError to check for external storage errors
  • nested field in arangosearch type View
  • Fix: TTL index creation fails when expireAt is 0
  • [V2] Support for Collection Indexes
  • Fix: Fetching single InvertedIndex fails with Marshalling error

v1.4.1

14 Dec 10:19
4cb31e3
Compare
Choose a tag to compare

CHANGELOG:

  • Add support for checksum in Collections
  • Fix reusing same connection with different Authentication parameters passed via driver.NewClient
  • Add cache for ArangoSearchView Link and StoredValue types and primarySortCache, primaryKeyCache for ArangoSearchView type

v1.4.0

04 Oct 17:53
9e06b23
Compare
Choose a tag to compare

CHANGELOG:

  • Add hex property to analyzer's properties
  • Add support for computedValues
  • Optional computeOn field in computedValues
  • Add support for computedValues into collection inventory
  • Update the structures to align them with the ArangoDB 3.10 release
  • Add IsNotFoundGeneral and IsDataSourceOrDocumentNotFound methods - deprecate IsNotFound
  • Add support for optimizer rules (AQL query)
  • New LegacyPolygons parameter for Geo Indexes
  • New parameters (cacheEnabled and storedValues) for Persistent Indexes
  • New analyzers: classification, nearest neighbors, minhash
  • Add support for Inverted index
  • Deprecate fulltext index
  • Add support for Pregel API
  • Add tests to check support for Enterprise Graphs
  • Search View v2 (search-alias)
  • Add Rename View support
  • Add support for Metrics

v1.3.3

27 Jul 11:45
6d0f689
Compare
Choose a tag to compare

CHANGELOG:

  • Fix lastValue field type
  • Setup Go-lang linter with minimal configuration
  • Use Go 1.17.6
  • Add missing deduplicate param to PersistentIndex

v1.3.2

17 May 07:36
b74bb42
Compare
Choose a tag to compare

CHANGELOG:

  • Fix selectivityEstimate Index field type

v1.3.1

23 Mar 15:52
477d962
Compare
Choose a tag to compare

CHANGELOG:

  • Add support for exclusive field for transaction options
  • Fix cursor executionTime statistics getter
  • Fix cursor warnings field type
  • Fix for DocumentMeta name field overrides name field

v1.3.0

17 Mar 14:24
c265024
Compare
Choose a tag to compare

CHANGELOG:

  • Disallow unknown fields feature
  • inBackground parameter in ArangoSearch links
  • ZKD indexes
  • Hybrid SmartGraphs
  • Segmentation and Collation Analyzers
  • Bypass caching for specific collections
  • Overload Control
  • [V2] Add support for streaming the response body by the caller.
  • [V2] Bugfix with escaping the URL path twice.
  • Bugfix for the satellites' collection shard info.
  • [V2] Support for satellites' collections.

v1.2.1

21 Sep 16:26
Compare
Choose a tag to compare

CHANGELOG:

  • Add support for fetching shards' info by the given collection name.
  • Change versioning to be go mod compatible
  • Add support for ForceOneShardAttributeValue in Query