Releases: wasmCloud/wasmcloud-otp
Releases · wasmCloud/wasmcloud-otp
v0.62.0-rc.1
What's Changed
- 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
New Contributors
- @aish-where-ya made their first contribution in #567
- @nihil2501 made their first contribution in #586
Full Changelog: wasmcloud-host-0.6.10...v0.62.0-rc.1
v0.61.0
What's Changed
- fix double host stop event by @giusdp in #518
- Enabled dialyzer failing wasmcloud_host builds by @brooksmtownsend in #547
- Update build status badge. by @mattwilkinsonn in #551
- Use labels from cloud event in state monitor by @giusdp in #542
- Added devcontainer for wasmcloud-otp by @brooksmtownsend in #549
- emit uptime_seconds and version when publishing a host_started event by @connorsmith256 in #548
- add actor start from local file by @pgray in #529
- Enabled dialyzer failing CI, elixir 1.14.2 upgrade by @brooksmtownsend in #538
- Echo and KVcounter integration benchmark tests by @brooksmtownsend in #552
- Add start provider configuration by @rovast in #498
- feat: alert on provider upload size limit violations by @vados-cosmonic in #553
- bump version to v0.61.0 by @connorsmith256 in #557
- get & compile deps on cache hits by @connorsmith256 in #561
- Publish actor invocations on rpcevt by @brooksmtownsend in #562
- dockerhub official elixir images are broken under qemu for 1.14.{2,3} by @pgray in #563
- Pass expected name for enabling structured logging in providers by @connorsmith256 in #558
- unpin from specific SHA of bindle by @connorsmith256 in #559
- revert to otp 24 for cross-built images as otp 25 fails under qemu by @pgray in #564
- Adds missing fields and updates some dependencies to the right version by @thomastaylor312 in #568
- statically compiled erlang/elixir/etc. by @pgray in #556
- fix mix.exs assemble steps for windows by @pgray in #573
- changes to get static builds were not quite ready yet for cross by @pgray in #574
- need to push static image build in case build gets scheduled on by @pgray in #575
- small mistake in Dockerfile.static FROM definition by @pgray in #576
- add missing EOFs by @connorsmith256 in #577
New Contributors
- @pgray made their first contribution in #529
- @vados-cosmonic made their first contribution in #553
Full Changelog: v0.60.0...v0.61.0
wasmcloud-host-0.6.10
A Helm chart for running wasmCloud hosts on Kubernetes
wasmcloud-host-0.6.9
A Helm chart for running wasmCloud hosts on Kubernetes
v0.61.0-rc.1
What's Changed
- fix double host stop event by @giusdp in #518
- Enabled dialyzer failing wasmcloud_host builds by @brooksmtownsend in #547
- Update build status badge. by @mattwilkinsonn in #551
- Use labels from cloud event in state monitor by @giusdp in #542
- Added devcontainer for wasmcloud-otp by @brooksmtownsend in #549
- emit uptime_seconds and version when publishing a host_started event by @connorsmith256 in #548
- add actor start from local file by @pgray in #529
- Enabled dialyzer failing CI, elixir 1.14.2 upgrade by @brooksmtownsend in #538
- Echo and KVcounter integration benchmark tests by @brooksmtownsend in #552
- Add start provider configuration by @rovast in #498
- feat: alert on provider upload size limit violations by @vados-cosmonic in #553
- bump version to v0.61.0 by @connorsmith256 in #557
- get & compile deps on cache hits by @connorsmith256 in #561
- Publish actor invocations on rpcevt by @brooksmtownsend in #562
- dockerhub official elixir images are broken under qemu for 1.14.{2,3} by @pgray in #563
- Pass expected name for enabling structured logging in providers by @connorsmith256 in #558
- unpin from specific SHA of bindle by @connorsmith256 in #559
- revert to otp 24 for cross-built images as otp 25 fails under qemu by @pgray in #564
New Contributors
- @pgray made their first contribution in #529
- @vados-cosmonic made their first contribution in #553
Full Changelog: v0.60.0...v0.61.0-rc.1
v0.60.0
What's Changed
- [EPIC] Supervision tree refactor and code cleanliness by @autodidaddict in #503
- convert OCI refs to lowercase by @connorsmith256 in #510
- Credo warnings for host_core/actors/ files by @giusdp in #511
- Credo warnings for host_core/test files by @giusdp in #512
- add contract ID to provider descriptions in inventory by @connorsmith256 in #516
- add valid return to publish_heartbeat cast by @connorsmith256 in #515
- Converting lattice cache to use a durable key value store by @autodidaddict in #513
- Host_config.json double write fix and customization by @giusdp in #504
- More credo warnings cleaning for host_core by @giusdp in #514
- Last readability warnings in host_core by @giusdp in #521
- Linkdefs put with a predictable hash ID rather than a random UUID by @autodidaddict in #520
- Bumping wascap version to 0.9.1 by @autodidaddict in #524
- override primary logger level when structured_log_level is set by @connorsmith256 in #528
- move Registry.register calls to after module initialization by @connorsmith256 in #531
- Supporting linkdefs in bucket without ids by @autodidaddict in #533
- remove JS domain from LATTICEDATA stream filter subject by @connorsmith256 in #532
- Caching vhost config by @autodidaddict in #534
- fix various bugs related to policy checks by @connorsmith256 in #535
- Fixes issues with deleting linkdefs by @autodidaddict in #536
- publish link deleted events by @connorsmith256 in #537
- Wasmcloud_host credo warnings by @giusdp in #522
- Avoiding an inbox deadlock on heartbeats by @autodidaddict in #530
- Putting contract ID back on heartbeat by @autodidaddict in #539
- add custom console logger by @connorsmith256 in #541
- reference updated function by @connorsmith256 in #543
- Cache call alias when claims are replicated by @brooksmtownsend in #544
- Updated otel deps to include bug fixes by @brooksmtownsend in #545
- Cache rust builds during build CI by @brooksmtownsend in #546
New Contributors
Full Changelog: v0.59.0...v0.60.0
v0.60.0-rc.9
What's Changed
- add custom console logger by @connorsmith256 in #541
- reference updated function by @connorsmith256 in #543
- Cache call alias when claims are replicated by @brooksmtownsend in #544
- Updated otel deps to include bug fixes by @brooksmtownsend in #545
Full Changelog: v0.60.0-rc.8...v0.60.0-rc.9
v0.60.0-rc.8
What's Changed
- Putting contract ID back on heartbeat by @autodidaddict in #539
Full Changelog: v0.60.0-rc.7...v0.60.0-rc.8
v0.60.0-rc.7
What's Changed
- Wasmcloud_host credo warnings by @giusdp in #522
- Avoiding an inbox deadlock on heartbeats by @autodidaddict in #530
Full Changelog: v0.60.0-rc.6...v0.60.0-rc.7
v0.60.0-rc.6
What's Changed
- publish link deleted events by @connorsmith256 in #537
Full Changelog: v0.60.0-rc.5...v0.60.0-rc.6