Skip to content

Releases: jcchavezs/coraza-http-wasm

Version 0.3.0

29 Oct 11:28
d42b905
Compare
Choose a tag to compare

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

04 Jun 08:28
f9d28cf
Compare
Choose a tag to compare

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

25 Mar 14:33
c6c3be1
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.2.0...v0.2.1

Release 0.2.0

14 Mar 11:44
5e47d49
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.1.0...v0.2.0

Initial release

23 Feb 21:18
b5e0a26
Compare
Choose a tag to compare
Merge pull request #12 from jcchavezs/fixes_publish_on_release

chore: include tags in the CI to cover the release.