Skip to content

Latest commit

 

History

History
23 lines (16 loc) · 923 Bytes

CHANGELOG.md

File metadata and controls

23 lines (16 loc) · 923 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

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

[0.4.0] 2021-04-16

Added

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

[0.3.0] 2021-04-15

Added

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