Skip to content

Releases: wasmCloud/wasmcloud-otp

v0.54.6

11 May 18:46
b7a9f17
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.54.5...v0.54.6

v0.54.4

19 Apr 19:32
9a595cf
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.54.3...v0.54.4

wasmcloud-host-0.5.1

15 Apr 17:51
98a7dc0
Compare
Choose a tag to compare

A Helm chart for running wasmCloud hosts on Kubernetes

v0.54.3

14 Apr 23:17
v0.54.3
cc37648
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.54.2...v0.54.3

v0.54.2

14 Apr 21:12
46011fd
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.54.1...v0.54.2

v0.54.1

17 Mar 19:18
69a8f2f
Compare
Choose a tag to compare
chore(*): Bumps app version in preparation for patch release (#374)

I also fixed some clippy lints that had popped up in the NIF

Signed-off-by: Taylor Thomas <[email protected]>

v0.54.0

18 Mar 13:33
903f1a2
Compare
Choose a tag to compare
bump versions for 0.54.0 (#372)

Signed-off-by: Brooks Townsend <[email protected]>

wasmcloud-host-0.5.0

17 Mar 23:11
68330d2
Compare
Choose a tag to compare

A Helm chart for running wasmCloud hosts on Kubernetes

wasmcloud-host-0.4.0

15 Mar 20:20
9b99ba6
Compare
Choose a tag to compare

A Helm chart for running wasmCloud hosts on Kubernetes

v0.53.0

11 Mar 17:26
ba88ad4
Compare
Choose a tag to compare

Added

  • NATS message "bubble wrap" that prevents host processes from exiting when there's a temporary loss of NATS connectivity in #363
  • Invocation chunking support, any invocation that exceeds the NATS max size limit will be automatically chunked and delivered with actors and providers running at least wasmbus-rpc 0.8.3 #354

Changed

  • Identified and fixed a memory spike with starting capability providers, each capability provider will now require only ~10Mb free memory to start rather than ~500Mb in #347
  • Capability providers that exit, gracefully or due to panic, will now be properly cleaned up and removed from the host inventory in #360
  • Actors that exit, gracefully or due to panic, because of a Wasmex issue will now safely exit #366
  • RPC failures that are caused by a timeout will now indicate the cause of the issue in the host log in #362