Changelog
=========

0.4.2 (2013-11-15)
------------------

- Updated README
  [Asko Soukka]

0.4.1 (2013-11-14)
------------------

- Updated README
  [Asko Soukka]

0.4.0 (2013-11-14)
------------------

- Refactor configuration by replacing explicit utilities and
  <product-configuration/> with <taskqueue/>-component
  [Asko Soukka]

0.3.1 (2013-11-13)
------------------

- Enhance acceptance testing support with the first acceptance tests
  [Asko Soukka]

0.3.0 (2013-11-10)
------------------

- Fix TaskQueueServer to re-connect to Redis after Redis restart
  [Asko Soukka]
- Fix to ping Redis on Zope start only in development mode
  [Asko Soukka]
- Add optional Task Queue PAS plugin to independently authenticate
  queued tasks as their creator
  [Asko Soukka]

0.2.2 (2013-11-09)
------------------

- Fix to flush Redis pub-notifications only when queue has been emptied
  to ensure that all messages will be processed
  [Asko Soukka]

0.2.1 (2013-11-09)
------------------

- Fix taskqueue socket to be not readable by default
  [Asko Soukka]

0.2.0 (2013-11-09)
------------------

- Enhance Redis-integration to connect redis notification pubsub-socket
  directly to asyncore on instant message handling
  [Asko Soukka]
- Fix to require redis >= 2.4.10 [fixes #2]
  [Asko Soukka]
- Fix to not start with clear error when clearly intending to use
  RedisTaskQueues without redis-dependencies. Also crash when cannot connect to
  Redis. [fixes #1]
  [Asko Soukka]

0.1.0 (2013-11-03)
------------------

- First release for experimental use.
