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)