Added - Support runtime configuration with optional callable kwargs - Add giveup kwarg for exception inspection Changed - Documentation fixes
1.2.1
Changed - Documentation fixes
1.2.0
Added - 'Full jitter' algorithm from jonascheng
Changed - Jitter function now accepts raw value and returns jittered value - Change README to reST for the benefit of pypi :( - Remove docstring doc generation and make README canonical
1.1.0
Added - Event handling for success, backoff, and giveup - Change log Changed - Docs and test for multi exception invocations - Update dev environment test dependencies
1.0.7
Changed - Fix string formatting for python 2.6
1.0.6
Added - Coveralls.io integration from singingwolfboy Changed - Fix logging bug for function calls with tuple params