Flask Apscheduler Versions Save

Adds APScheduler support to Flask

1.13.1

6 months ago
  • Add support for Flask 3 #236

1.13.0

8 months ago
  • 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

1 year ago
  • Add logging to API endpoints #197.
  • Fix issue #203.

1.12.3

2 years ago

1.12.2

2 years ago
  • Fix issue #139

1.12.0

3 years ago
  • Pin APScheduler v3 to avoid unexpected errors as v4 may have significant changes.
  • Fix issue #139

1.11.0

5 years ago
  • Add task decorator.

1.10.1

5 years ago
  • Add LICENSE file to the package.

1.10.0

5 years ago
  • Add SCHEDULER_ENDPOINT_PREFIX setting to control the endpoint name.
  • Set SCHEDULER_API_PREFIX default value to '/scheduler'.