Skip to content

Releases: databendlabs/databend

v0.8.83-nightly

22 Oct 16:03
05fe755
Compare
Choose a tag to compare
v0.8.83-nightly Pre-release
Pre-release

What's Changed

Exciting New Features ✨

  • feat(function-v2): add tuple() and get() for tuple by @andylokandy in #8372
  • feat: add gc status to data metrics and show in processlist by @BohuTANG in #8389

Thoughtful Bug Fix 🔧

  • fix(http handler): return session if request.session is null. by @youngsofun in #8399
  • fix(processor): try fix incorrect error message by @zhang2014 in #8365

Code Refactor 🎉

Documentation 📔

Full Changelog: v0.8.82-nightly...v0.8.83-nightly

v0.8.82-nightly

21 Oct 16:06
Compare
Choose a tag to compare
v0.8.82-nightly Pre-release
Pre-release

What's Changed

Exciting New Features ✨

  • feat: config options for bloom filter cache by @dantengsky in #8358
  • feat(test): add join tests under large dataset by @xudong963 in #8351
  • feat(query): implement array function slice, remove_fist, remove_last by @b41sh in #8326
  • feat(input format): scan progress of copy into and streaming load. by @youngsofun in #8375
  • feat(meta/management): allow to join a cluster if a meta node has no log by @drmingdrmer in #8384

Thoughtful Bug Fix 🔧

Code Refactor 🎉

  • refactor(meta/binary): record every error when joining/leaving by @drmingdrmer in #8371

Build/Testing/CI Infra Changes 🔌

Documentation 📔

New Contributors

Full Changelog: v0.8.81-nightly...v0.8.82-nightly

v0.8.81-nightly

20 Oct 16:19
a3562cf
Compare
Choose a tag to compare
v0.8.81-nightly Pre-release
Pre-release

What's Changed

Exciting New Features ✨

  • feat(parser): Relax the order requirement about the COPY options by @flaneur2020 in #8341
  • feat(query): improve count distinct for string type in fucntions-v2. by @RinChanNOWWW in #8347
  • feat: Introduce data metrics for table by @Xuanwo in #8363

Thoughtful Bug Fix 🔧

  • fix(planner): left join panic by @xudong963 in #8325
  • fix(processor): fix throw error when abort and limit by @zhang2014 in #8361
  • fix(query): StringSearchLike vector_vector can not match '\n' by @TCeason in #8359
  • fix(processor): fix full join panic by @zhang2014 in #8364
  • fix: adjust the max io requests with block number not segment number by @BohuTANG in #8367

Code Refactor 🎉

Build/Testing/CI Infra Changes 🔌

Documentation 📔

Full Changelog: v0.8.80-nightly...v0.8.81-nightly

v0.8.80-nightly

20 Oct 02:16
b63a5fe
Compare
Choose a tag to compare
v0.8.80-nightly Pre-release
Pre-release

What's Changed

Accepted RFCs 🛫

Exciting New Features ✨

  • refactor(optimizer): use match to replace if else by @xudong963 in #8291
  • feat(query): modify function-v2 comparison like by @TCeason in #8280
  • feat: Enable jitter for retry operations by @Xuanwo in #8296
  • feat: add_source and add_sink to pipeline to simple the usage by @BohuTANG in #8305
  • feat: compact segment by @dantengsky in #8261
  • feat(http handler): no longer need to call final_uri explicitly. by @youngsofun in #8299
  • feat: Add cache operator in common-storage by @Xuanwo in #8306
  • feat(query): improve performance of count distinct. by @RinChanNOWWW in #8317
  • feat: forbid creation of user with builtin username by @guzzit in #8327
  • feat(query): enable gzip_zlib_ng feature to have maximum performance by @sundy-li in #8330
  • feat: change adjust max io from max threads to max io requests by @BohuTANG in #8321

Thoughtful Bug Fix 🔧

  • fix(storage): support mutation during insertion by @zhyass in #8205
  • fix(planner): Fix aggregation in cluster mode by @leiysky in #8309
  • fix: Copy Version mismatch bug by @lichuang in #8307
  • fix(processor): try fix data lost when resize multi outputs by @zhang2014 in #8319
  • fix: "optimize purge" may incorrectly delete data of pending txs by @dantengsky in #8320
  • fix: mergify could ignore some tests by @Xuanwo in #8324
  • fix: Stateful tests copy from s3 location will hang by @Xuanwo in #8323
  • fix(planner): Fix join associate rules by @leiysky in #8312
  • fix(processor): try fix lost last message if finish at same time by @zhang2014 in #8333

