Skip to content

Latest commit

 

History

History
110 lines (69 loc) · 4.12 KB

CHANGELOG.md

File metadata and controls

110 lines (69 loc) · 4.12 KB

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

Dependency Updates

  • Up amqp-client version to 5.20.0.

2023-09-27

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

Added

  • App_id message property for AMQP Publisher #29 (see jlavallee#37).
  • Timestamp message property for AMQP Publisher #50 (see jlavallee#37).
  • Help link on the title panel in AMQP Publisher and Consumer samplers.

Fixed

  • Fix error on JMeter startup caused by manifest absence #48. Thanks to @AbstractBike.
  • 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.

2022-08-02

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 #8. Thanks to @t-h-e.
  • Single jar with dependencies provided as release artifact #1.

Fixed

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

Infra

  • CodeQL and SonarCloud analysis workflows added.

Dependency Updates

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

2022-01-15

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.