Skip to content

Releases: wasmCloud/wadm

v0.19.0

02 Jan 16:43
v0.19.0
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.18.0...v0.19.0

v0.18.0

22 Oct 20:56
v0.18.0
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.17.1...v0.18.0

v0.18.0-rc.1

21 Oct 21:16
v0.18.0-rc.1
Compare
Choose a tag to compare
release(wadm): v0.18.0-rc.1

v0.17.1

15 Oct 19:25
v0.17.1
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.17.0...v0.17.1

v0.17.0

09 Oct 19:35
4b7233a
Compare
Choose a tag to compare

What's Changed

  • release: Bump wadm-client and wadm-types to 0.6.0 by @joonas in #448
  • release: Bump wadm to 0.17.0 by @joonas in #449

Full Changelog: v0.16.1...v0.17.0

v0.16.1

08 Oct 19:22
v0.16.1
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.16.0...v0.16.1

v0.16.0

04 Oct 15:25
v0.16.0
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.15.0...v0.16.0

v0.15.0

23 Sep 20:17
v0.15.0
fbf06f6
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.14.0...v0.15.0

v0.14.0

20 Aug 14:58
v0.14.0
Compare
Choose a tag to compare

This release of wadm includes a whole suite of quality of life improvements, fixes, and new features.

Features

  • The wadm client API now returns the name and the version from deploying a model, which previously was difficult to infer if you didn't know the version but wanted to deploy the latest version of an application
  • wadm's host cleanup interval has been reduced to 70 seconds, requiring only two missed heartbeats instead of four. This will cut down the time to remove a host that no longer exists. If you're running wadm in a highly distributed scenario where you expect for hosts to have intermittent network connections, you may want to re-adjust this value to 120 seconds to keep the previous functionality.
  • The BackoffWrapper for scalers now has the ability to correlate failure events to particular scalers, reporting failed events as failed scaler statuses. This also comes with a 5 second backoff for now, which is enough to prevent hot-loops for reconciliation. Most users will find this via wash app status, which has been revamped in wash 0.31.0

Fixes and improvements

  • Link scalers will now create links when a component is the source or target of a link when that component starts, previously we only did this when the component was the source
  • All WIT bindings / helpers are updated

What's Changed

Full Changelog: v0.13.1...v0.14.0

v0.13.1

05 Aug 16:02
v0.13.1
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.13.0...v0.13.1