Release Notes > 5.43.0
Webiny 5.43.0 Changelog
See what's new in Webiny version 5.43.0.
For the full list of changes, check out the Webiny 5.43.0
release on GitHub.
Headless CMS
Use Heartbeat in Record Locking Mechanism (#4583
)
We refactored the record locking mechanism to use the heartbeat instead of React useEffect
to unlock the record.
Record is unlocked by default after 30 seconds of the system not receiving a heartbeat signal.
Deployments
✍️ Fixed Existing VPCs Not Used With OpenSearch (#4532
)
✍️
Development
Watch Command GA
✍️
✍️ Introducing Rspack (#4522
)
✍️
TypeScript 5.3.3 (#4464
)
We have upgraded TypeScript to version 5.3.3
. At this point we cannot go any higher because of the @rmwc/*
packages.
Also, fastify
was updated to 4.29.0 - which might affect users which are hooking into the fastify
handler. If something is wrong in your code, the TypeScript build will break, and it is an easy fix - just check the fastify docs.