locust v2.13.0 Release Notes

Release Date: 2022-10-28 // over 1 year ago
  • Full Changelog

    🛠 Fixed bugs:

    • LoadTestShape not included in the API docs #2232
    • ImportError: cannot import name 'OrderedDict' from 'typing' #2223

    🔀 Merged pull requests:

    • 🛠 Fix issue with --stop timeout parsing time strings #2239 (cyberw)
    • ✅ Make LoadTestShape a proper abstract class #2233 (cyberw)
    • ➕ Add the ability to set default_headers on FastHttpUser #2231 (cyberw)
    • URL link on the host name for fast navigation to the API #2228 (JonanOribe)

Previous changes from v2.12.2

  • Full Changelog

    🛠 Fixed bugs:

    • 📜 Class picker incorrectly populates Parsed Options #2192

    Closed issues:

    • 💻 Run time input for web-ui #2198

    🔀 Merged pull requests:

    • ✅ Run unit tests on Python 3.11 (and explicitly support it) #2225 (cyberw)
    • 🛠 Fix exception when someone sets both --headless and --autostart #2224 (cyberw)
    • ✂ Delete the CustomMessageListener class for type consistency #2221 (samuelspagl)
    • Output install location and version info when called with -V #2213 (cyberw)