Home

>

Tools

>

Payload CMS

>

Releases

>

Release 1.6.2

Payload CMS Release: Release 1.6.2

Tag Name: v1.6.2

Release Date: 2/1/2023

Payload CMS LogoPayload CMS

Payload 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 v1.6.2 introduces optional passwords for auth-enabled collections and updates documentation for asynchronous initialization. This minor release enhances flexibility for authentication configurations while maintaining backward compatibility.

Highlight of the Release

    • Added support for optional passwords in auth-enabled collections
    • Updated documentation to reflect asynchronous initialization process
    • Simplified changelog format for better readability

Migration Guide

No migration is required for this release. The changes are backward compatible and won't affect existing implementations.

If you want to take advantage of the new optional password feature in auth-enabled collections, you can update your collection configurations accordingly.

Upgrade Recommendations

This is a minor release with no breaking changes. It's safe to upgrade from v1.6.1 without modifications to your existing code.

To upgrade, run:

npm install [email protected]
# or
yarn add [email protected]

If you're using the optional password feature in auth-enabled collections, make sure to review the updated documentation.

Bug Fixes

No specific bug fixes were included in this release.

New Features

Optional Passwords for Auth-Enabled Collections

Payload now supports making passwords optional in authentication-enabled collections. This enhancement provides greater flexibility when designing authentication systems, allowing for alternative authentication methods without requiring password fields.

This feature is particularly useful for:

  • OAuth or SSO implementations where passwords might not be needed
  • Systems that use email magic links or other passwordless authentication methods
  • Collections that need authentication tracking but not password protection

Security Updates

No security fixes were included in this release.

Performance Improvements

No specific performance improvements were included in this release.

Impact Summary

Payload CMS v1.6.2 is a minor release focused on enhancing authentication flexibility by introducing optional passwords for auth-enabled collections. This change allows developers to implement alternative authentication strategies more easily.

The release also includes documentation updates regarding asynchronous initialization, providing clearer guidance for developers implementing Payload in their applications.

The changelog format has been simplified for better readability, making it easier to track changes across versions.

Overall, this release improves developer experience without introducing breaking changes, maintaining backward compatibility with previous versions.

Full Release Notes

Statistics:

File Changed5
Line Additions124
Line Deletions170
Line Changes294
Total Commits6

User Affected:

  • Can now make passwords optional in auth-enabled collections
  • Need to be aware of updated documentation regarding asynchronous initialization
  • Benefit from simplified changelog format

Contributors:

jmikrut