Skip to content

Releases: tigrisdata-archive/tigris-client-go

v1.1.0-next.6

31 May 22:44
91b9ce3
Compare
Choose a tag to compare
v1.1.0-next.6 Pre-release
Pre-release

1.1.0-next.6 (2023-05-31)

Features

  • Support connecting to local isntances using unix domain sockets (12e3c25)

v1.1.0-next.5

25 May 16:46
02eb5a5
Compare
Choose a tag to compare
v1.1.0-next.5 Pre-release
Pre-release

1.1.0-next.5 (2023-05-25)

Bug Fixes

  • Fix skip local TLS for GRPC (c14c9bb)
  • Proper marshal pointer types to JSON schema (0262afd)

Features

  • Allow to skip TLS when connecting to local instance (583a482)

v1.1.0-next.4

20 May 18:57
a0f75e4
Compare
Choose a tag to compare
v1.1.0-next.4 Pre-release
Pre-release

1.1.0-next.4 (2023-05-20)

Bug Fixes

  • Increase maximum GRPC message size (1889bce)

v1.1.0-next.3

18 May 22:37
92c51cb
Compare
Choose a tag to compare
v1.1.0-next.3 Pre-release
Pre-release

1.1.0-next.3 (2023-05-18)

Bug Fixes

  • Send custom GRPC headers on begin transaction (782dd74)

v1.1.0-next.2

18 May 21:16
4d88e7b
Compare
Choose a tag to compare
v1.1.0-next.2 Pre-release
Pre-release

1.1.0-next.2 (2023-05-18)

Bug Fixes

  • Propagate disable search option to high level client (2ae374d)

v1.1.0-next.1

18 May 20:26
5c3086b
Compare
Choose a tag to compare
v1.1.0-next.1 Pre-release
Pre-release

1.1.0-next.1 (2023-05-18)

Bug Fixes

  • Support TIGRIS_URI environment variable (867a556)

Features

  • Added option to disable search (3a61850)
  • Support user specified collection names (b2a3ff3)
  • update: numeric operators (#301) (36103f0)

v1.0.0

09 May 23:07
46d3cb4
Compare
Choose a tag to compare

1.0.0 (2023-05-09)

This is first stable release, please refer to the documentation for the guides and tutorials:

https://www.tigrisdata.com/docs/sdkstools/golang/

Refer to godoc for the API reference:

https://pkg.go.dev/github.com/tigrisdata/tigris-client-go

v1.0.0-beta.38

09 May 22:48
4b5cc0f
Compare
Choose a tag to compare
v1.0.0-beta.38 Pre-release
Pre-release

1.0.0-beta.38 (2023-05-09)

Features

  • Explicit schema version support (641d85f)

v1.0.0-beta.37

08 May 20:58
2880225
Compare
Choose a tag to compare
v1.0.0-beta.37 Pre-release
Pre-release

1.0.0-beta.37 (2023-05-08)

Bug Fixes

  • Reenable observability constructor (97ba0bb)

v1.0.0-beta.36

08 May 17:07
e4aa123
Compare
Choose a tag to compare
v1.0.0-beta.36 Pre-release
Pre-release

1.0.0-beta.36 (2023-05-08)

Bug Fixes

  • Enable schema validation by default (e29b1e9)

Features