Skip to content

Commit

Permalink
Merge pull request #182 from odolbeau/prepare-180
Browse files Browse the repository at this point in the history
Prepare v1.8.0
  • Loading branch information
Olivier Dolbeau authored Feb 5, 2020
2 parents b63acd7 + c6be10e commit 298626e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 14 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,12 @@ This project adheres to [Semantic Versioning](http://semver.org/).

## [Unreleased]

## [1.8.0] - 2020-02-05

- Add ServicesResetterProcessorConfigurator
- Deprecate NewRelic, Sentry & RPC related processor configurators
- Remove deprecated code
- Remove outdated xsd config

## [1.7.2] - 2020-01-22

Expand Down
14 changes: 0 additions & 14 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -77,20 +77,6 @@ swarrot:
# retry_exchange: retry
# retry_attempts: 3
# retry_routing_key_pattern: 'retry_%%attempt%%'
# - configurator: swarrot.processor.new_relic
# extras:
# new_relic_app_name: ~
# new_relic_license: ~
# new_relic_transaction_name: ~

# - configurator: swarrot.processor.rpc_server
# extras:
# # Exchange on which rpc response will be published with `reply_to` as routing_key.
# # If not configured will publish on default exchange where routing_key is used to define receiving queue.
# rpc_exchange: ~
# - configurator: swarrot.processor.rpc_client
# extras:
# rpc_client_correlation_id: ~

# - configurator: swarrot.processor.services_resetter

Expand Down

0 comments on commit 298626e

Please sign in to comment.