| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| README.md | 2026-01-18 | 2.7 kB | |
| v1.2.870-nightly source code.tar.gz | 2026-01-18 | 8.2 MB | |
| v1.2.870-nightly source code.zip | 2026-01-18 | 12.9 MB | |
| Totals: 3 Items | 21.1 MB | 0 | |
What's Changed
Exciting New Features ✨
- feat: table branch support insert by @zhyass in https://github.com/databendlabs/databend/pull/19225
- feat: adjust columns of
system.stagesandshow stagesby @youngsofun in https://github.com/databendlabs/databend/pull/19257
Thoughtful Bug Fix 🔧
- fix: out of bound on recursive cte & coercion_types left right not match on recursive scan by @KKould in https://github.com/databendlabs/databend/pull/19212
- fix: send responses only after state machine commit by @drmingdrmer in https://github.com/databendlabs/databend/pull/19286
Code Refactor 🎉
- refactor(meta): decouple meta crates and improve stream error handling by @drmingdrmer in https://github.com/databendlabs/databend/pull/19263
- refactor: simplify location capture in location_future by @drmingdrmer in https://github.com/databendlabs/databend/pull/19267
- refactor: move Pool from common-base to meta-client by @drmingdrmer in https://github.com/databendlabs/databend/pull/19273
- refactor: remove implicit
From<MetaError> for ErrorCodetrait by @drmingdrmer in https://github.com/databendlabs/databend/pull/19275 - refactor: simplify
Poolstruct and retry loop by @drmingdrmer in https://github.com/databendlabs/databend/pull/19276 - refactor: replace
BuildInfoRefwithsemver::Versionin meta-client by @drmingdrmer in https://github.com/databendlabs/databend/pull/19277 - refactor: simplify KVAppError handling with into_nested() by @drmingdrmer in https://github.com/databendlabs/databend/pull/19280
- refactor: replace local
uniq_idanddrop_callbackwithdatabend-baseby @drmingdrmer in https://github.com/databendlabs/databend/pull/19279 - refactor: replace
BuildInfoRefwithsemver::VersioninRpcClientConfby @drmingdrmer in https://github.com/databendlabs/databend/pull/19281 - refactor: simplify Runtime by extracting common spawn and builder logic by @drmingdrmer in https://github.com/databendlabs/databend/pull/19282
- refactor: use
anyhow::Resultfor test function return types by @drmingdrmer in https://github.com/databendlabs/databend/pull/19283 - refactor: simplify control flow in Runtime methods by @drmingdrmer in https://github.com/databendlabs/databend/pull/19285
Others 📒
- chore: update version for kv_list and kv_get_many features by @drmingdrmer in https://github.com/databendlabs/databend/pull/19270
- chore: remove sqllogicttest warnings by @KKould in https://github.com/databendlabs/databend/pull/19256
Full Changelog: https://github.com/databendlabs/databend/compare/v1.2.869-nightly...v1.2.870-nightly