Skip to content

Releases: tigrisdata-archive/tigris-client-ts

v1.3.0

23 Jun 21:31
a6439df
Compare
Choose a tag to compare

1.3.0 (2023-06-23)

Features

  • optional token separators for search index schema (#382) (aa6ffc2)

v1.2.4

26 May 17:01
2ccb59b
Compare
Choose a tag to compare

1.2.4 (2023-05-26)

Bug Fixes

v1.2.3

18 May 00:21
ffe5d79
Compare
Choose a tag to compare

1.2.3 (2023-05-18)

Bug Fixes

v1.2.2

17 May 23:36
4926217
Compare
Choose a tag to compare

1.2.2 (2023-05-17)

Bug Fixes

  • Revert "feat: static type binding for query" (#373) (47b7ce3), closes #371

v1.2.1

17 May 22:44
7ad2e0d
Compare
Choose a tag to compare

1.2.1 (2023-05-17)

Bug Fixes

  • Revert "feat: static type binding for query" (#371) (f348df2), closes #350

v1.2.0

16 May 23:44
339c469
Compare
Choose a tag to compare

1.2.0 (2023-05-16)

Bug Fixes

  • no remote call when instantiating search index (#369) (1bee00b)

Features

v1.1.0

11 May 20:26
bd1e30e
Compare
Choose a tag to compare

1.1.0 (2023-05-11)

Bug Fixes

Features

  • switching beta branch to publish to beta channel only (#362) (9d845b4)

v1.0.0

09 May 23:42
54157d8
Compare
Choose a tag to compare

1.0.0 (2023-05-09)

Bug Fixes

  • Added a periodic ping mechanism (#152) (43f1407)
  • Added basic gRPC setup (a479638)
  • Added code coverage support (a7b9689)
  • Added server metadata method and fixed the request options (6a162a6)
  • All exports at top level (#266) (3d27885)
  • Allow object types for updating a document (#278) (29ee882)
  • Break tests into multiple files (0515f95)
  • broke the tests further into individual files (dfd0569)
  • Bug where describe DB was using unavailable branch name (#212) (610a140)
  • bumped up version for release (340973f)
  • ci build fixes (#329) (92ddf25), closes #323 #328
  • Default to 443 for gRPC port (c47c549)
  • deserialize to date object from string (#305) (a65dd28)
  • Do not require auth in local docker setup (4570b93)
  • Do not require insecure config option, fallback to secure channel (547fb77)
  • Don't use node: style imports (#358) (c972224)
  • DropCollections waits for all (#319) (70b548f)
  • Empty commit to re-trigger release (#231) (4dc09cd)
  • Empty commit to re-trigger release (#250) (a393b68)
  • Empty properties obj on free flow objects (#283) (1d7ae2e)
  • Export Schema related types (#182) (bc41291)
  • Fix CI - don't pull latest API and run prettier check (#102) (7a547f5)
  • Fix detecting project name (7261e62)
  • Fix empty URL setting (46aeb3e)
  • Fix for json-bigint bug (#286) (2d5b30b)
  • Fixed eslint for node env (a8afce0)
  • Fixed localhost detection (#142) (28aa2fa)
  • Fixed reading binary data into UTF8 (#229) (70b8dbe)
  • Fixed tests (#144) (1732b27)
  • Fixed the license in package.json (#84) (b4ccd3b)
  • Fixed the race-condition of authorization header calls (92b35aa)
  • Fixes build by copying API files manually (a7a8f7b)
  • Fixes linting (ae28c7d)
  • initial setup of ts client repo (a4f04f3)
  • Load env variables (#146) (9925d22)
  • log the server url (#163) (dd842c2)
  • Making search facets an object instead of ES6 map (#255) (2ad2081)
  • Moved transaction details to headers (eeb3db6)
  • nerfing logic to only include certain characters (#222) (97d2265)
  • prepare for release (d1460d9)
  • Preparing for next release (b67aa62)
  • preparing for release (8ce549c)
  • Preparing for release (22f7bb8)
  • readme (#291) (21a4d90)
  • removed post processing that incorrectly added primary_key for messages (27f9b21)
  • removed unnecessary tx parameter for events (91e453a)
  • Removed unused imports (f2f7b5f)
  • removed verify step and ported verifications in publish (#159) (9ab5d2b)
  • removing branch name nerfing to handle it on server (#221) (bc36aa5)
  • removing redundant "undefined" types (#276) (7fa6b30)
  • removing references for IndexedDoc proto message (#261) (e79e86e)
  • removing static type checking for query constructs (#284) (fb4cc13), closes #273
  • removing unused utility method (#351) (601afe4)
  • rename appId to clientId ([#85](#8...
Read more

v1.0.0-beta.51

09 May 23:07
f37d734
Compare
Choose a tag to compare
v1.0.0-beta.51 Pre-release
Pre-release

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

Bug Fixes

v1.0.0-beta.50

09 May 17:43
401cc63
Compare
Choose a tag to compare
v1.0.0-beta.50 Pre-release
Pre-release

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

Bug Fixes

Features