- Add minimal savepoint-support with NoRollbackSavepoint [datakurre]
0.6.1
------------------
- Fix issue where language bindings are not set for task queue requests, because the request is not HTTPRequest, but only inherits it [datakurre]
0.6.0
------------------
- Add taskqueue.add to return task id, which later matches request.getHeader('X-Task-Id') [datakurre]
0.5.1
------------------
- Fix issue where concurrent task counter mutex was not released due to uncaught exception [datakurre] - Fix issue where a socket in asyncore.map was closed during asyncore.poll [datakurre]
0.5.0
------------------
- Fix threading and execution order related issue where currently active Redis tasks were requeued (and processed more than once) [datakurre] - Add 'X-Task-Id'-header to help keeping track of tasks n consuming views [datakurre]
0.4.4
------------------
- Fix regression where redis+msgpack where accidentally always required [7] [datakurre] - Update docs [Dylan Jay] - Fix default for 'unix_socket_path' [fixes 8] [Dylan Jay]