What's Changed
- fix(metric-engine): handle stale metadata region recovery failures by @WenyXu in #6395
- feat: support show triggers by @fengys1996 in #6465
- feat: add column metadata to response extensions by @WenyXu in #6451
- refactor: stores the http server builder in Metasrv instance by @MichaelScofield in #6461
- chore: expose some config by @v0y4g3r in #6479
- refactor: split some convert function into
common-sql
crate by @linyihai in #6452 - chore: refactor register_region method to avoid TOCTOU issues by @fengjiachun in #6468
- fix: stricter win sort condition by @discord9 in #6477
- feat: display extension ranges in "explain" by @MichaelScofield in #6475
- fix: empty statements hang by @killme2008 in #6480
- chore: sort range query return values by @shuiyisong in #6474
- feat: allow float number literal in step by @sunng87 in #6483
- refactor(meta): extract
AlterTableExecutor
fromAlterTableProcedure
by @WenyXu in #6470 - feat: allow alternative version string by @sunng87 in #6472
- refactor(meta): separate validation and execution logic in alter logical tables procedure by @WenyXu in #6478
- fix: skip nan in prom remote write pipeline by @shuiyisong in #6489
- refactor: remove unnecessary args by @MichaelScofield in #6493
- feat: improve install script by @killme2008 in #6490
- fix: greptime timestamp display null by @fengjiachun in #6469
- fix: range query returns range selector error when table not found by @evenyag in #6481
- chore(comments): fix typo and grammar issues by @Copilot in #6496
- feat: override batch sequence by the sequence in FileMeta by @evenyag in #6492
- fix: add tracing dependencies by @sunng87 in #6497
- fix: correctly update partition key indices during alter table operations by @WenyXu in #6494
- chore: remove region id to reduce time series by @paomian in #6506
- chore: skip calc ts in doc 2 with transform by @shuiyisong in #6509
- fix: expand on conditional commutative as well by @waynexia in #6484
- refactor: replace
pipeline::value
withvrl::value
by @shuiyisong in #6430 - chore: add prom store metrics by @paomian in #6508
- fix: add system variable max_execution_time by @codephage2020 in #6511
- refactor(flow): faster time window expr by @discord9 in #6495
- chore: change log level for region not found during lease renewal by @WenyXu in #6513
- refactor: add
row_inserts()
androw_inserts_with_hints()
. by @zyy17 in #6503 - refactor: support to speficy
ttl
inopen_compaction_region()
by @zyy17 in #6515 - refactor: add the
active_frontends()
inPeerLookupService
by @zyy17 in #6504 - feat(pipeline): filter processor by @shuiyisong in #6502
New Contributors
- @Copilot made their first contribution in #6496
Full Changelog: v0.16.0-nightly-20250707...v0.16.0-nightly-20250714