- No longer move simplelayout blocks instantly. [jone]
2.7.3
------------------
- Fix a bug where an old version was published. [jone]
- Close connection after publishing. [jone]
2.7.2
------------------
- Make moving to worker queue more robust. [jone]
2.7.1
------------------
- Fix edge-case, if the published object is removed before the async worker collects the data from the object. [mathias.leimgruber]
2.7.0
------------------
- Add IPreventPublishing marker interface. [jone]
- Fix removeJob method, which always tried to remove the job from the worker queue. [mathias.leimgruber]
2.6.0
------------------
- Add second worker queue, which is used by the worker to perform the actual job. Also remove the batch feature, was disabled for ages. [mathias.leimgruber]
- Do not add delete jobs to the task queue. It's quite certain that object will no longer exists if the extractor tries to get some data of the delete obj. [mathias.leimgruber]