Skip to content

Commit 4008a76

Browse files
committed
v0.17.2 release
1 parent c4d128f commit 4008a76

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.2-dev
3+
## 0.17.2 August 28, 2023
44
- [#557](https://github.com/tag1consulting/goose/pull/557) speed up user initialization on Linux
55
- [#559](https://github.com/tag1consulting/goose/pull/559) disable unnecessary features in chronos, avoid potential segfault in time crate: https://rustsec.org/advisories/RUSTSEC-2020-0071
66

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.2-dev"
3+
version = "0.17.2"
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.1 controller commands:
14+
goose 0.17.2 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.1
113+
goose v0.17.2
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.1
26+
Downloaded goose v0.17.2
2727
...
28-
Compiling goose v0.17.1
28+
Compiling goose v0.17.2
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.1 (~/goose)
10+
Compiling goose v0.17.2 (~/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.1
288+
goose v0.17.2
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.1 (/Users/jandrews/devel/goose)
70+
Compiling goose v0.17.2 (/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)