Skip to content

Latest commit

 

History

History
45 lines (25 loc) · 942 Bytes

CHANGELOG.md

File metadata and controls

45 lines (25 loc) · 942 Bytes

Changelog

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.

Unreleased

  • n/a

1.0.3 - 2021-10-07

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 - 2019-03-20

Fixed

  • Fixed a wrong example in documentation

Changed

  • Added some additional metadata to PyPI distribution
  • Minor improvements to structure of docs

1.0.1 - 2019-02-20

Fixed

  • Added missing files (changelog, license) to PyPI distribution

1.0.0 - 2019-02-07

Added

  • Initial release