v0.17.1
· 阅读需 2 分钟
Release date: September 17, 2025
If you are using v0.17.0, we recommend upgrading to v0.17.1.
v0.17.1 improves overall reliability and includes important bug fixes, addressing critical issues such as SST metadata truncation that could lead to process panics, deadlocks during OpenTelemetry ingestion, and correcting SubqueryAlias pushdown to resolve subquery alias performance issues.
🚀 Features
- feat: skip compaction on large file on append only mode by @waynexia in #6838
- feat(query): better alias tracker by @discord9 in #6909
- feat: update dashboard to v0.11.4 by @ZonaHex in #6956
- feat: add postgres tls support for CLI by @WenyXu in #6941
- feat: support
SubqueryAlias
pushdown by @discord9 in #6963
🐛 Bug Fixes
- fix: fix deploy greptimedb in sqlness-test by @daviderli614 in #6894
- fix: wrap tql cte in a subquery alias by @waynexia in #6910
- fix: handle hash distribution properly by @waynexia in #6943
- fix(path): fix program lookup failure on Windows CI by @cscnk52 in #6946
- fix: unstable query sort results by @killme2008 in #6944
- fix: count(1) instead of count(ts) when >1 inputs by @discord9 in #6952
- fix: use
pull_request_target
to fix add labels 403 error by @zyy17 in #6958 - fix: correct jemalloc metrics by @fengys1996 in #6959
- fix: shorten lock time by @shuiyisong in #6968
- fix: deadlock in dashmap by @shuiyisong in #6978
- fix: clean intm ignore notfound by @zhongzc in #6971
- fix: avoid truncating SST statistics during flush by @v0y4g3r in #6977
- fix: OTel metrics naming with Prometheus style by @shuiyisong in #6982
🧪 Testing
- test: adds approx_percentile_cont to range query test by @killme2008 in #6903
- test: migrate duckdb tests, part 1 by @killme2008 in #6870
- test: migrate join tests from duckdb, part3 by @killme2008 in #6881
⚙️ Miscellaneous Tasks
New Contributors
All Contributors
We would like to thank the following contributors from the GreptimeDB community:
@WenyXu, @ZonaHex, @cscnk52, @daviderli614, @discord9, @evenyag, @fengys1996, @killme2008, @shuiyisong, @v0y4g3r, @waynexia, @zhongzc, @zyy17