v1.2.795-nightly
Pre-release
Pre-release
What's Changed
Exciting New Features ✨
- feat(query): add user agent and metrics for jwks request by @everpcpc in #18535
- feat: support the
to_binarywith format by @KKould in #18525 - feat(scripts): add databend-meta log collection tool by @drmingdrmer in #18539
Thoughtful Bug Fix 🔧
- fix(query): panic if explaining complex joins by @dqhl76 in #18538
- fix(meta-service): eliminate 250ms lock delay during snapshot compaction by @drmingdrmer in #18542
Code Refactor 🎉
- refactor(meta): add state machine lock guards with debugging by @drmingdrmer in #18534
- refactor(meta-service): optimize state machine block loading with early cache checks by @drmingdrmer in #18541
- refactor(catalog): add ErrorCodeResultExt trait for cleaner error handling by @drmingdrmer in #18545
- refactor(query): migrate physical plan from enum to trait-based architecture by @zhang2014 in #18268
- refactor(query): merge memory、null、random、result_cache、view into storage_basic by @zhang2014 in #18547
Others 📒
- chore: added the
enable_binary_to_utf8_lossyoption for inserting lossy utf8 data by @KKould in #18532
Full Changelog: v1.2.794-nightly...v1.2.795-nightly