π 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