v0.10.0
What's Changed
- [Go client] Recover from write stream failures by @merlimat in #521
- Fix NPE in coordinator when closing a half-initialized node controller by @merlimat in #520
- Fixed notification DB read after DB was closed by @merlimat in #519
- Include session-id in CLI tool output stats by @merlimat in #524
- fix(server): print the correct error info by @mattisonchao in #527
- fix(tool): follow up #524 to add session id to output by @mattisonchao in #528
- Pool index buffer for read-write wal segments by @merlimat in #523
- Allow to disable notifications on a namespace by @merlimat in #526
- Implementation of disabling notifications on server side by @merlimat in #529
- Configure notifications disabled on standalone CLI by @merlimat in #531
- On delete-range send 1 single notification to clients by @merlimat in #532
- Async quorum-ack-tracker should trigger callback outside of mutex by @merlimat in #533
- feat(server): return storage entry to vtpool when callback error by @mattisonchao in #535
- feat(cmd): support wal cmd
truncate
command by @mattisonchao in #530 - fix(session): expired session write request will delete other session shadow key by @mattisonchao in #534
Full Changelog: v0.9.1...v0.10.0