v0.63.0
This is a huge release thanks to #616! The artifacts in this PR are now BEAM burritos 🌯 . They are self-extracting executables that can be run directly instead of using mix scripts, and are statically linked to OpenSSL and some other platform depedencies.
For example, this is how you now run the arm64 linux release
curl -fLO https://github.com/wasmCloud/wasmcloud-otp/releases/download/v0.63.0/wasmcloud_host_aarch64_linux_gnu
chmod +x wasmcloud_host_aarch64_linux_gnu
./wasmcloud_host_aarch64_linux_gnu
What's Changed
- BREAKING: pass log_level in HostData by @connorsmith256 in #610
- Annotations typo fix by @brooksmtownsend in #614
- macos static builds via bakeware by @pgray in #593
- build(host_core): update
wasmcloud
by @rvolosatovs in #615 - Release via Burrito+Nix by @rvolosatovs in #616
- ci: upload linux artifacts by @rvolosatovs in #623
- Added actors started and actors stopped events by @brooksmtownsend in #617
New Contributors
- @rvolosatovs made their first contribution in #615
Full Changelog: v0.62.1...v0.63.0