History.txt in bmabey-rosetta_queue-0.2.0 vs History.txt in bmabey-rosetta_queue-0.3.3
- old
+ new
@@ -1,18 +1,21 @@
== 0.2.x (git)
=== New features
+ * Added core time extension when ActiveSupport not present. (Chris Wyckoff)
=== Bufixes
+ * Closing the connection after publishing message now instead of unsubscribing. (Chris Wyckoff)
+
== 0.2.0
=== New features
- * Synchronous AMQP adapter
+ * Synchronous AMQP adapter (Chris Wyckoff - Lead Media Partners)
* Uses celldee's synchronous AMQP client, 'Bunny'.
- * Added .delete method to Consumer class
+ * Added .delete method to Consumer class (Chris Wyckoff - Lead Media Partners)
* Allows user to purge a queue.
* Works for AMQP adapters only.
=== Bufixes
- * client :ack now working.
+ * client :ack now working. (Chris Wyckoff - Lead Media Partners)
== 0.1.4
=== New features
* Removed dependency on ActiveSupport and brought over needed String methods. (Derek and Matt - Greenview Data, Inc.)