Skip to content

Releases: databendlabs/databend

v1.2.918-nightly

08 Jun 00:48
a4877b4

Choose a tag to compare

v1.2.918-nightly Pre-release
Pre-release

What's Changed

Exciting New Features ✨

  • feat(time-travel): add NO_CHECK for snapshot direct lookup by @dantengsky in #19763

Thoughtful Bug Fix 🔧

  • fix(query): unblock failed private task runs by @KKould in #19965

Code Refactor 🎉

Build/Testing/CI Infra Changes 🔌

  • ci: remove bendsave from release and upgrade github actions by @everpcpc in #19964

Full Changelog: v1.2.917-nightly...v1.2.918-nightly

v1.2.917-nightly

04 Jun 08:30
62d3fec

Choose a tag to compare

v1.2.917-nightly Pre-release
Pre-release

What's Changed

Exciting New Features ✨

  • feat(query): virtual column support materialized cte by @b41sh in #19902
  • feat(query): add local admin handlers for tenant-prefixed routes by @everpcpc in #19956

Thoughtful Bug Fix 🔧

Code Refactor 🎉

  • refactor(storage): limit concurrent io operations by @dqhl76 in #19948

Build/Testing/CI Infra Changes 🔌

Others 📒

Full Changelog: v1.2.916-nightly...v1.2.917-nightly

v1.2.916-nightly

02 Jun 11:21
5074971

Choose a tag to compare

v1.2.916-nightly Pre-release
Pre-release

What's Changed

Exciting New Features ✨

Thoughtful Bug Fix 🔧

  • fix(query): bound ANALYZE statistics commit retry by @zhyass in #19942
  • fix(query): use to_hex instead of hex in stream change tracking row ID generation by @zhyass in #19945

Code Refactor 🎉

  • refactor(query): split stage and file format resolution from TableContext by @forsaken628 in #19938
  • refactor(query): centralize interpreter execution hooks by @dqhl76 in #19865

Documentation 📔

Others 📒

Full Changelog: v1.2.915-nightly...v1.2.916-nightly

v1.2.768-patch.1

03 Jun 01:49

Choose a tag to compare

v1.2.768-patch.1 Pre-release
Pre-release

v1.2.915-nightly

01 Jun 00:37
300cf0f

Choose a tag to compare

v1.2.915-nightly Pre-release
Pre-release

What's Changed

Exciting New Features ✨

  • feat(query): improve RECLUSTER FINAL task scheduling by @zhyass in #19914
  • feat(query): support materialized CTE spilling by @SkyFan2002 in #19881
  • feat(binder): improve histogram-based filter and join statistics propagation by @forsaken628 in #19906
  • feat(sql): support nested lambda functions by @bohutang in #19936

Thoughtful Bug Fix 🔧

Others 📒

  • chore(deps): patch parquet to datafuse-extras arrow-rs by @zhang2014 in #19929

Full Changelog: v1.2.914-nightly...v1.2.915-nightly

v1.2.914-nightly

27 May 08:20
bf35068

Choose a tag to compare

v1.2.914-nightly Pre-release
Pre-release

What's Changed

Exciting New Features ✨

Thoughtful Bug Fix 🔧

  • fix(query): resolve ndjson tuple fields by name by @youngsofun in #19916
  • fix(binder): type check UDF and NOT LIKE ESCAPE regressions by @forsaken628 in #19907
  • fix(query): handle regexp_instr position overflow by @KKould in #19910
  • fix(query): include scalar function params in agg index key by @KKould in #19919
  • fix: duplicated "and" in virtual_column_reader.rs comment by @vip892766gma in #19860
  • fix(query): handle sub_bitmap offset beyond cardinality by @KKould in #19894
  • fix(query): centralize conversion safety checks by @KKould in #19845
  • fix(query): improve private task compatibility by @KKould in #19918

Code Refactor 🎉

  • refactor(query): planner cache key remove tenant by @TCeason in #19904
  • refactor(query): materialize srf tuples by return type by @KKould in #19895
  • refactor(sql): Skip redundant Filter [SECURE] when prewhere covers all secure predicates by @TCeason in #19923

Others 📒

  • chore: include runtime name in async task dumps by @dqhl76 in #19911
  • chore(query): dump slow async running graph separately by @dqhl76 in #19926
  • chore(query): expose query hashes in system processes by @dqhl76 in #19927

New Contributors

Full Changelog: v1.2.913-nightly...v1.2.914-nightly

v1.2.913-nightly

25 May 00:29
fd32ed9

Choose a tag to compare

v1.2.913-nightly Pre-release
Pre-release

What's Changed

Exciting New Features ✨

Thoughtful Bug Fix 🔧

Code Refactor 🎉

Documentation 📔

Full Changelog: v1.2.912-nightly...v1.2.913-nightly

v1.2.912-nightly

21 May 06:54
43e5f1e

Choose a tag to compare

v1.2.912-nightly Pre-release
Pre-release

What's Changed

Exciting New Features ✨

  • feat(query): support full outer asof join by @KKould in #19859
  • feat(query): support ISO 8601 interval durations by @KKould in #19877
  • feat(query): support variant array concat by @KKould in #19869
  • feat(functions): add DATE_FROM_PARTS, TIMESTAMP_FROM_PARTS and TIMESTAMP_TZ_FROM_PARTS by @KKould in #19873
  • feat: add block depth to clustering statistics by @zhyass in #19858
  • feat(query): support ASOF JOIN USING by @KKould in #19862
  • feat(query): add admin API for clustering information by @zhyass in #19885
  • feat(query): push Row Access Policy predicates into prewhere for storage-level pruning by @TCeason in #19875
  • refactor(sql): split type checking into CoreExpr modules by @forsaken628 in #19829
  • feat(query): add CONV scalar function by @KKould in #19892

Thoughtful Bug Fix 🔧

  • fix(query): avoid blocking Tokio by refactoring pipeline interface to async pattern by @dqhl76 in #19854
  • fix(storage): avoid higher-level recluster starvation by @zhyass in #19844
  • fix(query): rebuild join key histograms after join by @forsaken628 in #19880
  • fix(query): account for NaN in inverse trig domains by @KKould in #19890
  • fix(query): support non-padded date auto detect by @KKould in #19888
  • fix(query): avoid blocking during statistics sender shutdown by @dqhl76 in #19887
  • fix(storage): retry binary fuse32 with expanded capacity by @SkyFan2002 in #19884
  • fix(query): reject negative factorial inputs by @KKould in #19891
  • fix(cluster): close exchange buffer on send error by @dqhl76 in #19857

Code Refactor 🎉

Others 📒

Full Changelog: v1.2.911-nightly...v1.2.912-nightly

v1.2.911-nightly

18 May 00:34
5685eda

Choose a tag to compare

v1.2.911-nightly Pre-release
Pre-release

What's Changed

Exciting New Features ✨

Thoughtful Bug Fix 🔧

Code Refactor 🎉

Build/Testing/CI Infra Changes 🔌

Documentation 📔

Others 📒

Full Changelog: v1.2.910-nightly...v1.2.911-nightly

v1.2.910-nightly

12 May 11:02
8d4c2a8

Choose a tag to compare

v1.2.910-nightly Pre-release
Pre-release

What's Changed

Exciting New Features ✨

  • feat(storage): use from_slice instead of from_reader for NDJSON parsing by @bohutang in #19843

Thoughtful Bug Fix 🔧

Others 📒

  • chore(storage): Support table-level auto compaction threshold after write by @zhyass in #19842

Full Changelog: v1.2.909-nightly...v1.2.910-nightly