blob: 3145c0f53f8eb2a4e10d522174f43eca5fb45e60 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
|
# Name: v8.0.0
### URL: https://github.com/mcollina/autocannon/releases/tag/v8.0.0
### published at '2024-10-14T16:59:56Z' by mcollina
---
## What's Changed
* doc: fix API autocannon.print by @casantosmu in https://github.com/mcollina/autocannon/pull/508
* fix: table would still be rendered in JSON mode when writing to file by @10xLaCroixDrinker in https://github.com/mcollina/autocannon/pull/514
* fix(requestIterator): generated IDs were not URL-safe by @10xLaCroixDrinker in https://github.com/mcollina/autocannon/pull/515
* fix(printResult): tables included colors even when outputStream did not support it by @10xLaCroixDrinker in https://github.com/mcollina/autocannon/pull/513
* Update README to make behavior of idReplacement more clear by @ConnorSinnott in https://github.com/mcollina/autocannon/pull/516
* Allow for ID replacement in the URL by @MattIPv4 in https://github.com/mcollina/autocannon/pull/521
* Add missing angle bracket by @skyf0l in https://github.com/mcollina/autocannon/pull/523
* refactor: replace `subarg` with `@minimistjs/subarg` by @ljharb in https://github.com/mcollina/autocannon/pull/524
* Fix windows tests by @mcollina in https://github.com/mcollina/autocannon/pull/531
* assume onPort if -- node is set by @karankraina in https://github.com/mcollina/autocannon/pull/530
## New Contributors
* @casantosmu made their first contribution in https://github.com/mcollina/autocannon/pull/508
* @10xLaCroixDrinker made their first contribution in https://github.com/mcollina/autocannon/pull/514
* @ConnorSinnott made their first contribution in https://github.com/mcollina/autocannon/pull/516
* @MattIPv4 made their first contribution in https://github.com/mcollina/autocannon/pull/521
* @skyf0l made their first contribution in https://github.com/mcollina/autocannon/pull/523
* @ljharb made their first contribution in https://github.com/mcollina/autocannon/pull/524
* @karankraina made their first contribution in https://github.com/mcollina/autocannon/pull/530
**Full Changelog**: https://github.com/mcollina/autocannon/compare/v7.15.0...v8.0.0
|