v0.9.0 - 2023-09-07
Pre-release
Pre-release
Changed
- Breaking: separate JSON template and TEXT template (#570, #615) (@ifplusor, @xdlbdy)
- Update deploy yaml (#614) (@hwjiangkai)
- Store: use host as store address (#601) (@ifplusor)
- Use grpc client interceptor to parse error (#598, #600, #602) (@hwjiangkai, @ifplusor)
- Upgrade golang from 1.18 to 1.19 (#599, #625, #627) (@hwjiangkai, @ifplusor)
Added
- Client: add
CheckHealth
interface to check eventbus health (#624) (@ifplusor, @hwjiangkai) - Tenant: add config
no_create_default_namespace
to disable automatic creation of the default namespace (#623) (@xdlbdy) - Add vsrepair command tool (#322) (@ifplusor)
- Support creating resources with id (#610) (@xdlbdy)
- Store: add DescribeBlock interface to expose block status (#604) (@ifplusor)
- Support
convert_timezone
function (#597) (@soumyadeep589)
Fixed
- Store: fix unexpected compaction after restart (#603) (@ifplusor)
- Fix the issue that eventbus name can not be reclaimed (#612) (@xdlbdy)
- Fix eventlog offset returned by
QueryOffsetByTime
interface (#606) (@xdlbdy)
Full Changelog: v0.8.0...v0.9.0