Skip to content

v0.1.5 - 2026-02-17

Choose a tag to compare

@knifecake knifecake released this 17 Feb 07:44
· 50 commits to main since this release
24583ea

Added:

  • Explicit support for Python 3.14

Fixed:

  • Fixed a bug where the supervisor wouldn't respond to SIGINT while booting if
    Django was waiting on the database connection pool (#16).
  • Fixed serialization of datetime, date, time, and timedelta objects
    passed as task arguments (#30).
  • Fixed some race conditions during process supervision and heartbeats (#29).
  • Fixed double claiming for concurrency-limited tasks (#28).