Sha256: 5be32279a7be410af357ec36598772d925706618f87a92c7efb1e1f740a3231b

Contents?: true

Size: 1.51 KB

Versions: 1

Compression:

Stored size: 1.51 KB

Contents

# Changelog

## Unreleased

* Fix regression in parsing `:uri` config with empty path

## 0.15.1

* Fix errors with additional configuration keys for AMQP connection (#13)

## 0.15.0

* Add new configuration option `:raise_exceptions` that can be used to enable
  exceptions being raised from consumers. Mostly useful for testing consumers.
  Defaults to `false`.
* Add option to release bindings before purging
* Rework TestPool timeout handling to not account processing time
* Add methods for purging queues

## 0.14.1

* Fix loading test pool source file

## 0.14.0

* Add experimental test pool (`Msgr::TestPool`)

## 0.13.0

* Use `Rails.application.config_for` if available.

## 0.12.2

* Do not delete the exchange on stop delete:true - as the exchange is changed

## 0.12.1

* Loose dependency on bunny to allow ~> 1.4 for stone-age old RabbitMQ servers.

## 0.11.rc3

* Define pool_class by string to make it useable with rails
* Add checkcredentials config option to disable initial connect to rabbitmq
  server to check the credentials

## 0.11.rc2

* Add nack for messages when an error is rescued by dispatcher

## 0.11.rc1

* Add pool_class config to override pool classes used by dispatcher

## 0.4 - 0.10

* Some lost history due to several crises

## 0.4.1

* Fix bug with empty routes on client start

## 0.4.0

* Improve railtie and autostart code

## 0.3.0

* Support for forking web servers like unicorn

## 0.2.1

* Fix wrong rails initializer code - was not use the config file

## 0.2.0

* Improve rails initializer code

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
msgr-0.15.1.1.b151 CHANGELOG.md