> 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/2026/v6.34.3.md).

# Release v6.34.3 (2026-08-11)

Published 2026-08-11 19:16:21Z

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

## Server

### Fixed

* **`skip_constraints` now unlocks every known event type when writing events**: `POST /api/v1/event` and `/api/v1/event/list` accepted the system event groups for a root session that passed `skip_constraints=true`, but the `TASK` group was missing from that list and was rejected regardless of the parameter. A fylr-to-fylr restore that includes the event log aborted on the first task event with `The event type TASK_INSERT is not allowed`, so such an instance could only be migrated by dropping the event log (`--include-events -`). Any event type the server knows can be written with `skip_constraints` now; unknown types stay rejected. \[6ac8d919e]

### Docker images

```
docker.fylr.io/fylr/fylr:v6.34.3
docker.fylr.io/fylr/fylr-server:v6.34.3
```
