v0.7.36-nightly
Pre-release
Pre-release
What's Changed
Bug Fixes
Documentation
- chore(doc): operator to index.md (#5144) by @bohutang
- Chore(doc): IP Address upper case (#5143) by @bohutang
- chore(doc): refine the function documentation (#5142) by @bohutang
- chore(doc): refine the Readme (#5128) by @bohutang
Features
- feat: Add scalar function humanize (#5073) by @cadl
- feat(planner): Support
TableFunctionin new planner (#5135) by @leiysky - feat(planner): support more aggregate syntax (#5115) by @xudong963
Improvement
- fix(backtrace): improve message when backtrace is disabled (#5141) by @sundy-li
- improvement: add category for some functions (#4843) by @jiahui-97
- chore(base): disable backtrace by default (#5127) by @sundy-li
- refactor(processor): refactor insert into query for fuse engine (#5139) by @zhang2014
- chore(query): remove some #[allow(dead_code)] (#5137) by @bohutang
- chore(functions): snake_case name for cast function, toXX -> to_xx (#5126) by @sundy-li
- improve(function): Specialize
NumberFunctionwith input type (#5130) by @leiysky - improve(function): Specialize
CastFunctionwith from type (#5124) by @leiysky - chore(QueryContext): make QueryContex as the first parameter (#5125) by @bohutang