Skip to content

Commit 5c1bce5

Browse files
Merge pull request #508 from jeremyandrews/r0.16.3
release 0.16.3
2 parents be70e33 + e7d6baf commit 5c1bce5

File tree

5 files changed

+8
-8
lines changed

5 files changed

+8
-8
lines changed

CHANGELOG.md

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

3-
## 0.16.3-dev
3+
## 0.16.3 July 17, 2022
44
- [#498](https://github.com/tag1consulting/goose/issues/498) ignore `GooseDefault::Host` if set to an empty string
55
- [#487](https://github.com/tag1consulting/goose/pull/487) add dev-dependency on (nix)[https://docs.rs/nix] to provide test coverage confirming proper shutdown from SIGINT (ctrl-c); capture ctrl-c in a lazy_static wrapped in a RwLock so it can be reset
66
- [#489](https://github.com/tag1consulting/goose/pull/489) don't panic when writing report file and shutting down with controller

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "goose"
3-
version = "0.16.3-dev"
3+
version = "0.16.3"
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.16.1 controller commands:
14+
goose 0.16.3 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.16.1
113+
goose v0.16.3
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.16.2
26+
Downloaded goose v0.16.3
2727
...
28-
Compiling goose v0.16.2
28+
Compiling goose v0.16.3
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.16.2 (~/goose)
10+
Compiling goose v0.16.3 (~/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.16.2
288+
goose v0.16.3
289289
------------------------------------------------------------------------------
290290
```
291291

0 commit comments

Comments
 (0)