Skip to content

Releases: databendlabs/databend

v1.2.817-nightly

21 Sep 23:09

Choose a tag to compare

What's Changed

Exciting New Features ✨

Thoughtful Bug Fix 🔧

  • fix: query dropped table in fuse_time_travel_size() report error by @SkyFan2002 in #18748

Code Refactor 🎉

  • refactor(meta-service): separate raft-log-store and raft-state-machine store by @drmingdrmer in #18746
  • refactor: meta-service: simplify raft store and state machine by @drmingdrmer in #18749
  • refactor(query): stream style block writer for hash join spill by @zhang2014 in #18742
  • refactor(native): preallocate zero offsets before compression by @BohuTANG in #18756
  • refactor: meta-service: compact immutable levels periodically by @drmingdrmer in #18757
  • refactor(query): add async buffer for spill data by @zhang2014 in #18758

Build/Testing/CI Infra Changes 🔌

Others 📒

Full Changelog: v1.2.816-nightly...v1.2.817-nightly

v1.2.816-nightly

18 Sep 17:15
4d00bfb

Choose a tag to compare

What's Changed

Exciting New Features ✨

Thoughtful Bug Fix 🔧

  • fix(query): reduce redundant result-set-spill logs during query waits by @BohuTANG in #18741
  • fix: fuse_vacuum2 panic while vauuming empty table with data_retentio… by @dantengsky in #18744

Code Refactor 🎉

  • refactor: compactor internal structure by @drmingdrmer in #18738
  • refactor(query): refactor the join partition to reduce memory amplification by @zhang2014 in #18732
  • refactor: Make the ownership key deletion and table/database replace in the same transaction by @TCeason in #18739

Others 📒

Full Changelog: v1.2.815-nightly...v1.2.816-nightly

v1.2.815-nightly

18 Sep 03:22
c762a5a

Choose a tag to compare

What's Changed

Exciting New Features ✨

Thoughtful Bug Fix 🔧

Code Refactor 🎉

Full Changelog: v1.2.814-nightly...v1.2.815-nightly

v1.2.814-nightly

17 Sep 01:36
e44a5e4

Choose a tag to compare

v1.2.814-nightly Pre-release
Pre-release

What's Changed

Thoughtful Bug Fix 🔧

  • fix(query): ensure jwt roles to user if not exists by @everpcpc in #18720
  • fix(query): Set Parquet default encoding to PLAIN to ensure data compatibility by @b41sh in #18724

Others 📒

Full Changelog: v1.2.813-nightly...v1.2.814-nightly

v1.2.813-nightly

15 Sep 16:15
fa53ff1

Choose a tag to compare

v1.2.813-nightly Pre-release
Pre-release

What's Changed

Exciting New Features ✨

Thoughtful Bug Fix 🔧

Code Refactor 🎉

  • refactor(raft-store): update trait interfaces and restructure leveled map by @drmingdrmer in #18719

Documentation 📔

Full Changelog: v1.2.812-nightly...v1.2.813-nightly

v1.2.812-nightly

14 Sep 23:06
36fd488

Choose a tag to compare

v1.2.812-nightly Pre-release
Pre-release

What's Changed

Exciting New Features ✨

  • feat: infer_schema expands csv and ndjson support by @KKould in #18552

Thoughtful Bug Fix 🔧

  • fix(query): column default expr should not cause seq.nextval modify by @b41sh in #18694
  • fix: vacuum2 all should ignore SYSTEM dbs by @dantengsky in #18712
  • fix(meta-service): snapshot key count should be reset by @drmingdrmer in #18718

Code Refactor 🎉

  • refactor(meta-service): respond mget items in stream instead of in a vector by @drmingdrmer in #18716
  • refactor(meta-service0): rotbl: use spawn_blocking() instead blocking_in_place() by @drmingdrmer in #18717

Build/Testing/CI Infra Changes 🔌

Full Changelog: v1.2.811-nightly...v1.2.812-nightly

v1.2.811-nightly

11 Sep 04:30
613a23a

Choose a tag to compare

v1.2.811-nightly Pre-release
Pre-release

What's Changed

Thoughtful Bug Fix 🔧

  • fix: error occurred when retrying transaction on empty table by @SkyFan2002 in #18703

Full Changelog: v1.2.810-nightly...v1.2.811-nightly

v1.2.810-nightly

10 Sep 15:30
3a12aec

Choose a tag to compare

v1.2.810-nightly Pre-release
Pre-release

What's Changed

Exciting New Features ✨

  • feat: impl Date & Timestamp on RANGE BETWEEN by @KKould in #18696
  • feat: add pybend Python binding with S3 connection and stage support by @BohuTANG in #18704
  • feat(query): add api to list stream by @everpcpc in #18701

Thoughtful Bug Fix 🔧

  • fix: collected profiles lost in cluster mode by @dqhl76 in #18680
  • fix(python-binding): complete Python binding CI configuration by @BohuTANG in #18686
  • fix(python-binding): resolve virtual environment permission conflicts in CI by @BohuTANG in #18708
  • fix: error when using materialized CTE in multi-statement transactions by @SkyFan2002 in #18707
  • fix(query): add config to the embed mode to clarify this mode by @zhang2014 in #18710

Build/Testing/CI Infra Changes 🔌

  • ci: run behave test of bendsql for compact. by @youngsofun in #18697
  • ci: Temporarily disable warehouse testing of private tasks by @KKould in #18709

Others 📒

  • chore(python-binding): documentation and PyPI metadata by @BohuTANG in #18711

Full Changelog: v1.2.809-nightly...v1.2.810-nightly

v1.2.809-nightly

08 Sep 14:29
6b116c3

Choose a tag to compare

What's Changed

Exciting New Features ✨

Thoughtful Bug Fix 🔧

  • fix(query): fix unable cast Variant Nullable type to Int32 type in MERGE INTO by @b41sh in #18687
  • fix: meta-semaphore: re-connect when no event recevied by @drmingdrmer in #18690

Code Refactor 🎉

  • refactor(meta-semaphore): handle error occurs during new-stream, lease-extend by @drmingdrmer in #18695

Full Changelog: v1.2.808-nightly...v1.2.809-nightly

v1.2.808-nightly

07 Sep 23:02
960f44e

Choose a tag to compare

v1.2.808-nightly Pre-release
Pre-release

What's Changed

Exciting New Features ✨

  • feat: support Check Constraint by @KKould in #18661
  • feat(parser): add intelligent SQL error suggestion system by @BohuTANG in #18670
  • feat: enhance resource scheduling logs with clear status and configuration details by @BohuTANG in #18684
  • feat(meta-semaphore): allows to specify timestamp as semaphore seq by @drmingdrmer in #18685

Thoughtful Bug Fix 🔧

  • fix: clean db_id_table_name during vacuuming dropped tables by @dantengsky in #18665
  • fix: forbid transform with where clause. by @youngsofun in #18681
  • fix(query): fix incorrect order of group by items with CTE or subquery by @sundy-li in #18692

Code Refactor 🎉

Build/Testing/CI Infra Changes 🔌

Others 📒

Full Changelog: v1.2.807-nightly...v1.2.808-nightly