All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
- n/a
- When constructing a
FastPurgeClient
with anauth
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.
- Executors are now named for improved metrics/debuggability.
- Fixed a wrong example in documentation
- Added some additional metadata to PyPI distribution
- Minor improvements to structure of docs
- Added missing files (changelog, license) to PyPI distribution
- Initial release