Skip to content
This repository has been archived by the owner on Oct 31, 2023. It is now read-only.

Releases: wasmCloud/wash

v0.8.1

18 Jan 20:47
dd311f7
Compare
Choose a tag to compare
v0.8.1 Pre-release
Pre-release

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

Full Changelog: v0.8.0...v0.8.1

v0.8.0

18 Jan 16:31
e542dd7
Compare
Choose a tag to compare
v0.8.0 Pre-release
Pre-release

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 any request_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

04 Dec 02:03
cfd8c05
Compare
Choose a tag to compare
v0.7.2 Pre-release
Pre-release

What's Changed

New Contributors

Full Changelog: v0.7.1...v0.7.2

V0.7.1

26 Nov 16:37
7c913e0
Compare
Choose a tag to compare
V0.7.1 Pre-release
Pre-release

What's Changed

New Contributors

  • @mattwilkinsonn made their first contribution in #205

Full Changelog: v0.7.0...v0.7.1

Release v0.7.0

19 Nov 15:46
a9f980c
Compare
Choose a tag to compare
Release v0.7.0 Pre-release
Pre-release

What's Changed

New Contributors

Full Changelog: v0.6.6...v0.7.0

Release v0.6.6

28 Sep 21:08
7200cee
Compare
Choose a tag to compare
Release v0.6.6 Pre-release
Pre-release
Wash CLI 0.6.6

Release v0.6.5

27 Sep 16:51
4506bef
Compare
Choose a tag to compare
Release v0.6.5 Pre-release
Pre-release
wash-v0.6.5

Release v0.6.4

24 Sep 12:41
d9e2209
Compare
Choose a tag to compare
Release v0.6.4 Pre-release
Pre-release
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

23 Sep 18:51
0b96efa
Compare
Choose a tag to compare
Release v0.6.3 Pre-release
Pre-release
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

20 Sep 15:30
45f228b
Compare
Choose a tag to compare
Release v0.6.2 Pre-release
Pre-release
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>