Skip to content

Commit

Permalink
Release 1.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
galan committed Mar 17, 2021
1 parent ece357a commit f15f24a
Show file tree
Hide file tree
Showing 6 changed files with 139 additions and 9 deletions.
130 changes: 130 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,130 @@
# 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).


## [1.8.0] - 2021-03-17

### Added
* [common] Migrated plunger to JDK 11
* [common] Added CHANGELOG.md
* [kafka] Added `tx` and `txTimeout` argument, to enable transactional producer (by [@flecno](https://github.com/flecno))
* [kafka] Added `async` argument, where a Callback is used (by [@flecno](https://github.com/flecno))

### Changed
* [common] Updated jansi library (by [@flecno](https://github.com/flecno))
* [common] Improved output performance (by [@flecno](https://github.com/flecno))
* [kafka] Enabled lz4 compression for producers (by [@flecno](https://github.com/flecno))
* [kafka] Increased producer batch-size-config from 16384 to 100k (by [@flecno](https://github.com/flecno))
* [kafka] Increased producer linger-ms-config from 1 to 50 (by [@flecno](https://github.com/flecno))


## [1.7.1] - 2019-07-15

### Changed
* [kafka] Improved schema-registry URL behavior for kafka provider.
* [kafka] Changed kafka timeout default from 1s to 4s.


## [1.7.0] - 2019-07-11

### Added
* [kafka] Added support for avro-schemas to the kafka provider (by [@clairefautsch](https://github.com/clairefautsch) and [@eberdt](https://github.com/eberdt))

### Changed
* [kafka] Updated rabbitmq library (Security CVE)
* [kafka] Updated kafka library


## [1.6.2] - 2018-10-05

### Added
* [common] Added JAVA_OPTS environment variable support


## [1.6.1] - 2018-04-16

### Fixed
* [rabbitmq] Fixed minor api-change in rabbitmq with newer versions (3.6.x).


## [1.6.0] - 2018-02-26

### Added
* [kafka] Support for kafka-headers

### Changed
* [kafka] Kafka-Client update to 1.0.0
* [kafka] Renamed kafka meta-data headers, now starting with `kafka.`


## [1.5.9] - 2017-11-01

### Added
* [kafka] Kafka option `acks` for producer, defaults to `all`.


## [1.5.8] - 2017-11-01

### Changed
* [kafka] changed commitSync behaviour for kafka provider cat command.


## [1.5.7] - 2017-07-07

### Added
* [kafka] Added `maxPartitionFetchBytes` - Sets the `max.partition.fetch.bytes` option for the kafka consumer (pcat)
* [kafka] Added `maxRequestSize` - Sets the `max.request.size option` for the kafka producer (pput)


## [1.5.6] - 2017-03-22

### Added
* [common] Added `-d` option to `put`, so you can pass lines with plain content directly to the message broker (each line a message, unescaped, without header).
* [kafka] Added `maxPollRecords` parameter to kafka provider


## [1.5.5] - 2017-03-01

### Changed
* [kafka] Sort output of kafka topics when using command `ls`


## [1.5.4] - 2017-02-15

### Fixed
* [kafka] NPE `fix` for key parameter handling in kafka provider


## [1.5.3] - 2017-02-13

### Changed
* [kafka] key parameter behaviour improved (will use plunger `key` parameter, or `key` message-header)

### Removed
* [kafka] Removed JMX calls for kafka `ls` command






[Unreleased]: https://github.com/galan/plunger/compare/v1.8.0...HEAD
[1.8.0]: https://github.com/galan/plunger/compare/v1.7.1...v1.8.0
[1.7.1]: https://github.com/galan/plunger/compare/v1.7.0...v1.7.1
[1.7.0]: https://github.com/galan/plunger/compare/v1.6.2...v1.7.0
[1.6.2]: https://github.com/galan/plunger/compare/v1.6.1...v1.6.2
[1.6.1]: https://github.com/galan/plunger/compare/v1.6.0...v1.6.1
[1.6.0]: https://github.com/galan/plunger/compare/v1.5.9...v1.6.0
[1.5.9]: https://github.com/galan/plunger/compare/v1.5.8...v1.5.9
[1.5.8]: https://github.com/galan/plunger/compare/v1.5.7...v1.5.8
[1.5.7]: https://github.com/galan/plunger/compare/v1.5.6...v1.5.7
[1.5.6]: https://github.com/galan/plunger/compare/v1.5.5...v1.5.6
[1.5.5]: https://github.com/galan/plunger/compare/v1.5.4...v1.5.5
[1.5.4]: https://github.com/galan/plunger/compare/v1.5.3...v1.5.4



[0.0.1]: https://github.com/galan/plunger/releases/tag/v0.0.1
4 changes: 2 additions & 2 deletions plunger-activemq/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

<groupId>de.galan</groupId>
<artifactId>plunger-activemq</artifactId>
<version>1.7.1</version>
<version>1.8.0</version>

<parent>
<groupId>de.galan</groupId>
Expand All @@ -20,7 +20,7 @@
<dependency>
<groupId>de.galan</groupId>
<artifactId>plunger</artifactId>
<version>1.7.1</version>
<version>1.8.0</version>
<scope>provided</scope>
</dependency>

Expand Down
4 changes: 2 additions & 2 deletions plunger-hornetq/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

<groupId>de.galan</groupId>
<artifactId>plunger-hornetq</artifactId>
<version>1.7.1</version>
<version>1.8.0</version>

<properties>
<hornetq.version>2.2.5.Final</hornetq.version>
Expand All @@ -20,7 +20,7 @@
<dependency>
<groupId>de.galan</groupId>
<artifactId>plunger</artifactId>
<version>1.7.1</version>
<version>1.8.0</version>
<scope>provided</scope>
</dependency>

Expand Down
4 changes: 2 additions & 2 deletions plunger-kafka/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

<groupId>de.galan</groupId>
<artifactId>plunger-kafka</artifactId>
<version>1.7.1</version>
<version>1.8.0</version>

<parent>
<groupId>de.galan</groupId>
Expand All @@ -17,7 +17,7 @@
<dependency>
<groupId>de.galan</groupId>
<artifactId>plunger</artifactId>
<version>1.7.1</version>
<version>1.8.0</version>
<scope>provided</scope>
</dependency>

Expand Down
4 changes: 2 additions & 2 deletions plunger-rabbitmq/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

<groupId>de.galan</groupId>
<artifactId>plunger-rabbitmq</artifactId>
<version>1.7.1</version>
<version>1.8.0</version>

<parent>
<groupId>de.galan</groupId>
Expand All @@ -16,7 +16,7 @@
<dependency>
<groupId>de.galan</groupId>
<artifactId>plunger</artifactId>
<version>1.7.1</version>
<version>1.8.0</version>
<scope>provided</scope>
</dependency>
<dependency>
Expand Down
2 changes: 1 addition & 1 deletion plunger/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

<groupId>de.galan</groupId>
<artifactId>plunger</artifactId>
<version>1.7.1</version>
<version>1.8.0</version>
<name>plunger</name>

<parent>
Expand Down

0 comments on commit f15f24a

Please sign in to comment.