Skip to content

1.6.0

Latest
Compare
Choose a tag to compare
@spikeninja spikeninja released this 23 Apr 19:11
639cc40

πŸ““ Notes:
This release has some breaking changes. Please, do the dump of your the DB file, delete it from ./your_path_here/database.db volume and restart Taskiq-Admin to let it generate a new SQLite file with all the DB schema updates.
Also take a look into the updates of the middleware class.

πŸ”₯ Features

  • add new 'queued' state of tasks (breaking change)
  • add ability to filter by task states
  • update taskiq middleware class
  • update TaskState typing
  • add timestamp_ms to all timestamps in the db schema (breaking change)
  • add sort by queuedAt ability

πŸ› Fixes:

  • fix returnValue formatting in the table