Skip to content

Commit

Permalink
Add changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
aliesbelik committed Jan 14, 2022
1 parent c7becc7 commit b23ec0a
Showing 1 changed file with 45 additions and 0 deletions.
45 changes: 45 additions & 0 deletions CHANGELOG.md
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.

0 comments on commit b23ec0a

Please sign in to comment.