Skip to content

Latest commit

 

History

History
45 lines (31 loc) · 1.51 KB

CHANGELOG.md

File metadata and controls

45 lines (31 loc) · 1.51 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.

[Unreleased]

Added

  • Content-encoding message property (for AMQP Publisher).
  • Queue x-max-priority & message priority parameters (see jlavallee#42). Thanks to @gregLibert, @looseend.
  • Request (for AMQP Publisher) and Response (for AMQP Consumer) headers.
  • Option to configure transactional AMQP consumer from the UI (see jlavallee#38). Thanks to @nicklasbondesson.
  • Auto-delete property for exchange (see jlavallee#33). Thanks to @wneild.
  • Heartbeat option (see zeph1rus/JMeter-Rabbit-AMQP@efddefa). Thanks to @zeph1rus.
  • Jar with dependencies.
  • Extra exception handling.

Changed

  • Maven instead of ant & ivy.
  • Switch to maven directory layout.
  • Switch to SLF4J API for logging.
  • Samplers configuration screens adjusted.
  • Scenario example updated.
  • Code cleanup.

Deprecated

Removed

  • Redundant dependencies removed.

Fixed

Dependency Updates

  • Up jmeter-core version to 5.4.3.
  • Up amqp-client version to 4.12.0.
  • Up commons-lang3 version to 3.12.0.