Skip to content

Releases: aliesbelik/jmeter-amqp-plugin

v0.3.0

26 Sep 23:34
Compare
Choose a tag to compare

Minor release with some new features, bug fixes, UI improvements, and dependency upgrades.

Added

Fixed

  • Fix error on JMeter startup caused by manifest absence by @AbstractBike in #48.
  • setResponseData removed from AMQP Publisher.
  • setSamplerData removed from AMQP Consumer.

Infra

  • Release action workflow added.
  • Java 21 added to CI workflow.

Dependency Updates

  • Up jmeter-core version to 5.6.2.
  • Up amqp-client version to 5.18.0.

New Contributors

Full Changelog: v0.2.0...v0.3.0

v0.2.0

02 Aug 12:46
Compare
Choose a tag to compare

Update RabbitMQ amqp-client from 4.x to 5.x.
Look into changes between 4.x.x and 5.0.0 for details.

Changed

  • RabbitMQ amqp-client compatibility bumped from 4.x.x to 5.x.x by @t-h-e in #8.
  • Single jar with dependencies provided as release artifact by @aliesbelik in #1.

Fixed

  • NullPointerException on purging queue in AMQP Consumer by @t-h-e in #10.

Infra

  • CodeQL and SonarCloud analysis.

Dependency Updates

  • Up jmeter-core version to 5.5.
  • Up amqp-client version to 5.15.0.

New Contributors

  • @t-h-e made their first contribution in #8

Full Changelog: v0.1.0...v0.2.0

v0.1.0

15 Jan 00:08
Compare
Choose a tag to compare

Initial release.

Added

Changed

  • Samplers configuration screens adjusted.
  • Example scenario updated.
  • Switch to SLF4J API for logging.
  • Code cleanup.

Fixed

Infra

  • Maven instead of ant & ivy.
  • Switch to maven directory layout.

Dependency Updates

  • Up jmeter-core version to 5.4.3.
  • Up amqp-client version to 4.12.0.
  • Redundant dependencies removed.