diff --git a/docs/.vitepress/config/en.ts b/docs/.vitepress/config/en.ts index 8a2b887d7..43d8b53d9 100644 --- a/docs/.vitepress/config/en.ts +++ b/docs/.vitepress/config/en.ts @@ -74,6 +74,10 @@ export const enConfig = async () => ({ key: 'Changelog', icon: 'changelog', }, + { + key: 'Release Notes', + icon: 'changelog', + }, { key: 'FAQ and Others', icon: 'FAQandOthers', diff --git a/docs/public/version-plan1.png b/docs/public/version-plan1.png new file mode 100644 index 000000000..0ce2a21e3 Binary files /dev/null and b/docs/public/version-plan1.png differ diff --git a/docs/v0.7/en/changelog/biweekly-reports/latest-biweekly-report.md b/docs/v0.7/en/changelog/biweekly-reports/latest-biweekly-report.md deleted file mode 100644 index 546ec96dc..000000000 --- a/docs/v0.7/en/changelog/biweekly-reports/latest-biweekly-report.md +++ /dev/null @@ -1,53 +0,0 @@ -# Biweekly Report - Lazy Load of Vector Builder Leads to a 90% Drop in Memory Usage -January 24, 2024 -## Summary -Together with our global community of contributors, GreptimeDB continues to evolve and flourish as a growing open-source project. We are grateful to each and every one of you. - -In the past two weeks, we have made steady progress. Below are some highlights: - -- Continuous Performance Enhancements: - - Memory usage reduced by up to 90% in scenarios with high null values. - - Optimize the filter for reading Parquet files, gaining up to 50% faster TSBS test time. -- Expanding fuzz testing in GreptimeDB to encompass a wider array of scenarios. -- Officially launching Inverted Index, set to boost future read performance of GreptimeDB. -- Further developed support for SQL and PromQL features. - -## Contributors -For the past two weeks, our community has been super active with a total of 77 PRs merged. 6 PRs from 3 individual contributors have been successfully merged, with many more pending merger. - -Congrats on becoming our most active contributors in the past 2 weeks: - -- @[etolbakov](https://github.com/etolbakov) ([db#3147](https://github.com/GreptimeTeam/greptimedb/pull/3147)) - -- @[lyang24](https://github.com/lyang24) ([db#3076](https://github.com/GreptimeTeam/greptimedb/pull/3076)) - -- @[tisonkun](https://github.com/tisonkun) ([db#3168](https://github.com/GreptimeTeam/greptimedb/pull/3168) [db#3169](https://github.com/GreptimeTeam/greptimedb/pull/3169) [db#3118](https://github.com/GreptimeTeam/greptimedb/pull/3118) [db#3062](https://github.com/GreptimeTeam/greptimedb/pull/3062)) - -👏 Welcome contributor @[etolbakov](https://github.com/etolbakov) @[lyang24](https://github.com/lyang24) back to the community! - -A big THANK YOU to all our members and contributors! It is people like you who are making GreptimeDB a great product. Let's build an even greater community together. - -## Highlights of Recent PR -### [#3210](https://github.com/GreptimeTeam/greptimedb/pull/3210) Lazy load to delay initialization of Vector Builder time -In scenarios with numerous null values, this optimization can slash GreptimeDB's memory consumption by about 90%, significantly enhancing its space efficiency. - -### [#3182](https://github.com/GreptimeTeam/greptimedb/pull/3182) Introduced random generators for create table and alter table SQL in fuzz testing -Fuzz testing aids in early bug detection in GreptimeDB. - -### [#3178](https://github.com/GreptimeTeam/greptimedb/pull/3178) More precise filtering when reading Parquet files -Optimized performance for reading Parquet files, cutting down time costs by up to 50% in TSBS tests. - -### [#3164](https://github.com/GreptimeTeam/greptimedb/pull/3164) Support for `COPY DATABASE FROM` statement -Facilitates full database export and import, complementing the `COPY DATABASE TO` functionality. - -### [#3158](https://github.com/GreptimeTeam/greptimedb/pull/3158) Official launch of the Inverted Index feature -Inverted indexes can significantly improve query efficiency. For more information about GreptimeDB's Inverted Index, please refer to the RFC: -https://github.com/GreptimeTeam/greptimedb/blob/develop/docs/rfcs/2023-11-03-inverted-index.md - -## Good First Issue -[#3212](https://github.com/GreptimeTeam/greptimedb/issues/3212) Fix a minor bug in `join_path` for more elegant code - -[#3044](https://github.com/GreptimeTeam/greptimedb/issues/3044) -Add tests for `MetaPeerClientRef` to enhance GreptimeDB's stability - -[#2931](https://github.com/GreptimeTeam/greptimedb/issues/2931) Enhance GreptimeDB's self-observability with `information_schema`, welcome contributions to improve it \ No newline at end of file diff --git a/docs/v0.7/en/changelog/biweekly-reports/overview.md b/docs/v0.7/en/changelog/biweekly-reports/overview.md deleted file mode 100644 index f480bb2e5..000000000 --- a/docs/v0.7/en/changelog/biweekly-reports/overview.md +++ /dev/null @@ -1,5 +0,0 @@ -# Overview - -*Biweekly Reports* is a series of quick reports that update our progress regularly. We hope, in this way, members and friends could understand what the project is doing and how they would participate in the GreptimeDB community. - -Here we collect our current and previous biweekly reports and you can see the latest report [here.](./latest-biweekly-report.md) diff --git a/docs/v0.7/en/changelog/overview.md b/docs/v0.7/en/changelog/overview.md deleted file mode 100644 index d861d0542..000000000 --- a/docs/v0.7/en/changelog/overview.md +++ /dev/null @@ -1,3 +0,0 @@ -# Overview - -In this section, we present our [latest roadmap](https://greptime.com/blogs/2024-02-29-greptimedb-2024-roadmap) and biweekly reports. diff --git a/docs/v0.7/en/index.md b/docs/v0.7/en/index.md index 8d7fc0d37..6e0b316d4 100644 --- a/docs/v0.7/en/index.md +++ b/docs/v0.7/en/index.md @@ -28,12 +28,14 @@ Before getting started, please read the following documents that include instruc - [User Guide][2]: For application developers to use GreptimeDB or build custom integration. - [GreptimeCloud][6]: For users of GreptimeCloud to get started. - [Contributor Guide][3]: For contributor interested in learning more about the technical details and enhancing GreptimeDB as a contributor. -- [Changelog][4]: Presents the latest GreptimeDB roadmap and biweekly reports. +- [Roadmap][7]: The latest GreptimeDB roadmap. +- [Release Notes][4]: Presents all the historical version release notes. - [FAQ][5]: Presents the most frequently asked questions. [1]: ./getting-started/overview.md [2]: ./user-guide/overview.md [3]: ./contributor-guide/overview.md -[4]: ./changelog/overview.md +[4]: ./release-notes/all-releases.md [5]: ./faq-and-others/faq.md [6]: ./greptimecloud/overview.md +[7]: https://www.greptime.com/blogs/2024-02-29-greptimedb-2024-roadmap diff --git a/docs/v0.7/en/release-notes/all-releases.md b/docs/v0.7/en/release-notes/all-releases.md new file mode 100644 index 000000000..d4fde6d1b --- /dev/null +++ b/docs/v0.7/en/release-notes/all-releases.md @@ -0,0 +1,5 @@ +# All releases + +## 0.7 + +* [0.7.0](release-0-7-0.md): 2024-03-12 diff --git a/docs/v0.7/en/release-notes/release-0-7-0.md b/docs/v0.7/en/release-notes/release-0-7-0.md new file mode 100644 index 000000000..b97796fc8 --- /dev/null +++ b/docs/v0.7/en/release-notes/release-0-7-0.md @@ -0,0 +1,151 @@ +# v0.7.0 + +Release date: March 12, 2024 + +This is a feature release, read [the release blog](https://www.greptime.com/blogs/2024-03-07-greptimedb-v0.7) to learn more detail about the feature and performance updates. + +v0.7 represents a crucial leap toward achieving production readiness; it implements production-ready features for cloud-native monitoring scenarios. + +**Highlights** + +* Metric Engine: handles a large number of small tables, making it particularly suitable for cloud-native monitoring. +* Region Migration: enhances the user experience and simplifies region migrations with straightforward SQL commands. +* Inverted Index: dramatically improves the efficiency of locating data segments relevant to user queries, significantly reducing the IO operations needed for scanning data files and thus accelerating the query process. + +## Breaking changes + +* Switch prom remote write to metric engine by [@waynexia](https://github.com/waynexia) in [#3198](https://github.com/GreptimeTeam/greptimedb/pull/3198) +* Rename `initialize_region_in_background` to `init_regions_in_background` by [@WenyXu](https://github.com/WenyXu) in [#3216](https://github.com/GreptimeTeam/greptimedb/pull/3216) +* New partition grammar in SQL parser by [@waynexia](https://github.com/waynexia) in [#3347](https://github.com/GreptimeTeam/greptimedb/pull/3347) + +## Bug fixes + +* fix: change back `GREPTIME_DB_HEADER_NAME` header key name by [@shuiyisong](https://github.com/shuiyisong) in [#3184](https://github.com/GreptimeTeam/greptimedb/pull/3184) +* fix(index): S3 `EntityTooSmall` error by [@zhongzc](https://github.com/zhongzc) in [#3192](https://github.com/GreptimeTeam/greptimedb/pull/3192) +* fix: remove __name__ matcher from processed matcher list by [@waynexia](https://github.com/waynexia) in [#3213](https://github.com/GreptimeTeam/greptimedb/pull/3213) +* fix: fix default value cannot accept negative number by [@WenyXu](https://github.com/WenyXu) in [#3217](https://github.com/GreptimeTeam/greptimedb/pull/3217) +* fix: only register region keeper while creating physical table by [@WenyXu](https://github.com/WenyXu) in [#3223](https://github.com/GreptimeTeam/greptimedb/pull/3223) +* fix: fix MockInstance rebuild issue by [@WenyXu](https://github.com/WenyXu) in [#3218](https://github.com/GreptimeTeam/greptimedb/pull/3218) +* fix: security update for shlex and h2 by [@sunng87](https://github.com/sunng87) in [#3227](https://github.com/GreptimeTeam/greptimedb/pull/3227) +* fix: fix create table ddl return incorrect table id by [@WenyXu](https://github.com/WenyXu) in [#3232](https://github.com/GreptimeTeam/greptimedb/pull/3232) +* fix: init parquet reader metrics twice by [@evenyag](https://github.com/evenyag) in [#3242](https://github.com/GreptimeTeam/greptimedb/pull/3242) +* fix: IntermediateWriter closes underlying writer twice by [@waynexia](https://github.com/waynexia) in [#3248](https://github.com/GreptimeTeam/greptimedb/pull/3248) +* fix: decouple columns in projection and prune by [@waynexia](https://github.com/waynexia) in [#3253](https://github.com/GreptimeTeam/greptimedb/pull/3253) +* fix(Copy From): fix incorrect type casts by [@WenyXu](https://github.com/WenyXu) in [#3264](https://github.com/GreptimeTeam/greptimedb/pull/3264) +* fix: SQL insertion and column default constraint aware of timezone by [@killme2008](https://github.com/killme2008) in [#3266](https://github.com/GreptimeTeam/greptimedb/pull/3266) +* fix: cli export database default value by [@tisonkun](https://github.com/tisonkun) in [#3259](https://github.com/GreptimeTeam/greptimedb/pull/3259) +* fix: use `fe_opts` after `setup_frontend_plugins` in standalone by [@shuiyisong](https://github.com/shuiyisong) in [#3275](https://github.com/GreptimeTeam/greptimedb/pull/3275) +* fix: fix incorrect StatusCode parsing by [@WenyXu](https://github.com/WenyXu) in [#3281](https://github.com/GreptimeTeam/greptimedb/pull/3281) +* fix(util): join_path function should not trim leading `/` by [@dalprahcd](https://github.com/dalprahcd) in [#3280](https://github.com/GreptimeTeam/greptimedb/pull/3280) +* fix: correct the case sensitivity behavior for PromQL by [@waynexia](https://github.com/waynexia) in [#3296](https://github.com/GreptimeTeam/greptimedb/pull/3296) +* fix: $TARGET_BIN not found when docker run the image by [@daviderli614](https://github.com/daviderli614) in [#3297](https://github.com/GreptimeTeam/greptimedb/pull/3297) +* fix(index): sanitize S3 upload buffer size by [@zhongzc](https://github.com/zhongzc) in [#3300](https://github.com/GreptimeTeam/greptimedb/pull/3300) +* fix: commit_short sqlness test case by [@tisonkun](https://github.com/tisonkun) in [#3313](https://github.com/GreptimeTeam/greptimedb/pull/3313) +* fix: bump libgit2-sys from 0.16.1+1.7.1 to 0.16.2+1.7.2 by [@dependabot](https://github.com/dependabot) in [#3316](https://github.com/GreptimeTeam/greptimedb/pull/3316) +* fix: split write metadata request by [@fengjiachun](https://github.com/fengjiachun) in [#3311](https://github.com/GreptimeTeam/greptimedb/pull/3311) +* fix(index): encode string type to original data to enable fst regex to work by [@zhongzc](https://github.com/zhongzc) in [#3324](https://github.com/GreptimeTeam/greptimedb/pull/3324) +* fix: disable ansi contorl char when stdout is redirected by [@waynexia](https://github.com/waynexia) in [#3332](https://github.com/GreptimeTeam/greptimedb/pull/3332) +* fix: typo in lint config by [@waynexia](https://github.com/waynexia) in [#3358](https://github.com/GreptimeTeam/greptimedb/pull/3358) +* fix: treat "0" and "1" as valid boolean values. by [@MichaelScofield](https://github.com/MichaelScofield) in [#3370](https://github.com/GreptimeTeam/greptimedb/pull/3370) +* fix: remove unused imports in memtable_util.rs by [@v0y4g3r](https://github.com/v0y4g3r) in [#3376](https://github.com/GreptimeTeam/greptimedb/pull/3376) +* fix: resets dict builder keys counter and avoid unnecessary pruning by [@evenyag](https://github.com/evenyag) in [#3386](https://github.com/GreptimeTeam/greptimedb/pull/3386) +* fix: throw errors instead of panic by [@WenyXu](https://github.com/WenyXu) in [#3391](https://github.com/GreptimeTeam/greptimedb/pull/3391) +* fix: some read metrics by [@v0y4g3r](https://github.com/v0y4g3r) in [#3404](https://github.com/GreptimeTeam/greptimedb/pull/3404) +* fix: partition region id by [@fengjiachun](https://github.com/fengjiachun) in [#3414](https://github.com/GreptimeTeam/greptimedb/pull/3414) +* fix: show table names not complete from information_schema by [@killme2008](https://github.com/killme2008) in [#3417](https://github.com/GreptimeTeam/greptimedb/pull/3417) +* fix: mitigate memory spike during startup by [@niebayes](https://github.com/niebayes) in [#3418](https://github.com/GreptimeTeam/greptimedb/pull/3418) +* fix: complete interceptors for all frontend entry by [@shuiyisong](https://github.com/shuiyisong) in [#3428](https://github.com/GreptimeTeam/greptimedb/pull/3428) + +## Improvements + +* feat: add modulo function by [@etolbakov](https://github.com/etolbakov) in [#3147](https://github.com/GreptimeTeam/greptimedb/pull/3147) +* feat: support HTTP&gRPC&pg set timezone by [@Taylor-lagrange](https://github.com/Taylor-lagrange) in [#3125](https://github.com/GreptimeTeam/greptimedb/pull/3125) +* feat(mito): enable inverted index by [@zhongzc](https://github.com/zhongzc) in [#3158](https://github.com/GreptimeTeam/greptimedb/pull/3158) +* feat: upgrade pgwire to 0.19 by [@sunng87](https://github.com/sunng87) in [#3157](https://github.com/GreptimeTeam/greptimedb/pull/3157) +* feat: let tables API return a stream by [@fengjiachun](https://github.com/fengjiachun) in [#3170](https://github.com/GreptimeTeam/greptimedb/pull/3170) +* feat: add tests-fuzz crate by [@WenyXu](https://github.com/WenyXu) in [#3173](https://github.com/GreptimeTeam/greptimedb/pull/3173) +* feat: tables stream with CatalogManager by [@fengjiachun](https://github.com/fengjiachun) in [#3180](https://github.com/GreptimeTeam/greptimedb/pull/3180) +* feat: adds date_format function by [@killme2008](https://github.com/killme2008) in [#3167](https://github.com/GreptimeTeam/greptimedb/pull/3167) +* feat: auto config cache size according to memory size by [@QuenKar](https://github.com/QuenKar) in [#3165](https://github.com/GreptimeTeam/greptimedb/pull/3165) +* feat: precise filter for mito parquet reader by [@waynexia](https://github.com/waynexia) in [#3178](https://github.com/GreptimeTeam/greptimedb/pull/3178) +* feat: adds parse options for SQL parser by [@killme2008](https://github.com/killme2008) in [#3193](https://github.com/GreptimeTeam/greptimedb/pull/3193) +* feat(tests-fuzz): add CreateTableExprGenerator & AlterTableExprGenerator by [@WenyXu](https://github.com/WenyXu) in [#3182](https://github.com/GreptimeTeam/greptimedb/pull/3182) +* feat: make procedure able to return output by [@WenyXu](https://github.com/WenyXu) in [#3201](https://github.com/GreptimeTeam/greptimedb/pull/3201) +* feat: copy database from by [@v0y4g3r](https://github.com/v0y4g3r) in [#3164](https://github.com/GreptimeTeam/greptimedb/pull/3164) +* feat: introduce information schema provider cache by [@WenyXu](https://github.com/WenyXu) in [#3208](https://github.com/GreptimeTeam/greptimedb/pull/3208) +* feat: lazy initialize vector builder on write by [@waynexia](https://github.com/waynexia) in [#3210](https://github.com/GreptimeTeam/greptimedb/pull/3210) +* feat: make query be aware of timezone setting by [@killme2008](https://github.com/killme2008) in [#3175](https://github.com/GreptimeTeam/greptimedb/pull/3175) +* feat: add create alter table expr translator by [@WenyXu](https://github.com/WenyXu) in [#3203](https://github.com/GreptimeTeam/greptimedb/pull/3203) +* feat: read column and region info from state cache by [@waynexia](https://github.com/waynexia) in [#3222](https://github.com/GreptimeTeam/greptimedb/pull/3222) +* feat: enable concurrent write by [@WenyXu](https://github.com/WenyXu) in [#3214](https://github.com/GreptimeTeam/greptimedb/pull/3214) +* feat: add Arrow IPC output format for http rest api by [@sunng87](https://github.com/sunng87) in [#3177](https://github.com/GreptimeTeam/greptimedb/pull/3177) +* feat: change Range Query’s default align behavior aware of timezone by [@killme2008](https://github.com/killme2008) in [#3219](https://github.com/GreptimeTeam/greptimedb/pull/3219) +* feat: update dashboard to v0.4.7 by [@ZonaHex](https://github.com/ZonaHex) in [#3229](https://github.com/GreptimeTeam/greptimedb/pull/3229) +* feat: http sql api return schema on empty resultset by [@sunng87](https://github.com/sunng87) in [#3237](https://github.com/GreptimeTeam/greptimedb/pull/3237) +* feat: add pg create alter table expr translator by [@WenyXu](https://github.com/WenyXu) in [#3206](https://github.com/GreptimeTeam/greptimedb/pull/3206) +* feat: read metadata from write cache by [@QuenKar](https://github.com/QuenKar) in [#3224](https://github.com/GreptimeTeam/greptimedb/pull/3224) +* feat: batch create ddl by [@fengjiachun](https://github.com/fengjiachun) in [#3194](https://github.com/GreptimeTeam/greptimedb/pull/3194) +* feat: add insert/select generator & translator by [@WenyXu](https://github.com/WenyXu) in [#3240](https://github.com/GreptimeTeam/greptimedb/pull/3240) +* feat: return request outdated error on handling alter by [@waynexia](https://github.com/waynexia) in [#3239](https://github.com/GreptimeTeam/greptimedb/pull/3239) +* feat: don't map semantic type in metric engine by [@waynexia](https://github.com/waynexia) in [#3243](https://github.com/GreptimeTeam/greptimedb/pull/3243) +* feat: create tables in batch on prom write by [@fengjiachun](https://github.com/fengjiachun) in [#3246](https://github.com/GreptimeTeam/greptimedb/pull/3246) +* feat: Only allow inserts and deletes operations to be executed in parallel by [@fengjiachun](https://github.com/fengjiachun) in [#3257](https://github.com/GreptimeTeam/greptimedb/pull/3257) +* feat: basic types for Dataflow Framework by [@discord9](https://github.com/discord9) in [#3186](https://github.com/GreptimeTeam/greptimedb/pull/3186) +* feat: initial configuration for grafana dashboard by [@waynexia](https://github.com/waynexia) in [#3263](https://github.com/GreptimeTeam/greptimedb/pull/3263) +* feat: support fraction part in timestamp by [@discord9](https://github.com/discord9) in [#3272](https://github.com/GreptimeTeam/greptimedb/pull/3272) +* feat: use simple filter to prune memtable by [@waynexia](https://github.com/waynexia) in [#3269](https://github.com/GreptimeTeam/greptimedb/pull/3269) +* feat: Basic Definitions for Expression&Functions for Dataflow by [@discord9](https://github.com/discord9) in [#3267](https://github.com/GreptimeTeam/greptimedb/pull/3267) +* feat: support cache for batch_get in CachedMetaKvBackend by [@fengys1996](https://github.com/fengys1996) in [#3277](https://github.com/GreptimeTeam/greptimedb/pull/3277) +* feat: put all filter exprs in a filter plan separately by [@waynexia](https://github.com/waynexia) in [#3288](https://github.com/GreptimeTeam/greptimedb/pull/3288) +* feat: administration functions by [@killme2008](https://github.com/killme2008) in [#3236](https://github.com/GreptimeTeam/greptimedb/pull/3236) +* feat(mito): adjust seg size of inverted index to finer granularity instead of row group level by [@zhongzc](https://github.com/zhongzc) in [#3289](https://github.com/GreptimeTeam/greptimedb/pull/3289) +* feat(mito): add options to ignore building index for specific column ids by [@zhongzc](https://github.com/zhongzc) in [#3295](https://github.com/GreptimeTeam/greptimedb/pull/3295) +* feat: organize tracing on query path by [@waynexia](https://github.com/waynexia) in [#3310](https://github.com/GreptimeTeam/greptimedb/pull/3310) +* feat: impl partitions and region_peers information schema by [@killme2008](https://github.com/killme2008) in [#3278](https://github.com/GreptimeTeam/greptimedb/pull/3278) +* feat: batch get physical table routes by [@fengjiachun](https://github.com/fengjiachun) in [#3319](https://github.com/GreptimeTeam/greptimedb/pull/3319) +* feat: Defines structs in the merge tree memtable by [@evenyag](https://github.com/evenyag) in [#3326](https://github.com/GreptimeTeam/greptimedb/pull/3326) +* feat(metric-engine): set index options for data region by [@zhongzc](https://github.com/zhongzc) in [#3330](https://github.com/GreptimeTeam/greptimedb/pull/3330) +* feat: data buffer and related structs by [@v0y4g3r](https://github.com/v0y4g3r) in [#3329](https://github.com/GreptimeTeam/greptimedb/pull/3329) +* feat: Implement KeyDictBuilder for the merge tree memtable by [@evenyag](https://github.com/evenyag) in [#3334](https://github.com/GreptimeTeam/greptimedb/pull/3334) +* feat: replace pk index with pk_weight during freeze by [@v0y4g3r](https://github.com/v0y4g3r) in [#3343](https://github.com/GreptimeTeam/greptimedb/pull/3343) +* feat: merge tree data parts by [@v0y4g3r](https://github.com/v0y4g3r) in [#3346](https://github.com/GreptimeTeam/greptimedb/pull/3346) +* feat: Defines more structs and methods for a partitioned merge tree by [@evenyag](https://github.com/evenyag) in [#3348](https://github.com/GreptimeTeam/greptimedb/pull/3348) +* feat(flow): impl ScalarExpr&Scalar Function by [@discord9](https://github.com/discord9) in [#3283](https://github.com/GreptimeTeam/greptimedb/pull/3283) +* feat: impl migrate_region and procedure_state SQL function by [@killme2008](https://github.com/killme2008) in [#3325](https://github.com/GreptimeTeam/greptimedb/pull/3325) +* feat: add isnull function by [@KKould](https://github.com/KKould) in [#3360](https://github.com/GreptimeTeam/greptimedb/pull/3360) +* feat: skip filling NULL for put and delete requests by [@waynexia](https://github.com/waynexia) in [#3364](https://github.com/GreptimeTeam/greptimedb/pull/3364) +* feat: impl merge reader for DataParts by [@v0y4g3r](https://github.com/v0y4g3r) in [#3361](https://github.com/GreptimeTeam/greptimedb/pull/3361) +* feat: Implement write and fork for the new memtable by [@evenyag](https://github.com/evenyag) in [#3357](https://github.com/GreptimeTeam/greptimedb/pull/3357) +* feat: distinguish between different read paths by [@v0y4g3r](https://github.com/v0y4g3r) in [#3369](https://github.com/GreptimeTeam/greptimedb/pull/3369) +* feat: Add freeze and fork method to the memtable by [@evenyag](https://github.com/evenyag) in [#3374](https://github.com/GreptimeTeam/greptimedb/pull/3374) +* feat: merge tree dedup reader by [@v0y4g3r](https://github.com/v0y4g3r) in [#3375](https://github.com/GreptimeTeam/greptimedb/pull/3375) +* feat: Implement iter for the new memtable by [@evenyag](https://github.com/evenyag) in [#3373](https://github.com/GreptimeTeam/greptimedb/pull/3373) +* feat: Implement dedup for the new memtable and expose the config by [@evenyag](https://github.com/evenyag) in [#3377](https://github.com/GreptimeTeam/greptimedb/pull/3377) +* feat: change how region id maps to region worker by [@waynexia](https://github.com/waynexia) in [#3384](https://github.com/GreptimeTeam/greptimedb/pull/3384) +* feat: make tls certificates/keys reloadable (part 1) by [@sunng87](https://github.com/sunng87) in [#3335](https://github.com/GreptimeTeam/greptimedb/pull/3335) +* feat(grafana): enable shared tooltip, add raft engine throughput by [@waynexia](https://github.com/waynexia) in [#3387](https://github.com/GreptimeTeam/greptimedb/pull/3387) +* feat: Implement partition eviction and only add value size to write buffer size by [@evenyag](https://github.com/evenyag) in [#3393](https://github.com/GreptimeTeam/greptimedb/pull/3393) +* feat: enable zstd compression and encodings in merge tree data part by [@v0y4g3r](https://github.com/v0y4g3r) in [#3380](https://github.com/GreptimeTeam/greptimedb/pull/3380) +* feat(flow): impl for MapFilterProject by [@discord9](https://github.com/discord9) in [#3359](https://github.com/GreptimeTeam/greptimedb/pull/3359) +* feat: flush or compact table and region functions by [@killme2008](https://github.com/killme2008) in [#3363](https://github.com/GreptimeTeam/greptimedb/pull/3363) +* feat: Use a partition level map to look up pk index by [@evenyag](https://github.com/evenyag) in [#3400](https://github.com/GreptimeTeam/greptimedb/pull/3400) +* feat(index): measure memory usage in global instead of single-column and add metrics by [@zhongzc](https://github.com/zhongzc) in [#3383](https://github.com/GreptimeTeam/greptimedb/pull/3383) +* feat: enable ArrowFlight compression by [@tisonkun](https://github.com/tisonkun) in [#3403](https://github.com/GreptimeTeam/greptimedb/pull/3403) +* feat: zero copy on split rows by [@fengjiachun](https://github.com/fengjiachun) in [#3407](https://github.com/GreptimeTeam/greptimedb/pull/3407) +* feat: Support automatic DNS lookup for kafka bootstrap servers by [@J0HN50N133](https://github.com/J0HN50N133) in [#3379](https://github.com/GreptimeTeam/greptimedb/pull/3379) +* feat: add configuration for tls watch option by [@sunng87](https://github.com/sunng87) in [#3395](https://github.com/GreptimeTeam/greptimedb/pull/3395) +* feat: employ sparse key encoding for shard lookup by [@v0y4g3r](https://github.com/v0y4g3r) in [#3410](https://github.com/GreptimeTeam/greptimedb/pull/3410) +* feat: support `Create Table ... Like` by [@KKould](https://github.com/KKould) in [#3372](https://github.com/GreptimeTeam/greptimedb/pull/3372) +* feat: tableref cache by [@fengjiachun](https://github.com/fengjiachun) in [#3420](https://github.com/GreptimeTeam/greptimedb/pull/3420) +* feat: add verbose support for tql explain/analyze by [@etolbakov](https://github.com/etolbakov) in [#3390](https://github.com/GreptimeTeam/greptimedb/pull/3390) +* feat: reduce a clone of string by [@fengjiachun](https://github.com/fengjiachun) in [#3422](https://github.com/GreptimeTeam/greptimedb/pull/3422) +* feat: Correct server metrics and add more metrics for scan by [@evenyag](https://github.com/evenyag) in [#3426](https://github.com/GreptimeTeam/greptimedb/pull/3426) +* feat: support tracing rule sampler by [@Taylor-lagrange](https://github.com/Taylor-lagrange) in [#3405](https://github.com/GreptimeTeam/greptimedb/pull/3405) +* feat: decode prom requests to grpc by [@v0y4g3r](https://github.com/v0y4g3r) in [#3425](https://github.com/GreptimeTeam/greptimedb/pull/3425) +* feat: implement multi-dim partition rule by [@waynexia](https://github.com/waynexia) in [#3409](https://github.com/GreptimeTeam/greptimedb/pull/3409) + +## Contributors + +We would like to thank the following contributors from the GreptimeDB community: + +Cancai Cai, Eugene Tolbakov, Hudson C. Dalprá, JeremyHi, JohnsonLee, Kould, LFC, Lei HUANG, Ning Sun, Ruihang Xia, SteveLauC, WU Jingdi, Wei, Weny Xu, Yingwen, Yiran, Zhenchi, ZonaHe, dennis zhuang, dimbtp, discord9, fys, liyang, niebayes, shuiyisong, tison diff --git a/docs/v0.7/en/summary.yml b/docs/v0.7/en/summary.yml index 5c7caf681..5644914ed 100644 --- a/docs/v0.7/en/summary.yml +++ b/docs/v0.7/en/summary.yml @@ -182,11 +182,9 @@ - how-to-write-sdk - how-to-use-tokio-console - how-to-trace-greptimedb -- Changelog: - - overview - - Biweekly-Reports: - - overview - - latest-biweekly-report +- Release-Notes: + - all-releases + - release-0-7-0 - FAQ-and-Others: - overview - faq diff --git a/package.json b/package.json index b5eb1514d..5707445b7 100644 --- a/package.json +++ b/package.json @@ -4,7 +4,7 @@ "version": "1.0.0", "private": true, "main": "index.js", - "type":"module", + "type": "module", "directories": { "doc": "docs" }, @@ -94,5 +94,6 @@ "*.md": [ "npx markdownlint" ] - } + }, + "packageManager": "pnpm@8.6.0" }