Payload CMS Releases Archive
Explore all 515 releases of Payload CMS. View release notes, changelogs, and version history. 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.
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.
Tag: v0.19.2
Released 3 years ago
PayloadCMS v0.19.2 introduces extensible authentication strategies, allowing developers to customize how users authenticate beyond the default email/password method. This release adds new authenticati...
Highlights:
- Introduction of extensible authentication strategies beyond email/password
- New authentication hooks: afterMe, afterLogout, and afterRefresh
- New middleware options: preMiddleware and postMiddleware (deprecating middleware)
- +1 more...
Tag: v0.19.1
Released 3 years ago
PayloadCMS v0.19.1 is a minor bug fix release that addresses an issue with duplicate relationship options appearing in the admin UI. This release ensures that when using relationship fields, options a...
Highlights:
- Fixed issue with duplicate options appearing in relationship fields
- Improved relationship field data integrity
Tag: v0.19.0
Released 3 years ago
Payload CMS v0.19.0 brings several important enhancements to GraphQL capabilities, relationship field handling, and file operations. Key improvements include the ability to generate GraphQL schema, be...
Highlights:
- New GraphQL schema generation capability for better API documentation and integration
- Improved relationship field handling with proper access control
- Added ability to clear DatePicker values
- +2 more...
Tag: v0.18.5
Released 3 years ago
PayloadCMS v0.18.5 is a maintenance release that focuses on fixing several UI bugs and documentation improvements. Key fixes include resolving issues with empty cell data rendering in lists, icon posi...
Highlights:
- Fixed UI rendering issues with empty cell data in list views
- Resolved icon positioning problem in select fields' option lists
- Fixed image size validation with proper MIME type checking
- +2 more...
Tag: v0.18.4
Released 3 years ago
Payload CMS v0.18.4 is a minor update that fixes an issue with the load() function. This release ensures proper handling of collections with custom IDs, improving reliability for developers working wi...
Highlights:
- Fixed an issue with the load() function when working with collections that have custom IDs
- Improved reliability for data operations with custom ID configurations
Tag: v0.18.3
Released 3 years ago
Payload CMS v0.18.3 fixes a critical issue with token expiration limits. This patch ensures that token expiration times are properly enforced, addressing a potential security concern for authenticatio...
Highlights:
- Fixed issue #670 related to maximum token expiration limits
- Enhanced security by ensuring proper enforcement of token expiration settings
- Small but important patch for authentication systems
Tag: v0.18.2
Released 3 years ago
Payload CMS v0.18.2 adds anonymous telemetry This minor release introduces anonymous telemetry to Payload CMS, allowing the team to collect non-sensitive usage data to help improve the platform. The t...
Highlights:
- Introduction of anonymous telemetry to help improve Payload CMS
- Implementation of one-way hashing for domains and project IDs to ensure privacy
- Documentation updates explaining the telemetry system and how to opt out
Tag: v0.18.1
Released 3 years ago
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 m...
Highlights:
- Fixed critical password reset functionality that was broken in v0.18.0
- Corrected a typo in the middleware documentation page
Tag: v0.18.0
Released 3 years ago
PayloadCMS v0.18.0 brings important improvements to developer experience and fixes critical UI issues. This release adds automatic timestamps to collection types, enables webpack filesystem cache for ...
Highlights:
- Automatic timestamps for collection types when enabled
- Webpack filesystem cache for faster development
- Removal of this bindings for cleaner, more maintainable code
- +2 more...
Tag: v0.17.3
Released 3 years ago
PayloadCMS v0.17.3 brings important bug fixes for array fields and localization, adds custom endpoints for collections and globals REST APIs, and improves documentation. This maintenance release focus...
Highlights:
- Added custom endpoints for collections and globals REST APIs
- Fixed duplicate objects in array fields during data validation
- Fixed locale propagation through relationship fields
- +2 more...
