Skip to content

Releases: databendlabs/databend

v1.2.659-nightly

15 Nov 16:08
f9a004d
Compare
Choose a tag to compare
v1.2.659-nightly Pre-release
Pre-release

What's Changed

Exciting New Features ✨

Thoughtful Bug Fix 🔧

  • fix: token and cookie session id miss match. by @youngsofun in #16786
  • fix: clustering_information panic if string domain is none by @zhyass in #16792
  • fix(query): fix broken file log layout by @zhang2014 in #16803
  • fix: re-ensure dir before upgrading by @drmingdrmer in #16805
  • fix: purge may not work on tables after a flash back operation by @SkyFan2002 in #16812
  • fix(storage): recluster endless loop by @zhyass in #16831
  • fix: incorrect table data disk cache key by @dantengsky in #16837
  • fix(query): fix group by with alias column can't bind the column by @b41sh in #16804
  • fix(cluster): fix the possibility of connection leak when the cluster state is broken. by @zhang2014 in #16842
  • fix(query): fix aggregator_groups_builder to work with string view by @sundy-li in #16843
  • fix(query): check storage request method with arg list-type by @everpcpc in #16849
  • fix: replace risky dma_buffer_as_vec implementations by @forsaken628 in #16829
  • fix(query): fix and check total_buffer_len and total_bytes_len by @sundy-li in #16854

Code Refactor 🎉

  • refactor(base): add stacktrace to replace backtrace by @zhang2014 in #16643
  • refactor: when upgrading, do not import already purged garbage log entries by @drmingdrmer in #16809
  • refactor: align metrics field names with current behavior by @drmingdrmer in #16826
  • refactor(base): support stacktrace in cluster mode by @zhang2014 in #16821
  • refactor: refactor cte binder and fix materialized cte used in subquery by @xudong963 in #16785

Build/Testing/CI Infra Changes 🔌

  • ci: Enable incremental back to see how it works by @Xuanwo in #16817

Documentation 📔

Others 📒

Full Changelog: v1.2.654-nightly...v1.2.659-nightly

v1.2.654-nightly

07 Nov 02:38
bb56f16
Compare
Choose a tag to compare
v1.2.654-nightly Pre-release
Pre-release

What's Changed

Exciting New Features ✨

Thoughtful Bug Fix 🔧

Code Refactor 🎉

  • refactor: change blocking pruning process to non-blocking channel by @dqhl76 in #16718
  • refactor: ensure last-purged log-id cursor in exported from databend-meta service by @drmingdrmer in #16759
  • refactor: Consolidate MetaStorageError variants by @drmingdrmer in #16760
  • refactor(storage): refactor read virtual columns by @b41sh in #16758
  • refactor: remove location_prefix, which is no longer supported by @dantengsky in #16757

Others 📒

New Contributors

Full Changelog: v1.2.653-nightly...v1.2.654-nightly

v1.2.653-nightly

03 Nov 22:54
694bf74
Compare
Choose a tag to compare
v1.2.653-nightly Pre-release
Pre-release

What's Changed

Exciting New Features ✨

  • feat: HTTP handler use cookie to pass session id to and from clients. by @youngsofun in #16735
  • feat: impl opendal::HttpFetch for StorageHttpClient by @everpcpc in #16738

Thoughtful Bug Fix 🔧

Code Refactor 🎉

  • refactor: Enforce all deps must be declared at root by @Xuanwo in #16741
  • refactor: Remove not used async-std by @Xuanwo in #16745

Others 📒

Full Changelog: v1.2.652-nightly...v1.2.653-nightly

v1.2.652-nightly

31 Oct 00:43
0dbf170
Compare
Choose a tag to compare
v1.2.652-nightly Pre-release
Pre-release

What's Changed

Exciting New Features ✨

Thoughtful Bug Fix 🔧

Code Refactor 🎉

  • refactor: streamline system.temp_files table scan by @dantengsky in #16659
  • refactor: Align versions for arrow, opendal, hyper, tonic, prost by @Xuanwo in #16704
  • refactor: refine column statistic map serialization by @dantengsky in #16728
  • refactor: MetaGrpcClient needs to specify timeout to auto-reconnect to restarted server by @drmingdrmer in #16733
  • refactor: replace direct GitHub dependencies with published crates.io versions by @drmingdrmer in #16700

