Releases: geoff-carve-systems/python-aioschedule
Releases · geoff-carve-systems/python-aioschedule
1.1.1
Initial release from the geoff-carve-systems/python-aioschedule fork.
This is a direct fork from the dbader/schedule project as of dbader@3eac646. The modifications of ibrb/python-aioschedule to make it an async library are rebased on top of this.
There was some minor work needed to resolve the conflicts from the divergent projects. I then resolved the following bug fixes:
-
ibrb/python-aioschedule fixes:
- Scheduler.run_pending() didn't properly handle CancelJob return values
- python 3.11 compatibility
- Update GitHub CI pipeline configs and related docs
-
dbader/schedule fixes:
- Update added tests from the project to use the async pattern
- Fix issue with test test_until_time()