This repository has been archived by the owner on Oct 31, 2023. It is now read-only.
Releases: wasmCloud/wash
Releases · wasmCloud/wash
v0.8.1
This PR is a patch release for Windows correcting a build failure. For Mac and Linux users, this version is equivalent to v0.8.0
What's Changed
- Renamed windows set_keys util function by @brooksmtownsend in #230
Full Changelog: v0.8.0...v0.8.1
v0.8.0
New features / Significant PRs
- Overhauled the JSON output command across wash with structures that ensure that both successful payloads and errors return helpful and consistent JSON output #221
- Updated structopt to
clap v0.3.0
, updated control interface client to use a proper async NATS connection under the hood in #226. This also constrained timeouts for anyrequest_multi
operations to the time it takes for a proper response to be returned, rather than waiting the full timeout period, and in some cases this makes commands finish 60x faster. A full list of these operations is below.wash ctl get hosts
wash ctl start actor
(without a host ID specified)wash ctl start provider
(without a host ID specified)
- Added the
--count flag
to wash ctl start actor to support starting multiple instances of an actor #229
Changed features
- Improved error handling for invalid OCI references #220
- Improved acknowledgement for starting actors and providers #223
- Warn across the
ctl
commands if contract IDs look like public keys #214 - Changed wash keys stored on disk to have
600
permissions on Unix systems #225
Bug fixes
- Create
~/.wash
directory with context commands #216
v0.7.2
What's Changed
- feat(*): fetch from wasmcloud cache on inspect commands by @matthewtgilbride in #204
- Cluster seed validation for CLI args (and interactive) by @StuartHarris in #202
- Start actor count by @stevelr in #211
New Contributors
- @matthewtgilbride made their first contribution in #204
Full Changelog: v0.7.1...v0.7.2
V0.7.1
What's Changed
- Remediate docker, snap, amd64 release issues by @brooksmtownsend in #203
- Draft: Update Github Actions by @mattwilkinsonn in #205
- ref(link): Return better errors when provider id is given by @thomastaylor312 in #207
- Reintroduce --timeout with deprecation warning by @brooksmtownsend in #208
New Contributors
- @mattwilkinsonn made their first contribution in #205
Full Changelog: v0.7.0...v0.7.1
Release v0.7.0
What's Changed
- feat(*): Add stop host by @thomastaylor312 in #197
- Adopt common naming convention with OTP host by @byblakeorriver in #198
- [FEATURE] wash Context by @brooksmtownsend in #196
- Public key CLI args validation by @StuartHarris in #199
New Contributors
- @byblakeorriver made their first contribution in #198
- @StuartHarris made their first contribution in #199
Full Changelog: v0.6.6...v0.7.0
Release v0.6.6
Wash CLI 0.6.6
Release v0.6.5
wash-v0.6.5
Release v0.6.4
mac fixes + remove debugging code (#177) * mac fixes + remove debugging code Signed-off-by: stevelr <dev@somecool.net> * rustfmt Signed-off-by: stevelr <steve@cosmonic.com> * bump to crate 0.6.4; update dependencies Signed-off-by: stevelr <steve@cosmonic.com> Co-authored-by: stevelr <dev@somecool.net> Co-authored-by: stevelr <steve@cosmonic.com>
Release v0.6.3
Require cluster seed for rpc invocations (#176) * Update release_snap.yml Signed-off-by: Brooks Townsend <brooks@cosmonic.com> * use cluster seed to sign host invocations Signed-off-by: Brooks Townsend <brooks@cosmonic.com> * bump cargo version Signed-off-by: Brooks Townsend <brooks@cosmonic.com> * add cluster seed to test Signed-off-by: Brooks Townsend <brooks@cosmonic.com> * don't even see the format diff but whatever Signed-off-by: Brooks Townsend <brooks@cosmonic.com>
Release v0.6.2
Update wasmbus rpc (#172) * update to wasmbus-rpc 0.4; work-around libgit2 proxy error Signed-off-by: stevelr <steve@cosmonic.com> * bump wash to 0.6.2 Signed-off-by: stevelr <steve@cosmonic.com> Co-authored-by: stevelr <steve@cosmonic.com>