For the complete documentation index, see llms.txt. This page is also available as Markdown.

Release v6.34.3 (2026-08-11)

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

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

Last updated