TL;DR: Mainly refactorings, but some might affect the time-related behaviour (though should not).
What's Changed
- refactor: just fix some typo - change function name from ochestrator to orchestrator (with r) by @immanuwell in #1202
- Restore the coverage calculation and Coveralls & CodeCov reports by @nolar in #1204
- Prevent handler retries if they are doomed to fail on the next run by @nolar in #1203
- Refactor for stricter checks of Nones vs. False-eval values by @nolar in #1205
- Switch to event loop's clock for all timing operations by @nolar in #1206
- Refactor time-based tests to use fake and sharp loop time by @nolar in #881
- Switch the docs to the "Furo" theme by @nolar in #1207
New Contributors
- @immanuwell made their first contribution in #1202
Full Changelog: 1.39.1...1.40.0