0.10.9 (2021-10-05)
Bug Fixes
- ensures field read access within login operation has id (e3229c5)
Tag Name: v0.10.9
Release Date: 10/5/2021
Payload CMSPayload CMS is a modern, self-hosted headless content management system built with TypeScript, Node.js, and MongoDB. It's designed specifically for developers who want full control over their content management system while maintaining a powerful admin interface for content editors.
Payload CMS v0.10.9 is a minor bug fix release that addresses an issue with field read access during login operations. This update ensures that the id field is properly accessible during login, improving authentication reliability for systems with field-level access control.
id field is properly accessible during login operationsNo migration steps are required for this update. This is a drop-in replacement that fixes a bug without introducing breaking changes.
This update is recommended for all Payload CMS users, especially those who:
As this is a bug fix release with no breaking changes, upgrading should be straightforward and low-risk.
Fixed an issue where the id field was not properly accessible during login operations. This bug could potentially affect authentication flows in systems that implement field-level access control. The fix ensures that the id field is always available during the login process, maintaining proper authentication functionality regardless of access control settings.
No new features were introduced in this release.
While not explicitly labeled as a security fix, the bug fix related to field read access during login operations has security implications. By ensuring the id field is properly accessible during authentication, this update prevents potential authentication issues that could arise from overly restrictive field access controls.
No specific performance improvements were included in this release.
This release addresses a specific bug related to field read access during login operations. While the change is small in scope, it's important for maintaining reliable authentication flows, especially in systems with custom field-level access controls.
The fix ensures that the id field is properly accessible during the login process, which is critical for authentication to function correctly. Without this fix, systems with certain field access configurations might experience authentication issues.
Overall, this is a targeted maintenance release that improves system reliability without introducing new features or breaking changes.