Skip to content

Releases: databendlabs/databend

v0.8.108-nightly

11 Nov 16:02
31e00ae
Compare
Choose a tag to compare
v0.8.108-nightly Pre-release
Pre-release

What's Changed

Thoughtful Bug Fix 🔧

  • fix(mysql): fix databend float64 to mysql double by @sandflee in #8745
  • fix(query): the hashmap will cause oom by @TCeason in #8737
  • fix: make explain pipeline go to correct path in cluster by @xudong963 in #8753

Code Refactor 🎉

  • refactor(catalog): unify the catalog name defination to catalog_kind by @BohuTANG in #8742
  • refactor(out format): move output_format_xxx.rs to a sub-folder. by @youngsofun in #8740
  • refactor(expr): refine domain by @andylokandy in #8755

Full Changelog: v0.8.107-nightly...v0.8.108-nightly

v0.8.107-nightly

10 Nov 16:02
9b25785
Compare
Choose a tag to compare
v0.8.107-nightly Pre-release
Pre-release

What's Changed

Exciting New Features ✨

  • feat(query): optimize count(no_null_col) by @TCeason in #8728
  • feat: adjust max io requests when read block data to avoid oom by @BohuTANG in #8726

Code Refactor 🎉

Build/Testing/CI Infra Changes 🔌

Documentation 📔

Full Changelog: v0.8.106-nightly...v0.8.107-nightly

v0.8.106-nightly

10 Nov 00:27
af01f42
Compare
Choose a tag to compare
v0.8.106-nightly Pre-release
Pre-release

What's Changed

Code Refactor 🎉

  • refactor: Use range_read instead of read_exact by @Xuanwo in #8725

Build/Testing/CI Infra Changes 🔌

  • ci: Install sccache in dev-setup to avoid large docker images by @Xuanwo in #8712

Full Changelog: v0.8.105-nightly...v0.8.106-nightly

v0.8.105-nightly

09 Nov 16:02
aee9cba
Compare
Choose a tag to compare
v0.8.105-nightly Pre-release
Pre-release

What's Changed

Exciting New Features ✨

Thoughtful Bug Fix 🔧

  • fix(expr): fix PartialEq for ScalarRef and add benchmark for array() by @andylokandy in #8713
  • fix(query): max_threads can not determined automatically by @TCeason in #8707

Code Refactor 🎉

Build/Testing/CI Infra Changes 🔌

Full Changelog: v0.8.104-nightly...v0.8.105-nightly

v0.8.104-nightly

08 Nov 16:02
5ef66df
Compare
Choose a tag to compare
v0.8.104-nightly Pre-release
Pre-release

What's Changed

Exciting New Features ✨

Thoughtful Bug Fix 🔧

  • fix(query): Problem when using Trino Mysql connector by @TCeason in #8668

Code Refactor 🎉

Build/Testing/CI Infra Changes 🔌

  • ci: Upload entire directory instead by @Xuanwo in #8686
  • ci: Disable 13_0005_q5 to avoid breaking CI by @Xuanwo in #8699

Full Changelog: v0.8.103-nightly...v0.8.104-nightly

v0.8.103-nightly

07 Nov 16:02
b26309a
Compare
Choose a tag to compare
v0.8.103-nightly Pre-release
Pre-release

What's Changed

Exciting New Features ✨

Thoughtful Bug Fix 🔧

Code Refactor 🎉

Build/Testing/CI Infra Changes 🔌

Full Changelog: v0.8.102-nightly...v0.8.103-nightly

v0.8.102-nightly

06 Nov 16:02
83be7f4
Compare
Choose a tag to compare
v0.8.102-nightly Pre-release
Pre-release

What's Changed

Thoughtful Bug Fix 🔧

Code Refactor 🎉

  • refactor(planner): move plan from query/planner to sql/planner by @BohuTANG in #8660
  • refactor(query): modify the index of the Array<T> type starting from 1 by @b41sh in #8652
  • refactor(catalog): remove delete by @BohuTANG in #8662

Full Changelog: v0.8.101-nightly...v0.8.102-nightly

v0.8.101-nightly

05 Nov 16:02
01d97e7
Compare
Choose a tag to compare
v0.8.101-nightly Pre-release
Pre-release

What's Changed

Exciting New Features ✨

Thoughtful Bug Fix 🔧

Code Refactor 🎉

  • refactor(query): migrate deserializations to expression by @b41sh in #8637
  • refactor(storages): merge storages/constants to storages/table-meta by @BohuTANG in #8648
  • refactor(expr): redo cast by @andylokandy in #8641

Build/Testing/CI Infra Changes 🔌

  • ci: Upgrade rust toolchain to 1.67-nightly by @Xuanwo in #8630

Documentation 📔

Full Changelog: v0.8.100-nightly...v0.8.101-nightly

v0.8.100-nightly

04 Nov 16:02
ca9ed13
Compare
Choose a tag to compare
v0.8.100-nightly Pre-release
Pre-release

What's Changed

Exciting New Features ✨

Code Refactor 🎉

  • refactor: Remove not needed re-export by @Xuanwo in #8612
  • refactor(storages): move prelude table engines from preludes to storages by @BohuTANG in #8613
  • refactor(test): one dir for format. by @youngsofun in #8618
  • refactor(storages): move fuse&hive to single folder by @BohuTANG in #8621
  • refactor(storages): fuse/fuse-meta --> storages/table-meta by @BohuTANG in #8627
  • refactor(planner): use const MAX_BLOCK_SIZE in join probe by @xudong963 in #8626

New Contributors

Full Changelog: v0.8.99-nightly...v0.8.100-nightly

v0.8.99-nightly

02 Nov 16:02
2fdfcaa
Compare
Choose a tag to compare
v0.8.99-nightly Pre-release
Pre-release

What's Changed

Exciting New Features ✨

  • feat(file format): unify format settings/options. by @youngsofun in #8566
  • feat: Add cache config for databend-query by @Xuanwo in #8605
  • feat: add common auth module and support file token on sharing endpoint by @ZhiHanZ in #8607
  • feat(TSV): allow nested field in TSV. by @youngsofun in #8606
  • feat: implement multiple catalog AST by @ClSlaid in #8608

Thoughtful Bug Fix 🔧

  • fix(query): fix linux_kernel_version detection by @sundy-li in #8587
  • fix(io): use storage.num_cpus to init global io runtime by @sandflee in #8598
  • fix(planner): Fix offset statement error handling by @leiysky in #8596
  • fix(query): set global max_threads not work by @TCeason in #8600

Code Refactor 🎉

  • refactor(interpreter): move interpreter_common.rs to common/ by @BohuTANG in #8593
  • refactor(query): migrate serializations to expression by @b41sh in #8582
  • refactor(storages): move storages/factory/src/stage/ by @BohuTANG in #8609

Documentation 📔

Full Changelog: v0.8.98-nightly...v0.8.99-nightly