> For the complete documentation index, see [llms.txt](https://docs.fylr.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.fylr.io/releases/2023/v6.6.4.md).

# Release v6.6.4 (2023-09-29)

Published 2023-09-29 14:10:00Z

* [fylr\_checksums.txt](https://s3.eu-central-1.wasabisys.com/fylr-releases/v6.6.4/fylr_checksums.txt)
* [fylr\_v6.6.4\_darwin\_amd64.tar.gz](https://s3.eu-central-1.wasabisys.com/fylr-releases/v6.6.4/fylr_v6.6.4_darwin_amd64.tar.gz)
* [fylr\_v6.6.4\_darwin\_arm64.tar.gz](https://s3.eu-central-1.wasabisys.com/fylr-releases/v6.6.4/fylr_v6.6.4_darwin_arm64.tar.gz)
* [fylr\_v6.6.4\_linux\_amd64.tar.gz](https://s3.eu-central-1.wasabisys.com/fylr-releases/v6.6.4/fylr_v6.6.4_linux_amd64.tar.gz)
* [fylr\_v6.6.4\_windows\_amd64.zip](https://s3.eu-central-1.wasabisys.com/fylr-releases/v6.6.4/fylr_v6.6.4_windows_amd64.zip)

We forgot to bump the version number in `6.6.3`, this one has `6.6.4` set correctly.

## Improved

* Make **file workers faster** when picking up a new job. A new index makes it possible to pick up jobs faster. This becomes relevant on huge file queues (after migration or re-sync) where the queue is filled with more than **100k jobs**. This patch also switches the locking to a different lock which avoids the otherwise harmless error message in the Postgres log: *ERROR: could not obtain lock on row in relation "file\_queue"*.

## Fixed

* **/api/config**: When storing event `BASE_CONFIG_UPDATE`, we now store the **url path RFC compliant**. Before, the format was using a "sloppy" approach, same found in Go stdlib where " " is accepted as part of a path.
