Skip to content

Releases: databendlabs/databend

v1.2.749-nightly

03 Jun 07:51
cb699d6

Choose a tag to compare

v1.2.749-nightly Pre-release
Pre-release

What's Changed

Exciting New Features ✨

Thoughtful Bug Fix 🔧

Full Changelog: v1.2.748-nightly...v1.2.749-nightly

v1.2.748-nightly

03 Jun 04:45
1ed0ae8

Choose a tag to compare

v1.2.748-nightly Pre-release
Pre-release

What's Changed

Exciting New Features ✨

  • feat(query): support the new syntax "report issue" for quickly generating error details. by @zhang2014 in #18039

Others 📒

  • chore(base): avoid deep clone for tracker by @zhang2014 in #18047
  • chore(query): remove single quotes from the SQL for the report issue syntax by @zhang2014 in #18048

Full Changelog: v1.2.747-nightly...v1.2.748-nightly

v1.2.747-nightly

01 Jun 22:56
aeefb70

Choose a tag to compare

v1.2.747-nightly Pre-release
Pre-release

What's Changed

Thoughtful Bug Fix 🔧

  • fix: when the WithIn Function arguments all are not Nullable, OrderBy fails by @KKould in #18041
  • fix: explain analyze missing partition information by @dqhl76 in #18040
  • fix(query): remove trailing spaces from test file names to enable windows cloning by @bikbov in #18046

Code Refactor 🎉

  • refactor: Optimize PostgreSQL to strftime Format by @TCeason in #18042
  • refactor: refine system history tables and add login table by @dqhl76 in #17937

Others 📒

New Contributors

Full Changelog: v1.2.746-nightly...v1.2.747-nightly

v1.2.746-nightly

30 May 09:06
4382b95

Choose a tag to compare

What's Changed

Exciting New Features ✨

  • feat: enhancing concurrent conflict resolution capability for multi-statement transactions by @SkyFan2002 in #17984
  • feat: support load/select parquet files into a single variant column. by @youngsofun in #18028

Thoughtful Bug Fix 🔧

Others 📒

  • chore(deps): bump org.apache.spark:spark-core_2.13 from 3.3.2 to 3.3.3 in /tests/sqllogictests/scripts/iceberg-driver by @dependabot in #18035

Full Changelog: v1.2.745-nightly...v1.2.746-nightly

v1.2.745-nightly

29 May 09:02
af7ac4c

Choose a tag to compare

v1.2.745-nightly Pre-release
Pre-release

What's Changed

Exciting New Features ✨

  • feat: Iceberg Table supports equality delete of merge on read when reading by @KKould in #18015
  • feat(query): enhance datetime functions by @TCeason in #18027

Full Changelog: v1.2.744-nightly...v1.2.745-nightly

v1.2.744-nightly

28 May 15:00
a010d96

Choose a tag to compare

v1.2.744-nightly Pre-release
Pre-release

What's Changed

Exciting New Features ✨

  • feat(query): Support as_decimal function for variant type by @b41sh in #17996
  • feat(query): add decode and to_char(timestamp, format) function by @sundy-li in #18008
  • feat: streaming load support parquet. by @youngsofun in #18017
  • chore(query): last_day support default interval type by @TCeason in #18022

Thoughtful Bug Fix 🔧

Code Refactor 🎉

  • refactor(meta-semaphore): release meta semapore immediately after permit is dropped by @dqhl76 in #17999
  • refactor(meta): sleep a second before removing dir when cleaning up sled during upgrade by @drmingdrmer in #18018
  • refactor: bendsave should be able to output its built version by @drmingdrmer in #18020

Others 📒

  • chore(query): generate cte tmp tbl should in current_catalog by @TCeason in #17989
  • chore(query): check release binding python without attestations by @sundy-li in #17981
  • chore(query): system.tables add table_options, is_external and storage_params filed by @TCeason in #18016
  • chore(meta-test): fix inaccurate expire time in test by @drmingdrmer in #18025

Full Changelog: v1.2.743-nightly...v1.2.744-nightly

v1.2.743-nightly

25 May 22:55
946c718

Choose a tag to compare

v1.2.743-nightly Pre-release
Pre-release

What's Changed

Exciting New Features ✨

  • feat(meta-client): enable cache for listing ownership by @drmingdrmer in #17974
  • feat(query): Support show grants of role <role_name> by @TCeason in #17977
  • feat(query): Support auto Number-to-Boolean casting and improved Number-String comparison by @b41sh in #17954
  • feat: add cast from variant to binary/interval/decimal. by @youngsofun in #17978
  • feat: add time series statistics profile by @dqhl76 in #17809
  • feat: Iceberg Table supports delete positions of merge on read when reading by @KKould in #17982
  • feat(query): enable workload groups for resource control over the http handler by @zhang2014 in #17994

Thoughtful Bug Fix 🔧

Code Refactor 🎉

  • refactor: move transaction commit relevant code to interpreter by @SkyFan2002 in #17976
  • refactor: Harmonizing decimal128 and decimal256 into the same type by @forsaken628 in #17894

Others 📒

Full Changelog: v1.2.742-nightly...v1.2.743-nightly

v1.2.742-nightly

21 May 14:23
28bd623

Choose a tag to compare

v1.2.742-nightly Pre-release
Pre-release

What's Changed

Exciting New Features ✨

  • feat(query): support show sequences and desc sequence by @TCeason in #17968

Code Refactor 🎉

  • refactor(metactl): when restore without --initial-cluster, add default single node cluster config by @drmingdrmer in #17969

Others 📒

Full Changelog: v1.2.741-nightly...v1.2.742-nightly

v1.2.741-nightly

21 May 02:54
dac44a5

Choose a tag to compare

v1.2.741-nightly Pre-release
Pre-release

What's Changed

Thoughtful Bug Fix 🔧

  • fix(query): use local time for query log by @everpcpc in #17963
  • fix(binder): fix external location table list check end with delimiter '/' by @BohuTANG in #17890

Others 📒

  • chore: enable Lz4Raw for parquet reading compatibility by @dantengsky in #17959
  • chore(query): add encoding/decoding size in task client by @sundy-li in #17965

Full Changelog: v1.2.740-nightly...v1.2.741-nightly

v1.2.740-nightly

20 May 02:09
2d9e579

Choose a tag to compare

v1.2.740-nightly Pre-release
Pre-release

What's Changed

Exciting New Features ✨

  • feat(query): Independent system/information_schema database in different catalogs by @TCeason in #17863
  • feat: support select from AVRO files. by @youngsofun in #17953

Thoughtful Bug Fix 🔧

Code Refactor 🎉

  • refactor(query): Refactor and optimize virtual column refresh by @b41sh in #17950
  • refactor: columns support display other catalog column info by @TCeason in #17960

Others 📒

Full Changelog: v1.2.739-nightly...v1.2.740-nightly