Skip to content

Releases: Luminis-Arnhem/jmeter-websocket-samplers

v1.0

20 Nov 21:14
Compare
Choose a tag to compare

New feature: registers size of sent messages too. Requires JMeter version 3.1 or later!

v0.12

07 Nov 20:02
Compare
Choose a tag to compare

Added support for continuation frames.

v0.11.1

22 Oct 08:05
Compare
Choose a tag to compare
  • New feature: you can control what's happening with the websocket connections at the end of the test: leave open (default), close on websocket level or close on tcp level, by setting JMeter property websocket.thread.stop.policy.
  • Fix: all result viewers will now correctly show the size of received bytes. Frame payload is counted as 'body', frame headers as 'headers'.
  • By default, filtered frames do not contribute to 'received size', but this can be changed by setting JMeter property websocket.result.size_includes_filtered_frames
  • minor bug fixes and documentation improvements

v0.10

25 Aug 16:06
Compare
Choose a tag to compare

New feature: frame filters. To handle situations in which the server sends unsolicited messages and the occurrence of such messages is hard to predict or otherwise hard to take into account in the test plan, filters can be used to discard such messages before they are seen by a sampler.

v0.9

20 Jun 19:31
Compare
Choose a tag to compare
  • the single read sampler now has an option to make it "optional", which avoids the sampler to fail when no websocket frame is received; this is useful in test scenario's where you can not exactly predict when the server will send what.

v0.8

13 May 10:37
Compare
Choose a tag to compare
  • adds support for http proxy
  • adds a renderer for displaying binary results (general viewer, can be used for any type of sampler)

0.7.3

15 Apr 16:45
Compare
Choose a tag to compare
v0.7.3