diff --git a/CHANGELOG.md b/CHANGELOG.md index 700abbe6..913f43f6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # Changelog -## 0.17.1-dev +## 0.17.1 August 17, 2023 - [#543](https://github.com/tag1consulting/goose/pull/543) remove external dependency on num_cpus(), use instead built-in available_parallelism() added in rust 1.59.0 - [#552](https://github.com/tag1consulting/goose/pull/552) add `scenario_index`, `scenario_name`, `transaction_index` and `transaction_name` to the request log - [#553](https://github.com/tag1consulting/goose/pull/553) remove `serde_cbor` dependency no longer required due to [#529] diff --git a/Cargo.toml b/Cargo.toml index 0db929d3..654a74b6 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "goose" -version = "0.17.1-dev" +version = "0.17.1" authors = ["Jeremy Andrews "] edition = "2018" description = "A load testing framework inspired by Locust." diff --git a/src/docs/goose-book/src/controller/telnet.md b/src/docs/goose-book/src/controller/telnet.md index 1fc5f5e0..d580a9bc 100644 --- a/src/docs/goose-book/src/controller/telnet.md +++ b/src/docs/goose-book/src/controller/telnet.md @@ -11,7 +11,7 @@ Trying 127.0.0.1... Connected to localhost. Escape character is '^]'. goose> ? -goose 0.17.0 controller commands: +goose 0.17.1 controller commands: help this help exit exit controller @@ -110,6 +110,6 @@ The above commands are also summarized in the metrics overview: Canceling: 2022-05-05 07:11:13 - 2022-05-05 07:11:13 (00:00:00, 0 <- 20) Target host: https://umami.ddev.site/ - goose v0.17.0 + goose v0.17.1 ------------------------------------------------------------------------------ ``` diff --git a/src/docs/goose-book/src/getting-started/creating.md b/src/docs/goose-book/src/getting-started/creating.md index 362e2d54..5b846b84 100644 --- a/src/docs/goose-book/src/getting-started/creating.md +++ b/src/docs/goose-book/src/getting-started/creating.md @@ -23,9 +23,9 @@ At this point it's possible to compile all dependencies, though the resulting bi ```bash $ cargo run Updating crates.io index - Downloaded goose v0.17.0 + Downloaded goose v0.17.1 ... - Compiling goose v0.17.0 + Compiling goose v0.17.1 Compiling loadtest v0.1.0 (/home/jandrews/devel/rust/loadtest) Finished dev [unoptimized + debuginfo] target(s) in 52.97s Running `target/debug/loadtest` diff --git a/src/docs/goose-book/src/getting-started/metrics.md b/src/docs/goose-book/src/getting-started/metrics.md index 62117454..b0f7da00 100644 --- a/src/docs/goose-book/src/getting-started/metrics.md +++ b/src/docs/goose-book/src/getting-started/metrics.md @@ -7,7 +7,7 @@ In this case, the [Drupal Umami demo](https://www.drupal.org/docs/umami-drupal-d ## ASCII metrics ```bash % cargo run --release --example umami -- --host http://umami.ddev.site/ -u9 -r3 -t1m --no-reset-metrics --report-file report.html - Compiling goose v0.17.0 (~/goose) + Compiling goose v0.17.1 (~/goose) Finished release [optimized] target(s) in 11.88s Running `target/release/examples/umami --host 'http://umami.ddev.site/' -u9 -r3 -t1m --no-reset-metrics --report-file report.html` 05:09:05 [INFO] Output verbosity level: INFO @@ -285,7 +285,7 @@ All 9 users hatched. Decreasing: 2022-05-17 07:10:08 - 2022-05-17 07:10:08 (00:00:00, 0 <- 9) Target host: http://umami.ddev.site/ - goose v0.17.0 + goose v0.17.1 ------------------------------------------------------------------------------ ``` diff --git a/src/docs/goose-book/src/getting-started/scenarios.md b/src/docs/goose-book/src/getting-started/scenarios.md index 9d7a96b3..8793a82e 100644 --- a/src/docs/goose-book/src/getting-started/scenarios.md +++ b/src/docs/goose-book/src/getting-started/scenarios.md @@ -67,7 +67,7 @@ Or, to run only the "Anonymous Spanish user" and "Admin user" Scenarios, you cou ```bash,ignore % cargo run --release --example umami -- --hatch-rate 10 --scenarios "spanish,admin" - Compiling goose v0.17.0 (/Users/jandrews/devel/goose) + Compiling goose v0.17.1 (/Users/jandrews/devel/goose) Finished release [optimized] target(s) in 11.79s Running `target/release/examples/umami --hatch-rate 10 --scenarios spanish,admin` 05:53:45 [INFO] Output verbosity level: INFO