- Improved handling and logging of retries for requests
1.0.4
Changed
- Use `time.monotonic` from the standard library on python 3.3 or newer and fall back to `monotonic` module only on older python versions.
1.0.3
Fixed
- When constructing a `FastPurgeClient` with an `auth` dict, the given dict is no longer modified. Previously, dict contents would be modified destructively, preventing reuse of the object for more than one client.
Changed
- Executors are now named for improved metrics/debuggability.
1.0.2
Fixed
- Fixed a wrong example in documentation
Changed
- Added some additional metadata to PyPI distribution - Minor improvements to structure of docs
1.0.1
Fixed
- Added missing files (changelog, license) to PyPI distribution