We recommend all users currently using version v0.4 to upgrade to v0.4.2 or above, as there is a serious bug in the query filter pushdown for memtable.
What's Changed
Highlights
- The steps of building an Android binary and the release of Windows artifacts
- Allow nest range expr in Range Query, it's really a useful feature #2557
- The implementation of greptime cli export.
- There have also been significant fixes including the correction to the readme document link, the removal of unused options, and the addition of 'build-android-artifacts'.
- Other changes include refinements to the releasing process of dev-builder images and the separation of the job of building these images.
Features
- Add the steps of building android binary by @zyy17 in #2567
- Add new action 'release-cn-artifacts' by @zyy17 in #2554
- Add more options for releasing dev-builder images by @zyy17 in #2573
- Release Windows artifacts by @MichaelScofield in #2574
- Change config name from kv_store to metadata_store by @waynexia in #2585
- Implement greptime cli export by @waynexia in #2535
- Add walconfig dir back by @shoothzj in #2606
- Allow nest range expr in Range Query by @Taylor-lagrange in #2557
Fixes
- Fix to readme document link by @daviderli614 in #2566
- Remove unused options and add 'build-android-artifacts' by @zyy17 in #2572
- Cache capacity unit in sample config by @killme2008 in #2575
- Fix skopeo running errors by @zyy17 in #2581
- Ensure data_home directory created by @killme2008 in #2588
- Convert to ReadableSize & Durations by @masonyc in #2594
- Make nyc-taxi bench work again by @evenyag in #2599
- Fix auth in standalone mode by @shuiyisong in #2591
- Align frontend cmd name to rpc_* by @masonyc in #2609
Others
- Separate the job of building dev-builder images by @zyy17 in #2569
- Refine the process of releasing dev-builder images by @zyy17 in #2580
- Run windows tests every night instead of every commit by @sunng87 in #2577
- Downgrade builder version: ubuntu 22.04 -> ubuntu 20.04 for compatibility with older version glibc(>=2.31) by @zyy17 in #2592
- Pin linux runner to ubuntu-20.04 by @waynexia in #2586
- Update 0.4.0 tsbs result by @waynexia in #2597
- Refine release-cn-artifacts action by @zyy17 in #2600
- Correct image name of dev build by @zyy17 in #2603
- Deregister cli attach command by @waynexia in #2589
- Add export data to migrate tool by @shuiyisong in #2610
- Release new version '0.4.0' -> '0.4.1' by @zyy17 in #2611
- Stop the procedure manager if a new leader is elected by @WenyXu in #2576
- Make ReadableSize more readable by @QuenKar in #2614
- Change telemetry report URL to resolve connectivity issues by @paomian in #2608
- Change test_remove_outdated_meta_task sleep time to 40ms by @WenyXu in #2620
New Contributors
Full Changelog: v0.4.0...v0.4.1