What's Changed
- feat: Add procedure manager LocalManager by @evenyag in #946
- build(ci): disable release workflow for forked repo by @waynexia in #954
- feat: enable caching when using object store by @e1ijah1 in #928
- feat: datanode stats is stored in the mem_kv of meta leader by @Fengys123 in #943
- fix: add form data support for http sql api by @sunng87 in #955
- chore: alias sqlness subcommand by @waynexia in #956
- feat: implement "drop table" in distributed mode (both in SQL and gRPC) by @MichaelScofield in #944
- fix: setting postgres query context by @sunng87 in #958
- chore: add an opaque error type in meta by @Fengys123 in #959
- feat: compaction scheduler and rate limiter by @v0y4g3r in #947
- feat: SeriesDivide plan for PromQL by @waynexia in #960
- fix: check full table name during logical plan creation by @shuiyisong in #948
- fix: Sql Inline Primary Key definition by @masonyc in #957
- fix: use query_ctx in distributed inserts by @sunng87 in #965
- fix: remove incorrect
table_idents_to_full_name
by @shuiyisong in #967 - feat: bind DataFrame API into python script by @discord9 in #945
- refactor: use remote proto by @MichaelScofield in #963
- chore(deps): bump promql-parser by @waynexia in #968
- feat: add start, end and step to promql http api by @waynexia in #969
- feat: remove backtrace from sql::error::Error by @etolbakov in #966
- feat: L0 to L1 compaction strategy by @v0y4g3r in #964
- refactor(query): tests from query/tests to query/src by @etolbakov in #973
- feat: Execute procedure in LocalManager by @evenyag in #953
- feat: meta provides the ability to distribute lock by @Fengys123 in #961
New Contributors
- @etolbakov made their first contribution in #966
Full Changelog: v0.1.0-alpha-20230207-weekly...v0.1.0-alpha-20230213-weekly