Skip to content

v0.5.2-rc1

Pre-release
Pre-release
Compare
Choose a tag to compare
@odesenfans odesenfans released this 03 Nov 11:58
· 24 commits to dev since this release
46fb1b6

This release tackles several latency issues in the message processing pipeline. It improves the latency of the message and tx processing pipeline when processing new messages/txs after being idle. It also makes the garbage collection process asynchronous as deleting large files in the pipeline directly caused severe latency issues.

Breaking changes

  • Files are now given a grace period after being forgotten, 24 hours by default.

What's Changed

Full Changelog: v0.5.1...v0.5.2-rc1