Payload CMS Release: Release 0.18.1
Tag Name: v0.18.1
Release Date: 6/21/2022
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.
TL;DR
Payload CMS v0.18.1 is a minor release that fixes a critical password reset functionality that was broken in the previous version. It also includes documentation improvements by fixing a typo on the middleware page. This release is important for maintaining security and user account management functionality.
Highlight of the Release
- Fixed critical password reset functionality that was broken in v0.18.0
- Corrected a typo in the middleware documentation page
Migration Guide
No migration steps are required for this update. This is a straightforward bug fix release that can be applied by updating your Payload CMS version from v0.18.0 to v0.18.1.
Upgrade Recommendations
Highly Recommended Upgrade
All users of Payload CMS v0.18.0 should upgrade to v0.18.1 as soon as possible, especially if your application relies on password reset functionality. The update fixes a critical issue with password resets that could prevent users from recovering their accounts.
To upgrade:
npm install [email protected]
# or
yarn add [email protected]
Bug Fixes
Password Reset Functionality
Fixed a critical issue (#671) where the password reset functionality was broken in v0.18.0. This fix ensures that users can successfully reset their passwords when needed, restoring an important account recovery mechanism.
New Features
No new features were introduced in this release. This is a bug fix release focused on restoring password reset functionality.
Security Updates
While not explicitly labeled as a security fix, the restoration of password reset functionality (#671) addresses a security concern, as broken password reset mechanisms can impact account security and recovery options for users.
Performance Improvements
No specific performance improvements were included in this release. The focus was on fixing the password reset functionality and documentation.
Impact Summary
This release has a moderate impact focused on restoring core functionality. The primary fix addresses a broken password reset feature, which is critical for user account management and security. Without this fix, users would be unable to reset their passwords, potentially leading to account access issues and increased support requests. The documentation improvement, while minor, helps ensure developers have accurate information when working with middleware in Payload CMS.
