Skip to content

Releases: viniciuschiele/flask-apscheduler

1.13.1

07 Nov 12:46
Compare
Choose a tag to compare
  • Add support for Flask 3 #236

1.13.0

16 Sep 11:41
Compare
Choose a tag to compare
  • Add endpoints to modify the scheduler state #222.
  • Bump minimum required flask version from 0.10 to 2.2.5 #227.
  • Drop support for Python < 3.8 #229
  • Remove deprecated methods #224

1.12.4

19 Jun 16:55
Compare
Choose a tag to compare
  • Add logging to API endpoints #197.
  • Fix issue #203.

1.12.3

18 Dec 09:40
Compare
Choose a tag to compare

1.12.2

22 May 21:06
Compare
Choose a tag to compare

1.12.1

17 Mar 09:48
Compare
Choose a tag to compare

1.12.0

14 Mar 13:40
Compare
Choose a tag to compare
  • Pin APScheduler v3 to avoid unexpected errors as v4 may have significant changes.
  • Fix issue #139

1.11.0

01 Dec 13:07
Compare
Choose a tag to compare
  • Add task decorator.

1.10.1

25 Jul 11:14
Compare
Choose a tag to compare
  • Add LICENSE file to the package.

1.10.0

25 Jul 09:37
Compare
Choose a tag to compare
  • Add SCHEDULER_ENDPOINT_PREFIX setting to control the endpoint name.
  • Set SCHEDULER_API_PREFIX default value to '/scheduler'.