v0.5.0(2022-11-30)
Pre-release
Pre-release
What's Changed
New feature:
- vsctl: support specific eventlog number when create eventbus by @wenfengwang in #294
- store: batch append raft log entries to WAL by @ifplusor in #282
- store: ensure sequential flush same block by @ifplusor in #295
- store: add store performance measurement tool by @wenfengwang in #302
- store: use Truncate to improve compatibility by @ifplusor in #310
- store: async raft log by @ifplusor in #313
- controller: disable node confliction detection by @wenfengwang in #312
- trigger: enhance transformer by @xdlbdy in #305
- controller: add more fields to eventbus and subscription by @wenfengwang in #316
- client: support lookup offset by timestamp by @wenfengwang in #309
Bugs fixed:
- client: convert grpc error by @hwjiangkai in #301
- issue-238 by @xdlbdy in #315
Performance improves:
- make EntryEncoder.Size more efficient by @wenfengwang in #308
Testing
- add infra by @wenfengwang in #297
- fix vanus-bench component by @wenfengwang in #304
- payloadSize is not effect by @wenfengwang in #307
- saving benchmark result to mongodb by @wenfengwang in #303
Others
- build: update docker-build action by @wenfengwang in #298
- build: update workflow by @wenfengwang in #299
- build: update scripts for benchmark by @wenfengwang in #300
- build: bump version to v0.5.0 by @wenfengwang in #318
Refactor
- gateway by @wenfengwang in #314
Full Changelog: v0.4.0...v0.5.0