Skip to content

v0.4.8

Choose a tag to compare

@github-actions github-actions released this 16 Aug 08:22
· 139 commits to main since this release
54b487d

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_DETAILS was enabled in main ghjk 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