Releases: databendlabs/databend
Releases · databendlabs/databend
v1.0.38
What's Changed
Thoughtful Bug Fix 🔧
- fix(expr): unify the behavior on nullalbe for unnest() by @andylokandy in #10797
Full Changelog: v1.0.37-nightly...v1.0.38-nightly
v1.0.37-nightly
What's Changed
Exciting New Features ✨
- feat: FuseBlockTable use the limit push down info by @SkyFan2002 in #10766
- feat(query): copy into add option max_files(list max files) by @TCeason in #10790
- feat(cluster): support cluster session settings by @zhang2014 in #10799
- feat(functions): ai_embedding_vector by @BohuTANG in #10789
- feat: add metrics for openai invoke by @BohuTANG in #10805
- feat(FlightSQL): support basic SqlInfo. by @youngsofun in #10806
- feat(cluster): support group by shuffle mode setting by @zhang2014 in #10804
- feat(window): initial impl window function by @ariesdevil in #10700
Thoughtful Bug Fix 🔧
- fix(query): fix view select filter using source table column by @b41sh in #10792
- fix(query): auth jwt with ensure_user on metasrv by @everpcpc in #10786
- fix(query): fix max_files bug when force=false by @TCeason in #10801
- fix: add share endpoing from share config; init endpoint only needed by @lichuang in #10809
- fix(query): fix range/generate_series schema by @sundy-li in #10812
- fix(Copy): max_files was set to 1000 when not provided. by @youngsofun in #10813
- fix: incorrect index size and perfect_block_count during merge segments by @zhyass in #10817
Build/Testing/CI Infra Changes 🔌
- ci(FlightSQL): fix panic when dropping singleton. by @youngsofun in #10798
- ci: fix add benchmark check status to pr by @everpcpc in #10815
Documentation 📔
- docs: update sqllogictest readme by @xudong963 in #10795
Others 📒
- chore(query): readd and_filters by @sundy-li in #10777
- chore: updated
displayTexttoTextin error string by @rkmdCodes in #10269 - chore(query): bump arrow2 by @sundy-li in #10807
New Contributors
- @rkmdCodes made their first contribution in #10269
Full Changelog: v1.0.36-nightly...v1.0.37-nightly
v1.0.36-nightly
What's Changed
Exciting New Features ✨
- feat(query): table function generate_series & range by @jun0315 in #10697
- feat: improve window frame computation. by @RinChanNOWWW in #10791
Thoughtful Bug Fix 🔧
- fix(ci): tmp disable some oom tpch queries for benchmark by @everpcpc in #10780
- fix: Allow PUBLIC role show databases / tables / columns by @flaneur2020 in #10788
- fix: right join oom by @xudong963 in #10782
- fix(storage): compact limit return incorrect row number by @zhyass in #10743
- fix(FlightSQL): records/size in FlightInfo should be -1 when unknown. by @youngsofun in #10793
Code Refactor 🎉
- refactor(settings): refactor default, global, session settings by @zhang2014 in #10757
Documentation 📔
- docs: SHOW COLUMNS by @soyeric128 in #10779
- docs: add PIVOT/UNPIVOT by @BohuTANG in #10781
Others 📒
- chore(FlightSQL): log all req to unimplemented API. by @youngsofun in #10784
- chore(openai): change openai from async to sync by @BohuTANG in #10785
Full Changelog: v1.0.35-nightly...v1.0.36-nightly
v1.0.35
What's Changed
Exciting New Features ✨
- feat(planner): auto rewrite set-returning function in table function position into a subquery by @andylokandy in #10774
- feat: basic implementation of
TransformWindow. by @RinChanNOWWW in #10772
Build/Testing/CI Infra Changes 🔌
Documentation 📔
Full Changelog: v1.0.34-nightly...v1.0.35-nightly
v1.0.34-nightly
What's Changed
Exciting New Features ✨
- feat: add create\drop\show share endpoint ddl support by @lichuang in #10762
- feat: FlightSQL support update (DDL and insert) by @youngsofun in #10765
Thoughtful Bug Fix 🔧
- fix(query): create a virtual JWT user instead of ensuring on metasrv by @everpcpc in #10760
- fix(query): init AuthMgr with GlobalInstance by @everpcpc in #10770
Build/Testing/CI Infra Changes 🔌
Full Changelog: v1.0.33-nightly...v1.0.34-nightly
v1.0.33-nightly
What's Changed
Exciting New Features ✨
- feat: add cosine_distance for vector similarity compute by @BohuTANG in #10737
- feat(planner): suggest function name on typo by @andylokandy in #10759
Thoughtful Bug Fix 🔧
Build/Testing/CI Infra Changes 🔌
Full Changelog: v1.0.32-nightly...v1.0.33-nightly
v1.0.32-nightly
What's Changed
Exciting New Features ✨
- feat: basic impl for FlightSQL handler. by @youngsofun in #10732
Thoughtful Bug Fix 🔧
- fix: fix duplicate processor. by @RinChanNOWWW in #10734
Code Refactor 🎉
- refactor(expr): merge SrfExpr into Expr by @andylokandy in #10739
Documentation 📔
- docs: Metabase by @soyeric128 in #10752
Others 📒
- chore(ci): build release on larger runner by @everpcpc in #10753
- chore(test): revert repeat 3 time for each pr by @zhang2014 in #10755
- chore(ci): download binaries before setup docker by @everpcpc in #10756
Full Changelog: v1.0.31-nightly...v1.0.32-nightly
v1.0.31-nightly
What's Changed
Exciting New Features ✨
- feat(query): support show columns query by @TCeason in #10726
- feat: PIVOT result column by @SkyFan2002 in #10733
Documentation 📔
- docs: fix concat and concat_ws by @soyeric128 in #10744
Others 📒
- chore(ci): run release in self-hosted runner by @everpcpc in #10736
- chore(query): add compare domain for string types by @sundy-li in #10740
Full Changelog: v1.0.30-nightly...v1.0.31-nightly
v1.0.30-nightly
What's Changed
Documentation 📔
Others 📒
- chore: add some annotations for bugfix by @xudong963 in #10730
- chore(query): add with_capacity_hint methods in ColumnBuilder by @sundy-li in #10731
Full Changelog: v1.0.29-nightly...v1.0.30-nightly
v1.0.29
What's Changed
Documentation 📔
- docs: openai-api-key by @soyeric128 in #10717
Others 📒
- chore(query): make flush returns empty builder by @sundy-li in #10715
- chore(cluster): close flight receiver in event by @zhang2014 in #10718
Full Changelog: v1.0.28-nightly...v1.0.29-nightly