forked from jlavallee/JMeter-Rabbit-AMQP
-
Notifications
You must be signed in to change notification settings - Fork 23
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
c7becc7
commit b23ec0a
Showing
1 changed file
with
45 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,45 @@ | ||
# Changelog | ||
|
||
All notable changes to this project will be documented in this file. | ||
|
||
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), | ||
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). | ||
|
||
## [Unreleased] | ||
|
||
### Added | ||
|
||
* Content-encoding message property (for AMQP Publisher). | ||
* Queue x-max-priority & message priority parameters (see jlavallee#42). Thanks to [@gregLibert](https://github.com/gregLibert), [@looseend](https://github.com/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](https://github.com/nicklasbondesson). | ||
* Auto-delete property for exchange (see jlavallee#33). Thanks to [@wneild](https://github.com/wneild). | ||
* Heartbeat option (see zeph1rus/JMeter-Rabbit-AMQP@efddefa). Thanks to [@zeph1rus](https://github.com/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 | ||
|
||
* No header in reply-to message issue (see jlavallee#41). Thanks to [@gregLibert](https://github.com/gregLibert). | ||
* Checkstyle issues. | ||
|
||
### 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. |