Skip to content

v1.2.659-nightly

Pre-release
Pre-release
Compare
Choose a tag to compare
@everpcpc everpcpc released this 15 Nov 16:08
f9a004d

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