Skip to content

1.7.0

Latest
Compare
Choose a tag to compare
@spikeninja spikeninja released this 20 Jul 13:00
c762c89

📓 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.

🔥 Updates/Features

  • add WAL mode to SQLite DB
  • add tests
  • update nuxt and other packages
  • remove bootstrap
  • remove ListQueueBroker from example
  • add [API] logs to the nitro server
  • add makefile

🐛 Fixes:

  • guarantee idempotence of queued -> started -> executed
  • fix returnValue formatting in the table