Skip to content

Releases: tigrisdata-archive/tigris

v1.0.0-alpha.14

04 May 01:56
589748a
Compare
Choose a tag to compare
v1.0.0-alpha.14 Pre-release
Pre-release

1.0.0-alpha.14 (2022-05-04)

Bug Fixes

  • read inside explicit transactions (0b3e95b)

Features

  • Added getInfo handler to return server metadata (4f9049b)
  • small decoder to decode key (9bdd36a)
  • use metadata version to detect schema changes (2f08b0b)

v1.0.0-alpha.13

29 Apr 18:18
f81bfe8
Compare
Choose a tag to compare
v1.0.0-alpha.13 Pre-release
Pre-release

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

29 Apr 01:56
d7c90a6
Compare
Choose a tag to compare
v1.0.0-alpha.12 Pre-release
Pre-release

1.0.0-alpha.12 (2022-04-29)

Bug Fixes

v1.0.0-alpha.11

28 Apr 17:29
89d49ea
Compare
Choose a tag to compare
v1.0.0-alpha.11 Pre-release
Pre-release

1.0.0-alpha.11 (2022-04-28)

Features

  • introduce store errors, misc fixes, add DDL concurrency checker (7ab19a3)
  • Use metadata version field to invalidate cache (1d5426e)

v1.0.0-alpha.10

27 Apr 06:22
da1ca33
Compare
Choose a tag to compare
v1.0.0-alpha.10 Pre-release
Pre-release

1.0.0-alpha.10 (2022-04-27)

Bug Fixes

  • no need to push to ecr repo as it is not being used (#227) (341c966)
  • remove db from config as well (ce7e8a9)
  • use the renamed api repo (759c138)

v1.0.0-alpha.9

26 Apr 03:31
191e31d
Compare
Choose a tag to compare
v1.0.0-alpha.9 Pre-release
Pre-release

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

  • added initial CDC implementation with stream API (c4ad3af)
  • improved initial CDC implementation from feedback (825cd13)
  • updated proto submodule for CDC changes (86d7958)

v1.0.0-alpha.8

25 Apr 19:28
291ac73
Compare
Choose a tag to compare
v1.0.0-alpha.8 Pre-release
Pre-release

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

13 Apr 01:43
a2b325f
Compare
Choose a tag to compare
v1.0.0-alpha.7 Pre-release
Pre-release

1.0.0-alpha.7 (2022-04-13)

Bug Fixes

  • code coverage report (0277e0a)
  • Make data types JSON schema compliant (a4f3b16)

v1.0.0-alpha.6

11 Apr 21:11
9280931
Compare
Choose a tag to compare
v1.0.0-alpha.6 Pre-release
Pre-release

1.0.0-alpha.6 (2022-04-11)

Bug Fixes

  • add collection DDLs in transactional check API (a956202)

v1.0.0-alpha.5

11 Apr 19:08
1cba054
Compare
Choose a tag to compare
v1.0.0-alpha.5 Pre-release
Pre-release

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)

Reverts

  • Revert "[k8s] The grpc service has to be defined as a headless service (#160)" (#161) (5c22344), closes #160 #161