ChangeLog.md in amqp-1.1.8 vs ChangeLog.md in amqp-1.2.0
- old
+ new
@@ -1,66 +1,57 @@
-## Changes Between 1.1.7 and 1.1.8
+## Changes Between 1.1.0 and 1.2.0
-### amq-protocol Update
+### [Authentication Failure Notification](http://www.rabbitmq.com/auth-notification.html) Support
-Minimum `amq-protocol` version is now `1.9.2`.
+amqp gem now supports [Authentication Failure
+Notification](http://www.rabbitmq.com/auth-notification.html). Public
+API for authentication failure handling hasn't changed.
+This extension is available in RabbitMQ 3.2+.
-## Changes Between 1.1.6 and 1.1.7
+## basic.qos Recovery Fix
+`basic.qos` setting will now be recovered first thing after
+channel recovery, to the most recent value passed via `:prefetch` channel
+constructor option or `AMQP::Channel#prefetch`.
+
+
+### amq-protocol Update
+
+Minimum `amq-protocol` version is now `1.9.2`.
+
### Automatic Recovery Fix
Automatic connection recovery now correctly recovers bindings again.
Contributed by Devin Christensen.
-## Changes Between 1.1.5 and 1.1.6
-
### 65535 Channels Per Connection
-amqp gem now allows for 65535 channels per connection and
+amqp gem now allows for 65535 channels per connection and
not Ruby process.
Contributed by Neo (http://neo.com) developers.
-
-## Changes Between 1.1.4 and 1.1.5
-
### channel.close is Delayed Until After Channel is Open
This eliminates a race condition in some codebases that use
very short lived channels.
-
-## Changes Between 1.1.3 and 1.1.4
-
### ConnectionClosedError is Back
-`ConnectionClosedError` is now defined again.
+`ConnectionClosedError` from `amq-client` is now defined again.
-## Changes Between 1.1.2 and 1.1.3
-
-### Fixed Exception in AMQP::Exchange#handle_declare_ok
-
-`AMQP::Exchange#handle_declare_ok` no longer raises an exception
-about undefined method.
-
-
-## Changes Between 1.1.1 and 1.1.2
-
### amq-protocol Update
Minimum `amq-protocol` version is now `1.9.0`.
+### Fixed Exceptions in AMQP::Exchange#handle_declare_ok
-## Changes Between 1.1.0 and 1.1.1
-
-### Fixed Exception in AMQP::Exchange#handle_declare_ok
-
`AMQP::Exchange#handle_declare_ok` no longer raises an exception
-about undefined method `#anonymous?`.
+about undefined methods `#anonymous?` and `#exchange`.
## Changes Between 1.0.0 and 1.1.0
### amq-protocol Update