Releases: quirrel-dev/quirrel
v1.9.3
What's Changed
- docs: add BrennerSpear as a contributor for bug by @allcontributors in #1022
- fix: show values from bookmark in form by @Skn0tt in #1021
Full Changelog: v1.9.2...v1.9.3
v1.9.2
What's Changed
- Update queue.md by @BrennerSpear in #1015
- docs: add BrennerSpear as a contributor for doc by @allcontributors in #1018
- fix: don't show "endpoint" input field for instances with fixed endpoint by @Skn0tt in #1019
New Contributors
- @BrennerSpear made their first contribution in #1015
Full Changelog: v1.9.1...v1.9.2
v1.9.1
v1.9.0
What's Changed
- a bunch of dependency upgrades
- docs: add leo-guinan as a contributor for bug by @allcontributors in #936
- development-ui: don't use vercel/fetch-retry by @Skn0tt in #935
- Add quiet mode logger by @Skn0tt in #767
- set up posthog by @Skn0tt in #972
dev/quirrel/pull/960 - publish to latest by @Skn0tt in #986
- migrate phase 1: support old/new instances both sending over jobs by @Skn0tt in #975
Full Changelog: v1.8.1...v1.9.0
v1.8.1
v1.8.0
What's Changed
-
fix: decode base64-encoded incoming request bodies by @Skn0tt in #898
-
add rate limiting to API in #910
-
A bunch of dependency upgrades
-
docs: add fiddep as a contributor for bug by @allcontributors in #851
-
repro: cronjobs being removed on second run by @Skn0tt in #852
-
Localise "rescheduled" time (Closes #857) by @Skn0tt in #858
-
Don't test with timezones that observe DST by @Skn0tt in #868
-
docs: add alizahid as a contributor for code by @allcontributors in #870
-
switch back from official ioredis-mock, sunsetting Quirrel's own fork in #866
-
fix: node17 returns ipv6 addresses, which fastify doesn't like by @Skn0tt in #901
-
test refactor: use address logic from utils by @Skn0tt in #902
New Contributors
Full Changelog: v1.7.4...v1.8.0
v1.7.4
v1.7.3
-
Merge pull request #825 from quirrel-dev/all-contributors/add-scttcper
docs: add scttcper as a contributor for code
-
Merge pull request #824 from scttcper/bin
fix: add env node to bin file
-
Merge pull request #822 from scttcper/add-repo
fix: Add repo to package.json
-
Merge pull request #821 from quirrel-dev/renovate/parcel-reporter-bundle-analyzer-2.x
Update dependency @parcel/reporter-bundle-analyzer to v2.0.0
-
Merge pull request #823 from scttcper/upgrade-zod
chore: upgrade zod
-
Merge pull request #820 from quirrel-dev/renovate/ioredis-4.x
Update dependency ioredis to v4.28.0
-
1.7.3
v1.7.2
- update dependencies
- docs fix to cronjob.md
- prevent bug where relative endpoints where allowed
- add admin endpoint to remove all jobs on a queue
- Documents the retry queue option limits (thanks @babasbot!)
- fix: respect default job options (#816, thanks @boredland and @babasbot!)
meta
- remove Fly deploy
- setup kodiak
- fix bug with renovate and development-ui/package.json
v1.7.1
- Encode all URI components to prevent overlap (#685)
- Prevent some redundant redis calls (#683)
- normalize route / baseurl config (#684)
- verify cronjobs also work without implementing the QuirrelClient (#712)
- export function for running local server (#693)
- allow calling cronjobs using curl (#692)
- Infer Application URL from build env (#732)
- fix bug where
exclusive: true
didn't do anything (#717)