Skip to content
Permalink

Comparing changes

This is a direct comparison between two commits made in this repository or its related repositories. View the default comparison for this range or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: tag1consulting/goose
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: b45cf302b68f3c66dfd4acc166589d01042a293c
Choose a base ref
..
head repository: tag1consulting/goose
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 16ffcac15c55190aac62874ba1c8af5a364d95f9
Choose a head ref
Showing with 1 addition and 1 deletion.
  1. +1 −1 CHANGELOG.md
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -3,7 +3,7 @@
## 0.17.0
- [#529](https://github.com/tag1consulting/goose/pull/529) **API change** temporaryily removed Gaggle support `gaggle` feature) to allow upgrading Tokio and other dependencies.
- if you require Gaggle support, use Goose 0.16.4 with Tokio 0.15 for now; Gaggle support is being added back in https://github.com/tag1consulting/goose/pull/509
- updated Tokio to 1.23, updated tungestenite and tokio-tungstenite to 0.18
- updated Tokio to 1.23, updated tungestenite and tokio-tungstenite to 0.18; updated ctrlc to 3.2; updated num_cpus to 1.14, updated simplelog to 0.12, updated nix to 0.26, updated rustls to 0.20, updates serial_test to 0.9
- removed `nng` dependency and `gaggle` feature
- removed `--manager`, `--expect-workers`, `--no-hash-check`, `--manager-bind-host`, `--manager-bind-port`, `--worker`, `--manager-host`, `--manager-port` and related configuration defaults
- removed `AttackMode::Manager` and `AttackMode::Worker`