Skip to content

v1.34.3

Choose a tag to compare

@sgaduuw sgaduuw released this 14 Jun 18:16
· 20 commits to develop since this release
c996153

Fixed

  • Changing a page's parent (in the list or the edit form) failed with a
    "database is locked" error on multi-worker deployments and the change
    did not persist. The redirect that records the moved URL was being
    written on a second database connection that deadlocked against the
    page save; it now shares the request's connection.