Skip to content

Commit 96c697d

Browse files
Merge pull request #523 from jeremyandrews/release-0.16.4
release 0.16.4
2 parents 119e618 + 00ddd60 commit 96c697d

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.16.4-dev
3+
## 0.16.4 September 20, 2022
44
- [#512](https://github.com/tag1consulting/goose/pull/512) include proper HTTP method and path in logs and html report when using `GooseRequest::builder()`
55
- [#514](https://github.com/tag1consulting/goose/pull/514) fix panic when an empty wait time interval is set
66
- [#516](https://github.com/tag1consulting/goose/pull/516) fix unescaped inner quotes in csv logs

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