Releases: tigrisdata-archive/tigris
Releases · tigrisdata-archive/tigris
v1.0.0-alpha.14
v1.0.0-alpha.13
1.0.0-alpha.13 (2022-04-29)
Bug Fixes
- use request type instead of request name for validation method (40c9fc0)
v1.0.0-alpha.12
v1.0.0-alpha.11
1.0.0-alpha.11 (2022-04-28)
Features
v1.0.0-alpha.10
1.0.0-alpha.10 (2022-04-27)
Bug Fixes
v1.0.0-alpha.9
1.0.0-alpha.9 (2022-04-26)
Bug Fixes
- added missing return after error (f26274a)
- missing return err (9e13e30)
- removed unused field (46bfd14)
- simplify describe responses (87b4906)
Features
v1.0.0-alpha.8
1.0.0-alpha.8 (2022-04-25)
Bug Fixes
- use NotFound instead of InvalidArgument error code if database/collection doesn't exists (670a05a)
Features
- data wrapper on the fdb raw byte value (742104d)
- Describe database and collection API implementation (a30fea5)
- disallow additional properties by default to do strict schema validation (2c3c783)
- implement schema validation on write requests (bfb3fff)
- implement support for binary(random octets) (a6c4a04)
- implement support for uuid and date-time dataTypes, also added byte, uuid and date-time as supported primary keys (fa7d63e)
- standarizing the JSON responses, support byte/int32/int64 as formats (f5713f2)
- support for array and object types (b26654c)
v1.0.0-alpha.7
1.0.0-alpha.7 (2022-04-13)
Bug Fixes
v1.0.0-alpha.6
v1.0.0-alpha.5
1.0.0-alpha.5 (2022-04-11)
Bug Fixes
- Generate latest tag for docker image from alpha branch (#106) (9462938)
- publish docker image on push to alpha branch (#110) (f4ad296)
- refactor list APIs, createOrUpdate, and createDatabase API (6b9766a)
- small tests fixes (bb9d93e)
Features
- add drop functionality for database, collections and indexes in the tenant class (516a960)
- adding schema class to manage schemas persistence (a27fef4)
- end-to-end schema management (903747f)
- implement key encoder (532f9b7)
- tenant class to manage the namespaces, databases and collections (f1fc709)
- Upgrade API (2d16ecf)