Skip to content

Releases: GLEF1X/apscheduler-di

0.1.0

20 Jan 02:09
Compare
Choose a tag to compare
  • Drop python 3.6 support due to the changes in rodi 2.0.0
  • Minor changes in repository

0.0.7

07 Nov 15:10
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 0.0.6...0.0.7

0.0.6

27 Jul 12:52
d9924e2
Compare
Choose a tag to compare
Merge pull request #2 from GLEF1X/bugfix/multiple-jobstores

multiple jobstores lib error fix

0.0.5

20 Jul 08:26
Compare
Choose a tag to compare
  • format code using black, isort and pre-commit tools
  • add more specificity to error message of UnableToResolveDependencyError

0.0.4

22 Feb 13:05
Compare
Choose a tag to compare
  • Starting from 0.0.4 you can pass on additional kwargs to the job just like above:
async def your_task(repository: Repository, user_id: int):
    ...

scheduler.add_job(your_task, ..., kwargs={"user_id": 435345})
  • Internal API changes

0.0.3

14 Jan 21:08
Compare
Choose a tag to compare

Minor bugfixes

0.0.2

11 Nov 21:17
Compare
Choose a tag to compare
cleanup code

0.0.1

10 Nov 20:34
Compare
Choose a tag to compare
add support for python3.5