v0.8.0
This release transitions Quirrel to a new queueing library.
Quirrel now uses Owl, a high-performance queueing library tailor-made for Quirrel.
While most of the improvements are under-the-hood, this brings one big new feature to Quirrel:
A memory-only development mode.
This means you can replace your local Redis instance with the much simpler Quirrel CLI!
Delete your docker-compose.yml
, run npm install quirrel
to get the CLI and run quirrel
to start the local version.
Easy!
This release also comes with one small breaking API change.
Job#invoke
and Job#delete
no longer return a job representation, but a boolean that shows if the action has been successfull.
Other Changes
- Added support for DISABLE_TELEMETRY in the CLI
- Embedded the feedback.fish in the Dev UI
- Added SECURITY.md, CONTRIBUTING.md, and a LICENSE file
- Rewrote the README
- Renamed the default branch to
main