History.txt in bmabey-rosetta_queue-0.1.3 vs History.txt in bmabey-rosetta_queue-0.2.0

- old
+ new

@@ -1,11 +1,32 @@ -== 0.1.x (git) +== 0.2.x (git) === New features + === Bufixes + +== 0.2.0 + === New features + * Synchronous AMQP adapter + * Uses celldee's synchronous AMQP client, 'Bunny'. + * Added .delete method to Consumer class + * Allows user to purge a queue. + * Works for AMQP adapters only. + === Bufixes + * client :ack now working. + +== 0.1.4 + + === New features * Removed dependency on ActiveSupport and brought over needed String methods. (Derek and Matt - Greenview Data, Inc.) * Safer shutdown in ThreadedManager (Rob Sanheim - Relevance) * Beanstalk Adaper (David Brady - Lead Media Partners) * Still needs some work to have it take advantage of beanstalk's subscribe functionality. - === Bufixes + * Synchronous AMQP adapter + * Uses celldee's synchronous AMQP client, 'Bunny'. + * Added .delete method to Consumer class + * Allows user to purge a queue. + * Works for AMQP adapters only. + * Beanstalk Adaper (David Brady) + * Still needs some work to have it take advantage of beanstalk's subscribe funtionality. == 0.1.0 / 2008-01-28 - Initial Release RosettaQueue was realased in the wild! RQ's initial development was primarily sponsored by Alliance Health Networks (thanks!!). The original authors were Chris Wyckoff and Ben Mabey. The initial release included adapters for stomp and amqp, in addition to a null and fake adapters for testing.