Skip to content

Releases: arangodb/go-driver

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

1.2.0

04 Aug 11:22
Compare
Choose a tag to compare

CHANGELOG:

  • Add support for AQL, Pipeline, Stopwords, GeoJSON and GeoPoint Arango Search analyzers.
  • Add estimates field to indexes properties.
  • Add tests for 3.8 ArangoDB and remove tests for 3.5.
  • Add Plan support in Query execution.
  • Change Golang version from 1.13.4 to 1.16.6.
  • Add graceful shutdown for the coordinators.
  • Replace 'github.com/dgrijalva/jwt-go' with 'github.com/golang-jwt/jwt'

1.1.1

02 Dec 08:08
c41c94f
Compare
Choose a tag to compare

Changelog:

  • Add Driver V2 in Alpha version
  • Add HTTP2 support for V1 and V2
  • Don't omit the stopwords field. The field is mandatory in 3.6 ArangoDB

1.1.0

11 Aug 07:10
cc2b983
Compare
Choose a tag to compare

ArangoDB 3.7 API Support

Fixes:

  • Use internal coordinator communication for cursors if specified coordinator was not found on endpoint list
  • Add support for Overwrite Mode (ArangoDB 3.7)
  • Add support for Schema Collection options (ArangoDB 3.7)
  • Add support for Disjoint and Satellite Graphs options (ArangoDB 3.7)

1.0.0

06 Aug 05:31
e3d8ec1
Compare
Choose a tag to compare

.