Skip to content

v0.4.0

Compare
Choose a tag to compare
@chunshao90 chunshao90 released this 25 Oct 18:21
· 1039 commits to main since this release
0a59443

Major features

  • Improve CeresDB cluster mode
    • Refactor the Catalog and Cluster module for better interaction with CeresMeta
    • Refactor the create/drop table procedure
    • Support open/close shards on the ceresdb-server controlled by CeresMeta
  • Support default value option of column by @ygf11
  • Replace grpc-io with tonic
  • Upgrade to datafusion 12 and arrrow 23
  • Improve the CI
    • Support nightly benchmark with TSBS
    • Reduce the size of CeresDB binary compiled with release profile
    • Fix the random failure in the integration tests
  • Bug fix
    • Avoid extra flushes when triggering one flush on table by @dust1

What's Changed

New Contributors

Full Changelog: v0.3.1...v0.4.0