Releases: rinrinne/gerrit-rabbitmq-plugin
Releases · rinrinne/gerrit-rabbitmq-plugin
Release 3.14
Final release.
- Please feel free to contact me if you want to get ownership.
Release 3.0
No binary release.
- New feature: multi url support
- Bump amqp-client to 3.5.0
- Bump Gradle shadow plugin to 1.2.1
- Add Gradle release plugin 2.0.2
- Fix & improve connection handling
Release 2.0
The feature that configure queue/exchange/bind has been removed since this release. Means messages are published to existing exhange only.
Changes
- Allow event filter based on an existing user (Thanks @GLundh!)
- Fix singletonize Properties class and fix typo (Thanks @hugares!)
- Add API support: 2.9-2.10
- Bumped default Gerrit API to 2.10
- Bumped amqp-client to 3.4.4
- Bumped Gradle to 2.3
- Remove Buck support
- Remove queue/exchange/bind configuration feature
Removed keys
- queue.name
- queue.declare
- queue.durable
- queue.autoDelete
- queue.exclusive
- exchange.name
- exchange.declare
- exchange.type
- exchange.durable
- exchange.autoDelete
- bind.startUp
- bind.routingKey
Added Keys
- gerrit.listenAs
1.4
- Release binary
- Add gradle support
- Remove maven support