Releases: jcchavezs/coraza-http-wasm
Releases · jcchavezs/coraza-http-wasm
Version 0.3.0
What's Changed
- feat: adds support and example for mounting host FS into guest. by @jcchavezs in #19
- chore: upgrades to go 1.22 and tinygo 0.33 by @jcchavezs in #21
- chore: upgrades dependencies to latest. by @jcchavezs in #22
- fix: fallsback on OS FS when not loading CRS (#17) by @jcchavezs in #23
Full Changelog: v0.2.2...v0.2.3
Version 0.2.2
This version attempts to introduce minor improvements in performance and memory management
What's Changed
- fix: fixes plugin runtime as no_fs_access build tag is included because http-wasm has no fs access. by @jcchavezs in #16
- fix: eagerly closes transactions when needed. by @jcchavezs in #18
Full Changelog: v0.2.1...v0.2.2
Version 0.2.1
Release 0.2.0
What's Changed
- tests: adds FTW suite by @jcchavezs in #13
- Minor tweaks before releasing 0.2.0 by @jcchavezs in #14
Full Changelog: v0.1.0...v0.2.0
Initial release
Merge pull request #12 from jcchavezs/fixes_publish_on_release chore: include tags in the CI to cover the release.