v0.4.8
v0.4.8 - 2024-08-16
Bug Fixes
Table method for kv runtime (#815)
I discover an issue in the KV runtime documentation
kvruntime docs
`wasm_backtrace` config bug (#814)
$WASM_BACKTRACE_DETAILSwas enabled inmainghjk env which
affected embedded wasm module compilation to have backtrace enabled.
This broke typegate runs without the flag enabled due to mismatch.- Fixes Cargo.lock not being used in Dockerfile.
- Prepare 0.4.8 release
Features
Kv runtime (#797)
Migration notes
...
- The change comes with new or modified tests
- End-user documentation is updated to reflect the change
- Hard-to-understand functions have explanatory comments
Miscellaneous Tasks
Bump to 0.4.8-0 (#810)
- Bump prerelease
- Fix minor issue with release pipeline