Skip to content

Commit

Permalink
Merge pull request #70 from zalando-incubator/warn-too-recent-locust
Browse files Browse the repository at this point in the history
Warn about locust>=0.99
  • Loading branch information
thilp authored Jun 3, 2020
2 parents 8201f0d + 09aa36f commit f567220
Show file tree
Hide file tree
Showing 11 changed files with 948 additions and 203 deletions.
7 changes: 7 additions & 0 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,13 @@ Install from PyPI::

pip install har-transformer

Note that the new major version of Locust (1.0 and up) is not yet supported.
Please make sure you have a compatible Locust to run your locustfiles::

pip install locustio==0.14.6

We hope to lift this restriction very soon!

Usage
=====

Expand Down
21 changes: 21 additions & 0 deletions docs/Changelog.rst
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,27 @@ The format is based on `Keep a Changelog`_, and this project adheres to
:local:
:depth: 1

.. _v1.2.7:

v1.2.7
======

- Release date: 2020-06-03 10:42

- Diff__.

__ https://github.com/zalando-incubator/transformer/compare/v1.2.6...v1.2.7

Fixed
-----

Feeding a Transformer-generated locustfile to a version of Locust more recent
than `0.99` (May 16, 2020) now displays a more helpful error message suggesting
to use a supported version of Locust.
Previously, users only saw Locust crash on a now-invalid `import` from the
locustfile.
Thank you :user:`TimSC` for reporting this issue! (:pr:`70`)

.. _v1.2.6:

v1.2.6
Expand Down
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
# The short X.Y version
version = "1.2"
# The full version, including alpha/beta/rc tags
release = "1.2.6"
release = "1.2.7"


# -- General configuration ---------------------------------------------------
Expand Down
Loading

0 comments on commit f567220

Please sign in to comment.