Skip to content

Latest commit

 

History

History
44 lines (24 loc) · 669 Bytes

CHANGELOG.md

File metadata and controls

44 lines (24 loc) · 669 Bytes

Changelog

0.3.1

  • Add support for Python 3.10

0.3.0

  • Add monitor_interval kwarg to FutureProofExecutor allowing the user to configure the frequency of monitor logging.

0.2.3

  • Add support for Python 3.9
  • Drop support for Python 3.5

0.2.2

  • Fix process executor not shutting down correctly.

0.2.1

  • Add support for Python 3.8.

0.2.0

  • Support process executors (Python 3.7+ only).
  • Allow for error policies to be specified as strings.

0.1.2

  • Fix run method not failing fast.

0.1.1

  • Added support for Python 3.5.

0.1.0

  • Removed Python 3.5 Trove classifier as it was unsupported.

0.1.0-dev0

  • Initial release.