Skip to content

Releases: hasura/ndc-clickhouse

v0.2.8

30 Apr 00:01
f1629f7
Compare
Choose a tag to compare
  • Make spans visible to cloud console users (tag spans with internal.visibility = 'user')

v0.2.7

26 Apr 02:07
ece8fb0
Compare
Choose a tag to compare
  • Fix a bug introduced in 0.2.6 that would cause responses including a single quote to be serialized as invalid JSON strings

v0.2.6

24 Apr 16:13
7bafb9f
Compare
Choose a tag to compare
  • Add additional trace spans for SQL generation and query execution
  • Do not parse db response as JSON, instead send it back directly

v0.2.5

15 Apr 16:26
Compare
Choose a tag to compare
  • Implement validate cli command
  • Do not write out config file unless it has changed. This avoids issues with the ddn cli which watches for filechange events
  • Cast variables to UUID before comparison to UUID columns. This enables remote relationships to UUID columns

v0.2.4

12 Apr 17:45
cd1f81b
Compare
Choose a tag to compare
  • Allow explain of invalid foreach queries. Will generate invalid SQL, for proper execution these should be parameterized

v0.2.3

10 Apr 12:57
9717568
Compare
Choose a tag to compare
  • Fix ordering of result sets for foreach queries (remote joins)

v0.2.2

10 Apr 06:23
6b349d7
Compare
Choose a tag to compare
  • Return error if empty list of query variables passed. Variables should be ommited or be a list with at least one member
  • Use table comment as description for corresponding collection and object type
  • Return json representation for applicable scalar types in schema response
  • Add configuration.schema.json to generated configuration directory
  • Bump ndc-spec dependency to 0.1.1
  • Config breaking change: use maps for tables and columns list, rather than arrays. This should help avoid duplicate alias issues
  • Move parsing column data types into configuration time and startup time, instead of query execution time. This should give error feedback earlier
  • Allow tables and native query return types to be marked as identical to return types for other tables/queries
  • Support parameterized views (don't support column valued arguments)
  • Support parameterized native queries, except in foreach queries. Also don't support column valued arguments
  • Change explain output so the console knows how to extract generated SQL and sql explain plan to display to the user
  • Pretty print explain SQL output
  • Fix a bug where no result sets where returned when foreach predicate didn't match any rows. Correct behavior: empty result set is returned

v0.2.1

23 Mar 23:34
521365d
Compare
Choose a tag to compare

CLI

  • ignore casing for log-level flag

Server

  • default to serve command
  • default HASURA_CONFIGURATION_DIRECTORY to /etc/connector

CI

  • correct connnector-definition.tgz archive: make root of archive relative (was absolute)

v0.2.0

22 Mar 01:21
4ec3b65
Compare
Choose a tag to compare
  • DDN Beta release
  • add cli plugin
  • remove configuration server mode