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
FLP - Improved Permissions Inheritance (#4630
)
✍️
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
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.
Ensuring Same Webiny Package Versions (#4628
)
✍️

(click to enlarge)
Webiny CLI - webiny refresh
Command (#4552
)
✍️