Skip to content

Releases: tigrisdata-archive/tigris-client-go

v1.0.0-beta.5

10 Oct 19:43
08235f8
Compare
Choose a tag to compare
v1.0.0-beta.5 Pre-release
Pre-release

1.0.0-beta.5 (2022-10-10)

Features

v1.0.0-beta.4

06 Oct 17:16
0ed8b19
Compare
Choose a tag to compare
v1.0.0-beta.4 Pre-release
Pre-release

1.0.0-beta.4 (2022-10-06)

Bug Fixes

  • Do not require models on open database (ec8453e)

Features

  • Quota observability APIs (d5797d0)

v1.0.0-beta.3

05 Oct 04:45
4089669
Compare
Choose a tag to compare
v1.0.0-beta.3 Pre-release
Pre-release

1.0.0-beta.3 (2022-10-05)

Bug Fixes

Features

  • Namespace APIs implemented (6cf86fd)

v1.0.0-beta.2

22 Sep 18:33
c18ccba
Compare
Choose a tag to compare
v1.0.0-beta.2 Pre-release
Pre-release

1.0.0-beta.2 (2022-09-22)

Bug Fixes

Features

  • High level pub/sub APIs (91c39e1)

v1.0.0-beta.1

20 Sep 19:00
776d1c0
Compare
Choose a tag to compare
v1.0.0-beta.1 Pre-release
Pre-release

1.0.0-beta.1 (2022-09-20)

Bug Fixes

  • add license headers (b76dac7)
  • add read's fields parameter (7ef2134)
  • build script fix for macOS (fbd69c6)
  • change example for new schema format (f27c3a5)
  • Check-in gomock generated code (17eee28)
  • code coverage report (749b665)
  • Discouraged plaintext communication with credentials (0805e4e)
  • Document API and add usage examples (5112cc6)
  • Enable TLS automatically when credentials are set (d0d40fc)
  • export filter type (e909e2a)
  • Fix and test auth config (ef721f0)
  • Fix implicit ID name (c14b302)
  • fix panic in transactional replace call with no options (b118be7)
  • Fix read all rows helper type (f023569)
  • fix readme. add codecov badge (b4c9229)
  • fix schema type according to JSON schema (f16207c)
  • Fix unmarshal events HTTP response (9aa4146)
  • fix unmarshalling describe API HTTP responses (e93efbc)
  • Fixed stickiness for interactive tx in HTTP driver (d37e2be)
  • Fixed the default URL for refresh token and dissociated the context for refresh (99a89ae)
  • Fixes and tests (52cf9cb)
  • go report card added (78281a7)
  • HTTP driver didn't fill database name in describe database (c6dedc9)
  • improve write API responses (e816db6)
  • lints action (8ecf1dd)
  • parse response metadata timestamps (505b32b)
  • Pass transaction context in the headers (d815037)
  • properly handle empty API options (7f240b6)
  • pull proto package name change (aa75ffc)
  • readme example indentaion and fixes (c8ae831)
  • release management (3517a84)
  • Release resources on iterator close (d641492)
  • remove default pagination to allow streaming responses by default (#106) (18b01ac)
  • rename client package and database config (c64f8ae)
  • return correct error (e51f1f4)
  • Subscribe crash on error (95843f6)
  • Update APIs (7350501)
  • Update APIs (c953c86)
  • update generate files (e4f8b9f)
  • Updated api for user apps (f5297d6)
  • updated mock (fc686f9)
  • updated proto submodule properly (6516c2c)
  • upgrade API (272110b)
  • upgrade dependencies (bac76c1)
  • upgrade describe API (3933b11)

Code Refactoring

  • simplified driver interface (ce8c14c)

Features

  • Add collation option on the go client (read and search) (6c939dc)
  • Add implicit primary key (a017bb1)
  • add replace api (ff18992)
  • Add support for app based authn/z (6edb8a7)
  • added CDC event stream (4e3c07e)
  • Added minimal pubsub implementation (9301f4d)
  • Added sticky routing support for interactive tx (1745548)
  • added stream response to wrap stream event (a9c552f)
  • Auth APIs implemented (8f618f3)
  • combine read fields projections and update mutation in one package (2f72e1d)
  • describe database and collection API (77351fa)
  • equal operator typed helpers (b97cc3b)
  • error handling (76fef42)
  • Field selection support for searhc (#112) (e204f4c)
  • fields projection builder (216d7d5)
  • filter builder (018964b)
  • high level collection and database API (18867b1)
  • Implement Info API (56cd3ec)
  • Implement token refresh (58c9eef)
  • improved stream event with decoded op fields (ddcb414)
  • Introduce client object (9719ae2)
  • Optionally autoretry explicit transactions (2c7ed96)
  • pass extended error codes through GRPC and HTTP ([4c4c62d](4...
Read more

v1.0.0-alpha.36

20 Sep 10:13
e417236
Compare
Choose a tag to compare
v1.0.0-alpha.36 Pre-release
Pre-release

1.0.0-alpha.36 (2022-09-20)

Features

  • Add collation option on the go client (read and search) (6c939dc)

v1.0.0-alpha.35

19 Sep 03:40
3bc6c09
Compare
Choose a tag to compare
v1.0.0-alpha.35 Pre-release
Pre-release

1.0.0-alpha.35 (2022-09-19)

Bug Fixes

  • Subscribe crash on error (95843f6)

v1.0.0-alpha.34

19 Sep 01:39
444b79e
Compare
Choose a tag to compare
v1.0.0-alpha.34 Pre-release
Pre-release

1.0.0-alpha.34 (2022-09-19)

Bug Fixes

Features

  • Added minimal pubsub implementation (9301f4d)
  • Remove events API (69b18fa)
  • Typed comparison helpers (edcb209)

v1.0.0-alpha.33

17 Sep 00:52
e382138
Compare
Choose a tag to compare
v1.0.0-alpha.33 Pre-release
Pre-release

1.0.0-alpha.33 (2022-09-17)

Bug Fixes

v1.0.0-alpha.32

16 Sep 03:58
Compare
Choose a tag to compare
v1.0.0-alpha.32 Pre-release
Pre-release

1.0.0-alpha.32 (2022-09-16)

Bug Fixes

  • Updated api for user apps (f5297d6)