Skip to content

4.0.0a4

Latest
Compare
Choose a tag to compare
@github-actions github-actions released this 13 Nov 00:52
· 59 commits to master since this release
  • BREAKING Renamed any leftover fields named executor to job_executor (this breaks data store compatibility)
  • BREAKING Switched to using the timezone aware timestamp column type on Oracle
  • BREAKING Fixed precision issue with interval columns on MySQL
  • BREAKING Fixed datetime comparison issues on SQLite and MySQL
  • BREAKING Worked around datetime microsecond precision issue on MongoDB
  • BREAKING Renamed the worker_id field to scheduler_id in the JobAcquired and JobReleased events
  • BREAKING Added the task_id attribute to the ScheduleAdded, ScheduleUpdated and ScheduleRemoved events
  • BREAKING Added the finished attribute to the ScheduleRemoved event
  • BREAKING Added the logger parameter to Datastore.start() and EventBroker.start() to make both use the scheduler's assigned logger
  • BREAKING Made the apscheduler.marshalling module private
  • Added the configure_task() and get_tasks() scheduler methods
  • Fixed out of order delivery of events delivered using worker threads
  • Fixed schedule processing not setting job start deadlines correctly