Payload CMS Release: Release 0.18.4
Tag Name: v0.18.4
Release Date: 6/24/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.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 with custom ID configurations.
Highlight of the Release
- Fixed an issue with the
load()function when working with collections that have custom IDs - Improved reliability for data operations with custom ID configurations
Migration Guide
No migration is required for this update. This is a bug fix release that maintains backward compatibility.
Upgrade Recommendations
This is a recommended upgrade for all users working with collections that have custom IDs. The update is backward compatible and should not cause any breaking changes to existing implementations.
Bug Fixes
- Fixed an issue in
load.tsthat affected collections with custom IDs - Ensured proper handling of custom ID configurations when loading data
New Features
No new features were added in this release.
Security Updates
No security fixes were included in this release.
Performance Improvements
No specific performance improvements were documented in this release.
Impact Summary
This release addresses a specific issue with the load() function in Payload CMS, particularly affecting collections with custom IDs. While the change is small in scope (only modifying the load.ts file), it's important for ensuring consistent behavior when working with custom ID configurations. The fix improves reliability for developers who rely on the load() function for data operations in their Payload CMS implementations.
