Skip to content

Commit

Permalink
Update changelog for 2.13.0
Browse files Browse the repository at this point in the history
  • Loading branch information
cyberw committed Oct 28, 2022
1 parent 727b5ca commit 9670fae
Show file tree
Hide file tree
Showing 2 changed files with 41 additions and 0 deletions.
35 changes: 35 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,41 @@
# Detailed changelog
The most important changes can also be found in [the documentation](https://docs.locust.io/en/latest/changelog.html).

## [2.13.0](https://github.com/locustio/locust/tree/2.13.0) (2022-10-28)

[Full Changelog](https://github.com/locustio/locust/compare/2.12.2...2.13.0)

**Fixed bugs:**

- `LoadTestShape` not included in the API docs [\#2232](https://github.com/locustio/locust/issues/2232)
- ImportError: cannot import name 'OrderedDict' from 'typing' [\#2223](https://github.com/locustio/locust/issues/2223)

**Merged pull requests:**

- Fix issue with --stop timeout parsing time strings [\#2239](https://github.com/locustio/locust/pull/2239) ([cyberw](https://github.com/cyberw))
- Make LoadTestShape a proper abstract class [\#2233](https://github.com/locustio/locust/pull/2233) ([cyberw](https://github.com/cyberw))
- Add the ability to set default\_headers on FastHttpUser [\#2231](https://github.com/locustio/locust/pull/2231) ([cyberw](https://github.com/cyberw))
- URL link on the host name for fast navigation to the API [\#2228](https://github.com/locustio/locust/pull/2228) ([JonanOribe](https://github.com/JonanOribe))

## [2.12.2](https://github.com/locustio/locust/tree/2.12.2) (2022-10-14)

[Full Changelog](https://github.com/locustio/locust/compare/2.12.1...2.12.2)

**Fixed bugs:**

- Class picker incorrectly populates Parsed Options [\#2192](https://github.com/locustio/locust/issues/2192)

**Closed issues:**

- Run time input for web-ui [\#2198](https://github.com/locustio/locust/issues/2198)

**Merged pull requests:**

- Run unit tests on Python 3.11 \(and explicitly support it\) [\#2225](https://github.com/locustio/locust/pull/2225) ([cyberw](https://github.com/cyberw))
- Fix exception when someone sets both --headless and --autostart [\#2224](https://github.com/locustio/locust/pull/2224) ([cyberw](https://github.com/cyberw))
- Delete the `CustomMessageListener` class for type consistency [\#2221](https://github.com/locustio/locust/pull/2221) ([samuelspagl](https://github.com/samuelspagl))
- Output install location and version info when called with -V [\#2213](https://github.com/locustio/locust/pull/2213) ([cyberw](https://github.com/cyberw))

## [2.12.1](https://github.com/locustio/locust/tree/2.12.1) (2022-09-21)

[Full Changelog](https://github.com/locustio/locust/compare/2.12.0...2.12.1)
Expand Down
6 changes: 6 additions & 0 deletions docs/changelog.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,12 @@ Changelog Highlights

For full details of the Locust changelog, please see https://github.com/locustio/locust/blob/master/CHANGELOG.md

2.13.0
======
* Add the ability to set default_headers on FastHttpUser by @cyberw in https://github.com/locustio/locust/pull/2231
* Web UI: URL link on the host name for easy navigation by @JonanOribe in https://github.com/locustio/locust/pull/2228
* Add support for time strings for --stop timeout (e.g. "5m30s") @cyberw in https://github.com/locustio/locust/pull/2239

2.12.1
======
* Allow setting run time from the web UI & http api by @ajt89 in https://github.com/locustio/locust/pull/2202
Expand Down

0 comments on commit 9670fae

Please sign in to comment.