v3.62.1
payloadcms/payloadv3.62.1Nov 3, 2025by denolfe
AI Summary
A quick bug fix release that prevents migration issues with KV adapters by disabling lockedDocuments logic when using the KV adapter.
Key Highlights
- Fix for KV adapter migration requirements
New Features
- Disable lockedDocuments if the kv adapter uses a collection
Full Release Notes
## [v3.62.1](https://github.com/payloadcms/payload/compare/v3.62.0...v3.62.1) (2025-11-03) ### 🐛 Bug Fixes The KV implementation was requiring all postgres users to have to create a new migration. The following fix prevents that. * disable `lockedDocuments` if the kv adapter uses a collection ([#14453](https://github.com/payloadcms/payload/issues/14453)) ([6930aaf](https://github.com/payloadcms/payload/commit/6930aaf))