Skip to content

v2.1.2

Choose a tag to compare

@github-actions github-actions released this 10 Feb 19:46
· 59 commits to main since this release
7df4ffe

Docker Images

docker pull ghcr.io/inconvoai/inconvo/dev-server:v2.1.2

CLI

Published to npmjs.

What's Changed

  • Update sync actions by @lliammul in #34
  • fix: connect SQL contruction in count operation by @lliammul in #39
  • refactor: in the count operation just buildJsonObject instead of dedicated code by @lliammul in #41
  • test(connect): replace remaining count magic checks with golden SQL by @lliammul in #42
  • Fix limit=0 behavior to avoid silent unbounded queries by @lliammul in #43
  • fix: remove duplicate HumanMessage wrapper on userQuestion by @lliammul in #49
  • Fix WHERE tool completion and prompt variable interpolation by @lliammul in #50
  • fix: populate targetSchema for relation filters in multi-schema queries by @lliammul in #51
  • Add ABS function support for computed columns in packages by @lliammul in #52
  • feat: support multi-operator conditions for DateTime and Number columns by @lliammul in #54

Full Changelog: v2.1.1...v2.1.2