Releases: ManiMozaffar/aioclock
Releases · ManiMozaffar/aioclock
Version 0.3.0
What's Changed
- Improved documentation to have an overview page by @ManiMozaffar in #23
- Implement lifespan by @ManiMozaffar in #25
Full Changelog: 0.2.1...0.3.0
Version 0.2.1
Full Changelog: 0.2.2...0.2.1
What's Changed
- Fix
At
Trigger Calculation to prevent infinite job execution by @ManiMozaffar in #22 - Add
py.typed
to be compatible with PEP 561 by @amirsoroush in #20
New Contributors
- @amirsoroush made their first contribution in #20
Full Changelog: 0.2.0...0.2.1
Version 0.2.0
What's Changed
- Implement a new trigger based on cron syntax by @ManiMozaffar in #17
- Implement
OrTrigger
by @ManiMozaffar in #18
Full Changelog: 0.1.1...0.2.0
0.1.1
What's Changed
- Versioning docs with mike and fixing runtime issues on examples by @ManiMozaffar in #14
- Replace poetry with rye by @ManiMozaffar in #15
- Implemented possibility to have sync tasks by @ManiMozaffar in #16
Full Changelog: 0.1.0...0.1.1
Release 0.1.0
What's Changed
- Fix typo mistakes in docs by @parsariyahi in #7
- fix typos by @EduardSchwarzkopf in #8
- Implement
first_run_strategy
forevery trigger
by @ManiMozaffar in #9 - Fix typing issue with deorating sync function by @ManiMozaffar in #10
- Fix ci/cd on deploying docs by @ManiMozaffar in #11
- Implemented external API to run functions with dependency being injected by @ManiMozaffar in #12
- Feat: Internal API and fastAPI plugin by @ManiMozaffar in #13
New Contributors
- @parsariyahi made their first contribution in #7
- @EduardSchwarzkopf made their first contribution in #8
Full Changelog: 0.0.7...0.1.0
Release 0.0.7
What's Changed
- Add mkdocs by @ManiMozaffar in #6
- Fixed logging the exceptions when a task failed. Used to be logger.error, but now it's log.exception.
Full Changelog: 0.0.6...0.0.7
Version 0.0.6
Improved logging
Full Changelog: 0.0.5...0.0.6
Version 0.0.3
What's Changed
- Fix loop condition for "at" trigger by @ManiMozaffar in #4
Full Changelog: 0.0.2...0.0.3
Version 0.0.2
What's Changed
- Removed pytz by replacing it with stdlib zoneinfo library by @mahdihaghverdi in #1
- Implemented loop counter for "Every" trigger by @AmirAref in #2
- Implement loop controller to control how many time to iterate on tasks by @ManiMozaffar in #3
New Contributors
- @mahdihaghverdi made their first contribution in #1
- @AmirAref made their first contribution in #2
- @ManiMozaffar made their first contribution in #3
Full Changelog: 0.0.1...0.0.2