Releases: tigrisdata-archive/tigris-client-go
Releases · tigrisdata-archive/tigris-client-go
v1.0.0-beta.5
v1.0.0-beta.4
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
1.0.0-beta.3 (2022-10-05)
Bug Fixes
- Autofixable lints (8e00c76)
Features
- Namespace APIs implemented (6cf86fd)
v1.0.0-beta.2
v1.0.0-beta.1
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...
v1.0.0-alpha.36
1.0.0-alpha.36 (2022-09-20)
Features
- Add collation option on the go client (read and search) (6c939dc)