Skip to content

Latest commit

 

History

History
70 lines (38 loc) · 4.76 KB

CHANGELOG.md

File metadata and controls

70 lines (38 loc) · 4.76 KB

0.3.3 (2024-04-15)

0.2.6 (2024-04-07)

Features

0.2.5 (2024-04-07)

Bug Fixes

0.2.4 (2024-04-07)

0.2.3 (2024-02-06)

0.2.2 (2024-02-06)

0.2.1 (2024-02-06)

Bug Fixes

Features

  • add test (acb3ce5)
  • can run SQL immediately with query (55e4f5c)
  • global: add insert and delete into sql operation with testing (37a460b)
  • global: add test (135c25b)
  • index: add default https to baseURL (4971421)
  • init (3059d55)
  • init (f4d9260)
  • package.json: add Multilevel directory for mocha (fbf3c37)
  • promql: add promql builder (3de76b3)
  • sql: add sqlConfig into Greptime and use queue to cache insert request in sql (6853e9a)
  • sql: change tableDesc to descTable (9d7fd87)
  • sql: merge operation and add type in sql (fb8ad4e)
  • sql: one-dimensional functions are added as parameters for insert (7b644b4)
  • test: add testing to PromQL (bc532cd)
  • testing: add testing for sql (e93ded2)
  • type: add type for sql and utils (84e739e)