- First release
- Changed AbstractTask uids to be shorter (Easier to read for logging purposes)
- Added ability to specify Pickle protocol version
- Removed Pickle and reverted to using JSON intead due to compatibility issues between Python 2 -> Python 3.
- Removed setup.py import of redisqueue. Causing failed installation if redis is not already installed.