- Add support for Python 3.10
- Add
monitor_interval
kwarg to FutureProofExecutor allowing the user to configure the frequency of monitor logging.
- Add support for Python 3.9
- Drop support for Python 3.5
- Fix process executor not shutting down correctly.
- Add support for Python 3.8.
- Support process executors (Python 3.7+ only).
- Allow for error policies to be specified as strings.
- Fix
run
method not failing fast.
- Added support for Python 3.5.
- Removed Python 3.5 Trove classifier as it was unsupported.
- Initial release.