v1.34.3
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.