Releases: wasmCloud/wasmcloud-otp
Releases · wasmCloud/wasmcloud-otp
v0.63.2
What's Changed
- Update/codeowners by @connorsmith256 in #630
- fix(ci): Builds docker images for both supported arches by @thomastaylor312 in #633
- tiny logging improvement by @autodidaddict in #636
- build: remove
nix
store paths from releases by @rvolosatovs in #638 - bump tls_certificate_check to 1.18.1 by @Iceber in #642
- Fixed adding provider from file bug by @aish-where-ya in #641
- build(native): switch to
wasmcloud-otp
by @rvolosatovs in #644 - fix(build): remove debugging artifact by @rvolosatovs in #646
- Adding host support for json schemas in claims by @autodidaddict in #645
- fix(ctl): fix actor file error log by @brooksmtownsend in #648
New Contributors
Full Changelog: v0.63.1...v0.63.2
v0.63.1
What's Changed
- Added stale.yml definition by @brooksmtownsend in #626
- Blocks multiple concurrent provider starts of the same public key + link name by @autodidaddict in #627
- Bumped app versions to v0.63.1 by @brooksmtownsend in #629
Full Changelog: v0.63.0...v0.63.1
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
v0.62.2-burrito-test
CAUTION
This release is a test, and shouldn't be used in production 😄
v0.62.1
What's Changed
- Bumped chart version by @brooksmtownsend in #602
- strip leading v from tags by @connorsmith256 in #603
- parse invocation errors as strings by @connorsmith256 in #607
- Fix/washboard init by @connorsmith256 in #604
- add annotations to actor_stopped and provider_stopped events by @connorsmith256 in #611
- Trimmed trailing space on app version by @brooksmtownsend in #612
Full Changelog: v0.62.0...v0.62.1
wasmcloud-host-0.6.11
A Helm chart for running wasmCloud hosts on Kubernetes
v0.62.0
What's Changed
- update chart to use v0.61.0 of the host by @connorsmith256 in #579
- Compare OCI sha with disk cache sha before pulling an image by @aish-where-ya in #567
- make sure /root/.cache exists for bakeware and locales by @pgray in #578
- Add provider health status event by @giusdp in #560
- add provider contract ID to health check events by @connorsmith256 in #581
- Support wasm components by converting wasm functions to use wasmCloud Rust runtime by @autodidaddict in #569
- Bumped mix.exs in wasmcloud_host and chart by @brooksmtownsend in #582
- derive version from GITHUB_REF rather than mix.exs by @connorsmith256 in #584
- correct key for provider link name in supp config during vhost autostarts by @nihil2501 in #586
- Bumping the version of wascap to the newest by @autodidaddict in #588
- Fix native NIF compilation with cross for release by @brooksmtownsend in #587
- Adding support for builtin providers and deferring builtin logging to the OTP host by @autodidaddict in #592
- Execute actor calls in tokio task instead of thread, cleanup by @brooksmtownsend in #583
- Fix tracing propagation for host_calls (fixes #590) by @brooksmtownsend in #594
- Corrected workspace path by @brooksmtownsend in #596
- fix: remove cross-rs for native builds by @vados-cosmonic in #597
- fix(ci): docker build by @vados-cosmonic in #599
- Fix/washboard events by @connorsmith256 in #600
- Updated to libwasmcloud that calls _start by @brooksmtownsend in #601
New Contributors
- @aish-where-ya made their first contribution in #567
- @nihil2501 made their first contribution in #586
Full Changelog: v0.61.0...v0.62.0
v0.62.0-rc.4
What's Changed
- Updated to libwasmcloud that calls _start by @brooksmtownsend in #601
Full Changelog: v0.62.0-rc.3...v0.62.0-rc.4
v0.62.0-rc.3
What's Changed
- Corrected workspace path by @brooksmtownsend in #596
- fix: remove cross-rs for native builds by @vados-cosmonic in #597
- fix(ci): docker build by @vados-cosmonic in #599
- Fix/washboard events by @connorsmith256 in #600
Full Changelog: v0.62.0-rc.2...v0.62.0-rc.3
v0.62.0-rc.2
What's Changed
- Adding support for builtin providers and deferring builtin logging to the OTP host by @autodidaddict in #592
- Execute actor calls in tokio task instead of thread, cleanup by @brooksmtownsend in #583
- Fix tracing propagation for host_calls (fixes #590) by @brooksmtownsend in #594
Full Changelog: v0.62.0-rc.1...v0.62.0-rc.2