Skip to content

Commit 4bcf52e

Browse files
Merge pull request #556 from jeremyandrews/v0.17.1
tag 0.17.1 release
2 parents 29cccbe + 4cf0651 commit 4bcf52e

File tree

6 files changed

+9
-9
lines changed

6 files changed

+9
-9
lines changed

CHANGELOG.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Changelog
22

3-
## 0.17.1-dev
3+
## 0.17.1 August 17, 2023
44
- [#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
55
- [#552](https://github.com/tag1consulting/goose/pull/552) add `scenario_index`, `scenario_name`, `transaction_index` and `transaction_name` to the request log
66
- [#553](https://github.com/tag1consulting/goose/pull/553) remove `serde_cbor` dependency no longer required due to [#529]

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "goose"
3-
version = "0.17.1-dev"
3+
version = "0.17.1"
44
authors = ["Jeremy Andrews <jeremy@tag1consulting.com>"]
55
edition = "2018"
66
description = "A load testing framework inspired by Locust."

src/docs/goose-book/src/controller/telnet.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ Trying 127.0.0.1...
1111
Connected to localhost.
1212
Escape character is '^]'.
1313
goose> ?
14-
goose 0.17.0 controller commands:
14+
goose 0.17.1 controller commands:
1515
help this help
1616
exit exit controller
1717

@@ -110,6 +110,6 @@ The above commands are also summarized in the metrics overview:
110110
Canceling: 2022-05-05 07:11:13 - 2022-05-05 07:11:13 (00:00:00, 0 <- 20)
111111

112112
Target host: https://umami.ddev.site/
113-
goose v0.17.0
113+
goose v0.17.1
114114
------------------------------------------------------------------------------
115115
```

src/docs/goose-book/src/getting-started/creating.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -23,9 +23,9 @@ At this point it's possible to compile all dependencies, though the resulting bi
2323
```bash
2424
$ cargo run
2525
Updating crates.io index
26-
Downloaded goose v0.17.0
26+
Downloaded goose v0.17.1
2727
...
28-
Compiling goose v0.17.0
28+
Compiling goose v0.17.1
2929
Compiling loadtest v0.1.0 (/home/jandrews/devel/rust/loadtest)
3030
Finished dev [unoptimized + debuginfo] target(s) in 52.97s
3131
Running `target/debug/loadtest`

src/docs/goose-book/src/getting-started/metrics.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ In this case, the [Drupal Umami demo](https://www.drupal.org/docs/umami-drupal-d
77
## ASCII metrics
88
```bash
99
% cargo run --release --example umami -- --host http://umami.ddev.site/ -u9 -r3 -t1m --no-reset-metrics --report-file report.html
10-
Compiling goose v0.17.0 (~/goose)
10+
Compiling goose v0.17.1 (~/goose)
1111
Finished release [optimized] target(s) in 11.88s
1212
Running `target/release/examples/umami --host 'http://umami.ddev.site/' -u9 -r3 -t1m --no-reset-metrics --report-file report.html`
1313
05:09:05 [INFO] Output verbosity level: INFO
@@ -285,7 +285,7 @@ All 9 users hatched.
285285
Decreasing: 2022-05-17 07:10:08 - 2022-05-17 07:10:08 (00:00:00, 0 <- 9)
286286

287287
Target host: http://umami.ddev.site/
288-
goose v0.17.0
288+
goose v0.17.1
289289
------------------------------------------------------------------------------
290290
```
291291

src/docs/goose-book/src/getting-started/scenarios.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ Or, to run only the "Anonymous Spanish user" and "Admin user" Scenarios, you cou
6767

6868
```bash,ignore
6969
% cargo run --release --example umami -- --hatch-rate 10 --scenarios "spanish,admin"
70-
Compiling goose v0.17.0 (/Users/jandrews/devel/goose)
70+
Compiling goose v0.17.1 (/Users/jandrews/devel/goose)
7171
Finished release [optimized] target(s) in 11.79s
7272
Running `target/release/examples/umami --hatch-rate 10 --scenarios spanish,admin`
7373
05:53:45 [INFO] Output verbosity level: INFO

0 commit comments

Comments
 (0)