Releases: taskiq-python/taskiq-admin
Releases · taskiq-python/taskiq-admin
1.6.0
📓 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
1.5.1
🐛 Fixes:
- dayjs utc plugin import
1.5.0
🐛 Fixes:
- typing for tasks table
- 'Invalid Date' in the 'Finished At' column for abandoned tasks
🔥 Features
- add an ability to sort by a date range
- add autorefreshing task info on individual task page
- add vertical line (right border) to individual task page table
- add datetime prefix to a backup name
- add loader component to 'Finished At' field on individual task page for running tasks
1.4.2
🐛 Fixes:
- worker validation for middleware with taskiq_broker_name = None
🔥 Features
- update column name "Worker" -> "Broker", for more clarity