Skip to content

v2.43.0

Latest
Compare
Choose a tag to compare
@hasura-bot hasura-bot released this 27 Aug 14:54
· 120 commits to master since this release

Changelog

Bug fixes and improvements

Server

  • Fix Native Query validation for Hasura instances using SSL certificates.
  • Fix spurious log entries regarding event trigger cleanup not being scheduled for BigQuery sources as event triggers are not supported. (Cloud / Enterprise edition only)

Data Connectors

  • Add support for list parameters in Snowflake Native Queries. Parameters starting and ending with square brackets will be tokenized by commas; leading and trailing single and double quotes will be removed from the tokenized parameters. (Cloud / Enterprise edition only)
  • Switched scalar type for MySQL timestamp column to simple datetime, without timezone. (Cloud / Enterprise edition only)