Skip to content

Releases: taskiq-python/taskiq-admin

1.6.0

23 Apr 19:11
639cc40
Compare
Choose a tag to compare

📓 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

21 Apr 15:28
381e7c7
Compare
Choose a tag to compare

🐛 Fixes:

  • dayjs utc plugin import

1.5.0

20 Apr 10:27
6ccbe5f
Compare
Choose a tag to compare

🐛 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

14 Apr 09:06
3c074b3
Compare
Choose a tag to compare

🐛 Fixes:

  • worker validation for middleware with taskiq_broker_name = None

🔥 Features

  • update column name "Worker" -> "Broker", for more clarity

1.4.1

12 Apr 21:29
d7488f4
Compare
Choose a tag to compare

What's Changed

New Contributors

  • @s3rius made their first contribution in #1

Full Changelog: 1.4.0...1.4.1

1.4.0

12 Apr 21:24
a71cd79
Compare
Choose a tag to compare
Merge pull request #20 from spikeninja/dev

feat: version 1.4.0