Skip to content

Releases: artilleryio/artillery

Artillery 1.5.0-2

31 May 15:42
Compare
Choose a tag to compare
Artillery 1.5.0-2 Pre-release
Pre-release

Changes

  • HTTP: response headers can now be captured with e.g. {"capture": {"header": "x-auth-token", "as": "authToken"}} (@hassy)
  • Websocket: think can be used in scenarios (@tejohnso)
  • Fixes #23 (@enderv)

Artillery 1.5.0-1

26 May 20:25
Compare
Choose a tag to compare
Artillery 1.5.0-1 Pre-release
Pre-release

Changes

  • Improved socket.io support (@ksplache)

    Socket.io scenarios can now contain HTTP steps as well as Socket.io emit steps.

Artillery 1.5.0-0

25 May 20:58
Compare
Choose a tag to compare
Artillery 1.5.0-0 Pre-release
Pre-release

Changes

  • Socket.io support! 🎈 👏 (@ksplache)
  • New dinos! (@erikerikson)
  • quick mode improvements! (@hassy)
    • Add -c and -n flags to fix concurrency level and send multiple requests/messages on the same connection
  • Improved debugging ouput (@antono & @Nepoxx)

Artillery 1.3.12

18 Mar 10:39
Compare
Choose a tag to compare

Changes

  • HTTP - when capture is used with a JSONPath expression, a randomly selected value will be returned from the result array instead of always returning the first result (@tatey)

Artillery 1.3.11

17 Mar 13:48
Compare
Choose a tag to compare

Changes

  • HTTP - Add regular expression support to capture

Artillery 1.3.10

16 Mar 17:15
Compare
Choose a tag to compare

Changes

  • Fix "-o" option for "artillery quick" (@antony)
  • Add "-o" option for "artillery report" (@antony)
  • Fix "-e" in "artillery run" (@hassy)

Artillery 1.3.8

03 Mar 11:34
Compare
Choose a tag to compare

Changes

  • Fix artillery quick on Windows (#61)

Artillery 1.3.7

02 Mar 23:13
Compare
Choose a tag to compare

Changes

  • Support iterating through CSV payloads sequentially with payload.order attribute set to "sequence" .

Artillery 1.3.6

01 Mar 22:59
Compare
Choose a tag to compare

Changes

  • Add DEBUG=http:response option to print HTTP response headers & bodies to help debug

Artillery 1.3.5

22 Feb 22:33
Compare
Choose a tag to compare

Changes: 🎷

  • Artillery is now licensed under MPL v2 🎈
  • [HTTP] Support for parsing XML responses with XPath
  • [HTTP] Allow config.defaults.cookie
  • [HTTP] HTTP Basic Auth support
  • [HTTP] Fixes for loop
  • Latency stats can now be captured for every request
  • Miscellaneous tweaks