Skip to content

Releases: databendlabs/databend

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

v0.8.98-nightly

01 Nov 23:59
44b2779
Compare
Choose a tag to compare
v0.8.98-nightly Pre-release
Pre-release

What's Changed

Exciting New Features ✨

  • feat: improve the COPY filting copied files performance by @BohuTANG in #8586

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

v0.8.97-nightly

01 Nov 16:02
932fc4b
Compare
Choose a tag to compare
v0.8.97-nightly Pre-release
Pre-release

What's Changed

Exciting New Features ✨

  • feat(planner): optimize right outer/semi/anti join by @xudong963 in #8551
  • feat: Disallow create & drop user stage by @Xuanwo in #8560
  • feat: change log level from info to debug for copy by @BohuTANG in #8570
  • feat(hive): suport substr && order by with null values compatible with hive functions by @sandflee in #8558
  • feat: add user quota by @ZhiHanZ in #8575
  • feat(meta): export/import supports new key-space: Expire by @drmingdrmer in #8578

Thoughtful Bug Fix 🔧

Code Refactor 🎉

  • refactor(meta): return InvalidReply if fail to decode a message by @drmingdrmer in #8568
  • refactor: Remove unused error codes by @Xuanwo in #8567
  • refactor(query): avoid extra memcpy by @sundy-li in #8569
  • refactor(function): cast timestamp to variant string instead of variant int by @andylokandy in #8580
  • refactor: Add internal error and merge other not needed errors by @Xuanwo in #8581

Documentation 📔

Full Changelog: v0.8.96-nightly...v0.8.97-nightly

v0.8.96-nightly

31 Oct 16:02
c4a2181
Compare
Choose a tag to compare
v0.8.96-nightly Pre-release
Pre-release

What's Changed

Exciting New Features ✨

  • feat(rbac): only display available roles in SHOW ROLES statement by @flaneur2020 in #8553
  • feat: Implement user stage support along with stateful tests by @Xuanwo in #8556

Thoughtful Bug Fix 🔧

Code Refactor 🎉

Documentation 📔

  • docs: Remove qingcloud from acknowledgement by @Xuanwo in #8559

Full Changelog: v0.8.95-nightly...v0.8.96-nightly

v0.8.95-nightly

31 Oct 11:27
0230b33
Compare
Choose a tag to compare
v0.8.95-nightly Pre-release
Pre-release

What's Changed

Exciting New Features ✨

Thoughtful Bug Fix 🔧

  • fix(storage): Only update metrics while read finished by @Xuanwo in #8545
  • fix(planner): select view column not exists by @TCeason in #8543

Code Refactor 🎉

Full Changelog: v0.8.94-nightly...v0.8.95-nightly

v0.8.94-nightly

30 Oct 16:02
830a437
Compare
Choose a tag to compare
v0.8.94-nightly Pre-release
Pre-release