- Fix a bug that might cause job to stuck in inactive state, #1060
- add id param validation in Job.get(), #990
- Allow override of promotion lockTtl, #1018
- Add support for querystring on redis URL, #1013
- Add delay to custom back off function, #984
- Add prefix as a parameter for kue-dashboard, #1028
- Allow exponential backoff to cap its delay at an specified maximum, #1029
- Minor documentation updates