Skip to content
This repository has been archived by the owner on May 16, 2024. It is now read-only.

v0.6.0

Compare
Choose a tag to compare
@anuraaga anuraaga released this 23 Oct 02:56
· 14 commits to main since this release
0363fb1

This releases fixes a major issue introduced with v0.5.1 for precise GC. It is recommended to update to reduce the chance of sporadic issues with GC.

In addition, precise GC has been implemented for larger objects too in addition to smaller ones. The real-world impact of this change should be minor as most objects are not large - for coraza-proxy-wasm, this only affects two allocations in the entire lifetime of the plugin.

Full Changelog: v0.5.1...v0.6.0