Others 📒

New Contributors

Full Changelog: v1.2.651-nightly...v1.2.652-nightly

v1.2.651-nightly

27 Oct 22:56
4f79166
Compare
Choose a tag to compare
v1.2.651-nightly Pre-release
Pre-release

What's Changed

Exciting New Features ✨

Thoughtful Bug Fix 🔧

Code Refactor 🎉

Full Changelog: v1.2.650-nightly...v1.2.651-nightly

v1.2.650-nightly

25 Oct 08:18
2059d71
Compare
Choose a tag to compare
v1.2.650-nightly Pre-release
Pre-release

What's Changed

Exciting New Features ✨

Thoughtful Bug Fix 🔧

Others 📒

  • chore: upon startup, meta-service output human-readable error if trying to open future version on-disk data by @drmingdrmer in #16679
  • chore(query): modify rbac test result display by @TCeason in #16686
  • chore: adjust default value of setting max_storage_io_requests by @SkyFan2002 in #16680
  • chore(query): returns nan for aggregate_kurtosis and aggregate_skewness by @sundy-li in #16688

New Contributors

Full Changelog: v1.2.649-nightly...v1.2.650-nightly

v1.2.649-nightly

24 Oct 05:46
9a56324
Compare
Choose a tag to compare
v1.2.649-nightly Pre-release
Pre-release

What's Changed

Exciting New Features ✨

  • feat: add deterministic block level sampling for small datasets by @xudong963 in #16670

Thoughtful Bug Fix 🔧

  • fix(query): create table need fail if storage format is invalid by @TCeason in #16663
  • fix(query): forbid explain explain statement by @TCeason in #16654
  • fix(storage): fix refresh virtual column using async api by @b41sh in #16656
  • fix(query): insert with long sql parse error by @sundy-li in #16678

Code Refactor 🎉

  • refactor(query): use arrow-flight to exchange datas by @sundy-li in #16657

Others 📒

Full Changelog: v1.2.648-nightly...v1.2.649-nightly

v1.2.648-nightly

23 Oct 04:56
3d19b30
Compare
Choose a tag to compare
v1.2.648-nightly Pre-release
Pre-release

What's Changed

Thoughtful Bug Fix 🔧

Code Refactor 🎉

  • refactor: delete user_procedure and refactor procedure interpreter by @TCeason in #16532

Others 📒

Full Changelog: v1.2.647-nightly...v1.2.648-nightly

v1.2.647-nightly

20 Oct 22:40
b1538fa
Compare
Choose a tag to compare
v1.2.647-nightly Pre-release
Pre-release

What's Changed

Exciting New Features ✨

  • feat: support sampling table with block and row level simultaneously by @xudong963 in #16613
  • feat: add unload options overwrite, include_query_id and use_raw_path. by @youngsofun in #16614
  • feat(function): Add mode Aggregate function. by @Freejww in #16627
  • feat(query): Support use parquet format when spilling by @forsaken628 in #16612
  • feat(query): support json_object_insert function by @b41sh in #16636
  • feat: http handler support request forwarding. by @youngsofun in #16637
  • feat: Implemented a new sql explain analyze graphical by @Maricaya in #16543

Thoughtful Bug Fix 🔧

Code Refactor 🎉

  • refactor: Unify the set and unset structures by @TCeason in #16622
  • refactor(query): make delta table support partition prunning by @sundy-li in #16621
  • refactor(storage): inverted index support calculate the score by @b41sh in #16609
  • refactor: some http APIs do not need sticky. by @youngsofun in #16644

Others 📒

New Contributors

Full Changelog: v1.2.646-nightly...v1.2.647-nightly

v1.2.646-nightly

16 Oct 03:54
86cd608
Compare
Choose a tag to compare
v1.2.646-nightly Pre-release
Pre-release

What's Changed

Exciting New Features ✨

Thoughtful Bug Fix 🔧

Code Refactor 🎉

  • refactor: isolate session_id and session states of diff users. by @youngsofun in #16592

Others 📒

Full Changelog: v1.2.645-nightly...v1.2.646-nightly