This repository has been archived by the owner on Feb 6, 2024. It is now read-only.
v1.0.0
Major features
- Cluster Operation
- Support more cluster operations.
- Support HTTP request forwarding.
- Support split some tables in a shard into a new shard.
- Support for creating partition table when the number of sub tables is greater than shard.
- Refactor Code
- Refactor the organizational structure of the procedure file directory.
What's Changed
- docs: update example config by @chunshao90 in #128
- refactor: refactor create partition table procedure by @ZuLiangWang in #127
- feat: add etcd max txn ops config by @ZuLiangWang in #120
- feat: support drop partition table by @chunshao90 in #126
- feat: support forwarding http requests by @ZuLiangWang in #116
- refactor: replace reopen shard with open table by @ZuLiangWang in #129
- chore: beautify the http response by @chunshao90 in #133
- feat: store partition info in ceresmeta by @chunshao90 in #131
- chore: add code of conduct by @archerny in #135
- refactor: add some logs by @ZuLiangWang in #121
- chore: add dockerhub publish & adjust data directory by @ZuLiangWang in #137
- refactor: refactor the directory organization of procedure by @ZuLiangWang in #138
- fix: add node state check in transfer leader procedure & Support multi-node concurrent shard opening. by @ZuLiangWang in #134
Full Changelog: v1.0.0-alpha02...v1.0.0