Skip to content

Releases: Technolords/tool-jmeter-tcp-oneway

2.0.0

07 May 19:44
Compare
Choose a tag to compare

This release bumps the JMeter version to 5.1.

The release is also available at Maven Central

<dependency>
    <groupId>net.technolords.tool.jmeter</groupId>
    <artifactId>tcp-sampler-oneway</artifactId>
    <version>2.0.0</version>
</dependency>

1.0.0

03 Jul 09:10
Compare
Choose a tag to compare

This release introduces an extension for JMeter. This TCP handler ignores reads and deals with writes only.

The release is also available at Maven Central

<dependency>
    <groupId>net.technolords.tool.jmeter</groupId>
    <artifactId>tcp-sampler-oneway</artifactId>
    <version>1.0.0</version>
</dependency>