Sha256: 45e7eb382722ac66f1c9adcdf69a6f44b7ed32cae9dbeed997ee2efbc2f30dfa

Contents?: true

Size: 1.97 KB

Versions: 1

Compression:

Stored size: 1.97 KB

Contents

== 0.4.x (git)

== 0.4.0
 === New features
 * Allows for custom exception handling logic to be registered for publishing and consuming actions. See ExceptionHandler for more info. (Ben Mabey)
  * RQ was doing a blanket rescue for publishing and consuming and then logging the errors.  If you still want this behaviour you will need to register a block/class to do that. Again, see ExceptionHandler for more details.
 * 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 (Chris Wyckoff - Lead Media Partners)
    * Uses celldee's synchronous AMQP client, 'Bunny'.
  * 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. (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.)
  * 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.
  * 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 functionality.

== 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.

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
rosetta_queue-0.4.0 History.txt