Skip to main content

v1.0.0-beta.4

Β· 4 min read

Release date: December 29, 2025

πŸ‘ Highlights​

This version applies database-level compaction options to existing tables that don't have table-level compaction options. Now users don't have to set compaction options manually for each table if they want to adjust them.

There are also some important bug fixes:

  • Panic when sorting on the time index column.
  • The experimental flat format may create incorrect index files.

It's recommended to upgrade to this version.

Breaking changes​

πŸš€ Features​

πŸ› Bug Fixes​

  • fix: using anonymous s3 access when ak and sk is not provided by @shuiyisong in #7425
  • fix: flat format use correct encoding in indexer for tags by @evenyag in #7440
  • fix: close issue #7457 guard against empty buffer by @yihong0618 in #7458
  • fix: part sort share same topk dyn filter&early stop use dyn filter by @discord9 in #7460
  • fix(mito2): pass partition expr explicitly to flush task for region by @WenyXu in #7461
  • fix(compaction): unify behavior of database compaction options with TTL by @AntiTopQuark in #7402
  • fix: RemovedFiles deser compatibility by @discord9 in #7475
  • fix: typo in AI-assisted contributions policy by @MichaelScofield in #7472
  • fix: more wait time for sqlness start and better message by @yihong0618 in #7485

🚜 Refactor​

  • refactor(cli): unify storage configuration for export command by @McKnight22 in #7280
  • refactor: explicitly define json struct to ingest jsonbench data by @MichaelScofield in #7462
  • refactor: cache server memory limiter for other components by @sunng87 in #7470
  • refactor(mito2): reorganize manifest storage into modular components by @WenyXu in #7483
  • refactor(mito2): make MemtableStats fields public by @v0y4g3r in #7488

πŸ“š Documentation​

πŸ§ͺ Testing​

βš™οΈ Miscellaneous Tasks​

New Contributors​

All Contributors​

We would like to thank the following contributors from the GreptimeDB community:

@AntiTopQuark, @McKnight22, @MichaelScofield, @WenyXu, @ZonaHex, @discord9, @evenyag, @fengjiachun, @fengys1996, @frostming, @killme2008, @lyang24, @shuiyisong, @sunng87, @v0y4g3r, @waynexia, @yihong0618