Releases: databendlabs/databend
Releases · databendlabs/databend
v1.0.58
What's Changed
Exciting New Features ✨
- feat: add openai api_base_url, completion_model and embedding_model to query config by @BohuTANG in #10993
Thoughtful Bug Fix 🔧
- fix(query): fix prewhere cannot push down for native storage by @b41sh in #10983
- fix(query): parquet don't need sort by meta infos by @sundy-li in #10982
Documentation 📔
- docs(weekly): add this week in databend 88 by @PsiACE in #10990
- docs(weekly): fix url by @PsiACE in #10992
- docs(weekly): improve according to eric's comments by @PsiACE in #10994
Others 📒
Full Changelog: v1.0.57-nightly...v1.0.58-nightly
v1.0.57-nightly
What's Changed
Thoughtful Bug Fix 🔧
- fix: swallow all the errors about sharing database in system.tables by @flaneur2020 in #10978
Documentation 📔
Full Changelog: v1.0.56-nightly...v1.0.57-nightly
v1.0.56-nightly
What's Changed
Thoughtful Bug Fix 🔧
- fix(cluster): try fix cluster session leak by @zhang2014 in #10984
Full Changelog: v1.0.55-nightly...v1.0.56-nightly
v1.0.55
What's Changed
Exciting New Features ✨
- feat(query): Add toUnixTimestamp function by @ArberSephirotheca in #10949
- feat: add share database stateful test by @lichuang in #10961
Thoughtful Bug Fix 🔧
- fix: subquery derived column type by @xudong963 in #10970
- fix(executor): catch unwind for executor on_init and on_finished by @zhang2014 in #10980
Code Refactor 🎉
Documentation 📔
- docs: fix array by @soyeric128 in #10960
- docs: add ipython-sql to jupyter notebook by @soyeric128 in #10962
Others 📒
- chore(cluster): remove useless code by @zhang2014 in #10963
- chore: expose flight sql port in docker by @everpcpc in #10964
- chore: if a select item is in grouping sets, its data type should be nullable. by @RinChanNOWWW in #10972
- chore(test): add tpcds to test by @xudong963 in #10673
- chore: refactor subquery code by @xudong963 in #10973
New Contributors
- @ArberSephirotheca made their first contribution in #10949
Full Changelog: v1.0.54-nightly...v1.0.55-nightly
v1.0.54-nightly
What's Changed
Exciting New Features ✨
- feat(planner): introduce a utility to check if a variable is not null by @leiysky in #10952
- feat(query): copy with transform support max_files by @TCeason in #10958
Thoughtful Bug Fix 🔧
- fix: non-equi condition is mistaken as equi condition by @xudong963 in #10956
- fix:
fixed_hashsupports Decimal types. by @RinChanNOWWW in #10955 - fix: join condition may be nullable by @xudong963 in #10959
- fix: skip errors on listing tables in admin api by @flaneur2020 in #10957
Code Refactor 🎉
Full Changelog: v1.0.53-nightly...v1.0.54-nightly
v1.0.53-nightly
What's Changed
Exciting New Features ✨
- feat(query): common eval scalar Elimination by @sundy-li in #10927
- feat(window): support inherited named window by @ariesdevil in #10934
Thoughtful Bug Fix 🔧
- fix(parser): allow set operations in subquery by @andylokandy in #10912
- fix: missing filter operators in dphyp by @xudong963 in #10944
- fix(expression): fix incorrect nullable array cast by @sundy-li in #10946
- fix(query): mysql affected_rows should use write process value by @TCeason in #10951
Code Refactor 🎉
- refactor(format): add FileFormatParams. by @youngsofun in #10931
Others 📒
Full Changelog: v1.0.52-nightly...v1.0.53-nightly
v1.0.52-nightly
What's Changed
Exciting New Features ✨
- feat: Output internal config while starting by @Xuanwo in #10926
- feat: show share and create db from share check from share endpoint by @lichuang in #10929
- feat: support cte in dphyp by @xudong963 in #10910
- feat(planner): Introduce z3-prover to solve constraint by @leiysky in #10921
- feat: support
RANGEframe for window function. by @RinChanNOWWW in #10911
Thoughtful Bug Fix 🔧
- fix: don't map trivial columns in block operator by @xudong963 in #10940
Code Refactor 🎉
Build/Testing/CI Infra Changes 🔌
- ci: add makefile target for build in docker by @everpcpc in #10933
- ci: symlink musl ar for linking by @everpcpc in #10936
- ci(stage): fix flaky test #10939 by @youngsofun in #10942
Others 📒
- chore: push non-equi conditions to join by @xudong963 in #10904
Full Changelog: v1.0.51-nightly...v1.0.52-nightly
v1.0.51-nightly
v1.0.50-nightly
What's Changed
Exciting New Features ✨
- feat(debug): Add timeout while reading from s3 by @Xuanwo in #10916
- feat(planner): support eager aggregation by @Dousir9 in #10716
- feat(storage): Make sure all futures are spawned on global runtime by @Xuanwo in #10918
Thoughtful Bug Fix 🔧
- fix(FlightSQL): Array/Tuple/Map to arrow_rs. by @youngsofun in #10913
Code Refactor 🎉
- refactor(meta): extract file_format.proto and stage.proto. by @youngsofun in #10919
Build/Testing/CI Infra Changes 🔌
- ci: add python3 as build dependency by @everpcpc in #10923
- ci: install python3-dev for dev_setup by @everpcpc in #10925
Documentation 📔
- docs: create table attributes by @soyeric128 in #10915
- docs: better iceberg-catalog.md sql format by @BohuTANG in #10924
Others 📒
- chore: fix spelling by @jsoref in #10914
- chore: modified image by @leiwenfang in #10917
- chore(http_handler): log panic reason. by @youngsofun in #10920
New Contributors
- @jsoref made their first contribution in #10914
- @leiwenfang made their first contribution in #10917
Full Changelog: v1.0.49-nightly...v1.0.50-nightly
v1.0.49-nightly
What's Changed
Exciting New Features ✨
- feat: flight sql support send progress into client by @sundy-li in #10908
- feat(window): support named window by @ariesdevil in #10897
Thoughtful Bug Fix 🔧
- fix: processors used in the impl of
replace intomay lose data by @dantengsky in #10831
Documentation 📔
- docs(Aggregate functions index page): Function summarization of KURTOSIS, SKEWNESS are added. by @YimingQiao in #10906
New Contributors
- @YimingQiao made their first contribution in #10906
Full Changelog: v1.0.48-nightly...v1.0.49-nightly