Skip to content

Releases: wasmCloud/wadm

v0.12.1

14 Jun 15:42
v0.12.1
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.12.0...v0.12.1

v0.12.0

24 May 23:57
v0.12.0
Compare
Choose a tag to compare

What's Changed

Breaking changes

This version contains a breaking change to the wadm API as well as one big, but backwards compatible change. We inverted the behavior of the delete model API to always delete all versions by default. In practice, it turned out that few users wanted to only delete a specific version. Now the API takes a body that looks like:

{
  "version": "1.0"
}

The version field is optional. If it is not set, all versions of a model will be deleted, but if it is set, it will only delete the specific model version given

Additionally, we have now made the version field in a manifest entirely optional. Versioning sounded like a good idea, but caused more headache than it was worth, especially for local development. You can still specify a version and it still must be unique, but by default, wadm will generate a ULID for the version of the model. This means you can get the original insertion order of models by sorting on the version. Old manifests will still continue to function properly if they have the version field set.

New crates

This release also marks the launch of a few new crates for wadm. Before, everything was part of the wadm crate and there was no specific client library. Now, we have separated out wadm types into the wadm-types crate so they can be used separately without the full dependency tree of wadm as well as in places like wasm components. We also have a new Rust client (wadm-client) available so people don't need to roll their own NATS requests anymore

New Contributors

Full Changelog: v0.11.2...v0.12.0

v0.11.2

20 May 17:18
v0.11.2
eb75cf4
Compare
Choose a tag to compare

Full Changelog: v0.11.1...v0.11.2

v0.11.1

30 Apr 18:35
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.11.0...v0.11.1

v0.11.0

17 Apr 17:11
v0.11.0
Compare
Choose a tag to compare
release: v0.11.0

v0.11.0-alpha.4

16 Apr 22:15
v0.11.0-alpha.4
Compare
Choose a tag to compare
release: v0.11.0-alpha.4

v0.11.0-alpha.3

13 Apr 16:44
v0.11.0-alpha.3
Compare
Choose a tag to compare
Alpha 3 for v0.11

v0.11.0-alpha.2

09 Apr 16:53
v0.11.0-alpha.2
Compare
Choose a tag to compare
v0.11.0-alpha.2 Pre-release
Pre-release

What's Changed

Full Changelog: v0.11.0-alpha.1...v0.11.0-alpha.2

v0.11.0-alpha.1

08 Apr 21:12
v0.11.0-alpha.1
Compare
Choose a tag to compare
v0.11.0-alpha.1 Pre-release
Pre-release

This is the first release of wadm that's designed to work with wasmCloud 1.0. Please note that configuration is only supported on links and by specifying the name, wadm doesn't have support for putting configuration yet.

What's Changed

Full Changelog: v0.10.0...v0.11.0-alpha.1

v0.10.0

18 Jan 23:20
v0.10.0
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.9.1...v0.10.0