What's Changed
The big change with v6.0.0 is the plugin API expected by the Javy CLI has changed in a breaking way. Please consult the extending Javy documentation for the new plugin API and the README in the javy-plugin-api
crate for steps to migrate your plugin.
- Update config schema API to not use WASI by @jeffcharles in #964
- Remove eval_bytecode from default plugin and update namespace by @jeffcharles in #978
- Update docs on JS API support by @sandstrom in #981
- Fix compression bug by @jeffcharles in #983
- Move plugin validation to the codegen crate by @jeffcharles in #977
- Remove wasmtime-wasi when fetching supported config by @jeffcharles in #984
- Add codegen option for including source by @william-stacken in #994
- Implement WASI preview 2 plugin RFC by @jeffcharles in #958
- Use enum for source inclusion and compression by @jeffcharles in #997
New Contributors
- @william-stacken made their first contribution in #994
Full Changelog: v5.0.4...v6.0.0