Code Refactor 🎉

  • refactor(meta/service): enable tracing log for databend-meta by @drmingdrmer in #8295
  • refactor: optimize get/upsert copied file info by @lichuang in #8282
  • refactor(meta/service): try best to leave a cluster by @drmingdrmer in #8298
  • refactor: Rename to data operator to make space for cache by @Xuanwo in #8314
  • refactor(meta/service): merge two to-meta-server rpc into one by @drmingdrmer in #8308

Documentation 📔

New Contributors

Full Changelog: v0.8.79-nightly...v0.8.80-nightly

v0.8.79-nightly

18 Oct 16:05
bb15dc3
Compare
Choose a tag to compare
v0.8.79-nightly Pre-release
Pre-release

What's Changed

Exciting New Features ✨

  • feat(meta/schema_api): add API list_all_tables by @drmingdrmer in #8254
  • feat(http handler): return error when download result of a running query by @youngsofun in #8268
  • feat(query): optimize StringSearchLike vector_const by @TCeason in #8220
  • feat(query): migrate datetime rounder functions to v2. by @RinChanNOWWW in #8281
  • feat: optimize subquery by deleting redundancy join by @xudong963 in #8264

Thoughtful Bug Fix 🔧

  • fix: Query version is incorrect by @Xuanwo in #8272
  • fix(logic test): print error message for http handler. by @youngsofun in #8284
  • fix(processor): support abort for left mark join by @zhang2014 in #8248
  • fix: Query startup too slow for reqsign retry by @Xuanwo in #8289
  • fix: failed to release the permits on time in the block pruner by @dantengsky in #8294
  • fix(meta): import: AsKeySpace::clear() should not entire sled tree by @drmingdrmer in #8288

Code Refactor 🎉

  • refactor(expression): fix scalar repeat by @sundy-li in #8275
  • refactor(query): improve comparison number with string by @sundy-li in #8293

Build/Testing/CI Infra Changes 🔌

Documentation 📔

Full Changelog: v0.8.78-nightly...v0.8.79-nightly

v0.8.78-nightly

17 Oct 16:06
cbf9d5c
Compare
Choose a tag to compare
v0.8.78-nightly Pre-release
Pre-release

What's Changed

Exciting New Features ✨

Thoughtful Bug Fix 🔧

Full Changelog: v0.8.77-nightly...v0.8.78-nightly

v0.8.77-nightly

16 Oct 16:03
053a751
Compare
Choose a tag to compare
v0.8.77-nightly Pre-release
Pre-release

What's Changed

Exciting New Features ✨

  • feat(query): implement arithmetic functions for Date and Timestamp. by @RinChanNOWWW in #8202
  • feat: Retry fuse table write operations by @Xuanwo in #8244

Thoughtful Bug Fix 🔧

  • fix(sessions): fix dead lock when force kill sessions by @zhang2014 in #8242

Full Changelog: v0.8.76-nightly...v0.8.77-nightly

v0.8.76-nightly

15 Oct 16:02
9530144
Compare
Choose a tag to compare
v0.8.76-nightly Pre-release
Pre-release

What's Changed

Exciting New Features ✨

  • feat(query): jsonb functions support json string by @b41sh in #8222
  • feat: add time to show processlist for the session elapsed how many seconds by @BohuTANG in #8236
  • feat(storage): Enable DNS Cache for opendal by @Xuanwo in #8240

Thoughtful Bug Fix 🔧

  • fix: Make sure check is called inside global io runtime by @Xuanwo in #8239

Full Changelog: v0.8.75-nightly...v0.8.76-nightly

v0.8.75-nightly

15 Oct 02:50
6b8fa0f
Compare
Choose a tag to compare
v0.8.75-nightly Pre-release
Pre-release

What's Changed

Thoughtful Bug Fix 🔧

  • fix: dead lock caused by incorrect semaphore permit control by @dantengsky in #8226

Full Changelog: v0.8.74-nightly...v0.8.75-nightly

v0.8.74-nightly

14 Oct 16:05
7c0d1f3
Compare
Choose a tag to compare
v0.8.74-nightly Pre-release
Pre-release

What's Changed

Exciting New Features ✨

Thoughtful Bug Fix 🔧

  • fix(processor): support abort for semi or anti join by @zhang2014 in #8165

Code Refactor 🎉

Full Changelog: v0.8.73-nightly...v0.8.74-nightly