This repository has been archived by the owner on Oct 31, 2023. It is now read-only.
v0.16.0
What's Changed
- Use exact imports instead of globs by @mattwilkinsonn in #399
- Remove git command output from
wash new actor
output and add message about cloning the template by @mattwilkinsonn in #400 - Fix clippy lints by @mattwilkinsonn in #393
- Fix CI build badge. by @mattwilkinsonn in #401
- Fix
wash up --nats-connect-only
killing NATS servers it didn't start by @mattwilkinsonn in #398 - Added devcontainer for wash by @brooksmtownsend in #386
- use client builder to support querying KV bucket directly by @connorsmith256 in #404
- build: adopt workspace dependencies by @rvolosatovs in #407
- ci: setup dependabot by @rvolosatovs in #389
- Bump actions/upload-artifact from 2 to 3 by @dependabot in #413
- Bump docker/metadata-action from 3 to 4 by @dependabot in #410
- Bump tempfile from 3.3.0 to 3.4.0 by @dependabot in #415
- Bump serde_yaml from 0.9.16 to 0.9.17 by @dependabot in #414
- Bump docker/login-action from 1 to 2 by @dependabot in #409
- build(rust): add
rust-toolchain.toml
by @rvolosatovs in #406 - Bump bytes from 1.3.0 to 1.4.0 by @dependabot in #418
- Refactor
integration_build
tests and removecmd_lib
macro. by @mattwilkinsonn in #395 - Bump serde_with from 2.1.0 to 2.2.0 by @dependabot in #424
- Bump reqwest from 0.11.13 to 0.11.14 by @dependabot in #416
- Bump dialoguer from 0.10.2 to 0.10.3 by @dependabot in #423
- Bump docker/setup-buildx-action from 1 to 2 by @dependabot in #426
- Bump actions/download-artifact from 2 to 3 by @dependabot in #411
- Adds in a longer wait time for starting an actor by @thomastaylor312 in #420
- Bump docker/build-push-action from 2 to 4 by @dependabot in #412
- Bump actions/checkout from 1 to 3 by @dependabot in #427
- workflow: Makefile improvements/refactoring by @vados-cosmonic in #419
- Bump env_logger from 0.9.3 to 0.10.0 by @dependabot in #422
- Bump docker/setup-qemu-action from 1 to 2 by @dependabot in #425
- build(nix): rework flake via
nixify
by @rvolosatovs in #408 - Bump tokio from 1.24.2 to 1.25.0 by @dependabot in #417
- Add Development Prerequistes section to
README
and createdeps_check.py
script. by @mattwilkinsonn in #403 - Add
nextest
as the test runner for all wash tests. by @mattwilkinsonn in #396 - fix: use lib.name from cargo.toml for rust wasm binary name by @vados-cosmonic in #390
- Fix integration tests from being filtered out of the Integration CI job and increase CI retry backoff by @mattwilkinsonn in #439
- Revert
test_dir
changes and pintokio
to =1.24.0 by @mattwilkinsonn in #445 - feat: shell completions by @vados-cosmonic in #392
- Bump sysinfo from 0.27.7 to 0.27.8 by @dependabot in #432
- Bump ignore from 0.4.19 to 0.4.20 by @dependabot in #431
- Bump console from 0.15.4 to 0.15.5 by @dependabot in #434
- Bump clap from 4.0.32 to 4.1.8 by @dependabot in #433
- release: wash v0.16.0, wash-lib v0.6.1 by @vados-cosmonic in #450
- Bump serde_json from 1.0.91 to 1.0.94 by @dependabot in #447
- Bump serde_yaml from 0.9.17 to 0.9.19 by @dependabot in #457
- Bump heck from 0.4.0 to 0.4.1 by @dependabot in #454
- Bump anyhow from 1.0.68 to 1.0.69 by @dependabot in #455
- Feat/wash inspect by @aish-where-ya in #452
New Contributors
- @rvolosatovs made their first contribution in #407
- @vados-cosmonic made their first contribution in #419
- @aish-where-ya made their first contribution in #452
Full Changelog: v0.15.1...v0.16.0