v3.61.1
payloadcms/payloadv3.61.1Oct 24, 2025by denolfe
AI Summary
This release focuses on bug fixes including UI confirmation for closing documents, stale locale filtering in client config, and improvements to database queries and search plugin.
Key Highlights
- Ask before closing doc drawer with edits
- Fix for stale filteredLocales in client config
- Improved database querying with joins and $exists
New Features
- UI ask before closing doc drawer with edits
- Fix stale filteredLocales in client config
- Improve querying joins with $exists on mongodb
- Fix migrations in _rels table
- Add locale to key in syncedDocsSet in plugin-search
Full Release Notes
## [v3.61.1](https://github.com/payloadcms/payload/compare/v3.61.0...v3.61.1) (2025-10-24) ### 🐛 Bug Fixes * **ui:** ask before closing doc drawer with edits ([#14324](https://github.com/payloadcms/payload/issues/14324)) ([c1d017a](https://github.com/payloadcms/payload/commit/c1d017a)) * filteredLocales in the client config are stale ([#14326](https://github.com/payloadcms/payload/issues/14326)) ([5a37909](https://github.com/payloadcms/payload/commit/5a37909)) * **db-*:** querying joins with `$exists` on mongodb and improve performance when querying multiple times on postgres ([#14315](https://github.com/payloadcms/payload/issues/14315)) ([1f166ba](https://github.com/payloadcms/payload/commit/1f166ba)) * **db-postgres:** regression in migrations in the `_rels` table ([#14341](https://github.com/payloadcms/payload/issues/14341)) ([a2b1c9b](https://github.com/payloadcms/payload/commit/a2b1c9b)) * **plugin-search:** add locale to key in syncedDocsSet ([#14289](https://github.com/payloadcms/payload/issues/14289)) ([c29e1f0](https://github.com/payloadcms/payload/commit/c29e1f0)) * **ui:** account for array values in transformWhereToNaturalLanguage ([#14339](https://github.com/payloadcms/payload/issues/14339)) ([f2cabe7](https://github.com/payloadcms/payload/commit/f2cabe7)) * **ui:** preview button not responding to conditional URL ([#14277](https://github.com/payloadcms/payload/issues/14277)) ([ad0e7b2](https://github.com/payloadcms/payload/commit/ad0e7b2)) * **ui:** use `depth: 0` for publish specific locale request ([#14313](https://github.com/payloadcms/payload/issues/14313)) ([b68715e](https://github.com/payloadcms/payload/commit/b68715e)) ### 📚 Documentation * various grammar and typo fixes ([#14170](https://github.com/payloadcms/payload/issues/14170)) ([c96d50d](https://github.com/payloadcms/payload/commit/c96d50d)) * adds example for name or label on groups field ([#14323](https://github.com/payloadcms/payload/issues/14323)) ([6d88f7d](https://github.com/payloadcms/payload/commit/6d88f7d)) ### 🤝 Contributors - Jarrod Flesch (@JarrodMFlesch) - Boyan Bratvanov (@bratvanov) - Sasha (@r1tsuu) - Sean Zubrickas (@zubricks) - Said Akhrarov (@akhrarovsaid) - Paul (@paulpopus)