Skip to content

Latest commit

 

History

History
25 lines (16 loc) · 899 Bytes

CHANGELOG.md

File metadata and controls

25 lines (16 loc) · 899 Bytes

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, and this project aims to adhere to Semantic Versioning.

[0.4.1] 2021-05-13

Added

  • [FuseQuery] Support ClickHouse query progress - Thanks @sundy-li
  • [FuseQuery] Support Error Code - Thanks @zhang2014
  • [FuseQuery] Support substring function (#487) - Thanks @tlightsky

[0.4.0] 2021-04-16

Added

  • [FuseQuery] Support MergeSort for Order By (#78) - Thanks @sundy-li

[0.3.0] 2021-04-15

Added

  • [FuseQuery] Support ClickHouse Server protocol (#225) - Thanks @sundy-li
  • [FuseQuery] Support Helm chart for datafuse (#253) - Thanks @tlightsky
  • [FuseQuery] Support group-by aggregation (#296)