Payload CMS Release: Release 0.7.6
Tag Name: v0.7.6
Release Date: 7/7/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.
TL;DR
Payload CMS v0.7.6 is a minor maintenance release that updates the MongoDB memory server dependency. This update ensures better compatibility and stability for development environments using Payload's in-memory MongoDB functionality.
Highlight of the Release
- Updated mongodb-memory-server dependency
- Moved mongodb-memory-server to dev dependencies
- Improved development environment stability
Migration Guide
No migration is required for this release. The update is focused on development dependencies and does not affect production deployments or existing Payload projects.
Upgrade Recommendations
This is a minor maintenance release that updates development dependencies. While not critical, upgrading is recommended to ensure compatibility with the latest development tools. You can upgrade by running:
npm install [email protected]
# or
yarn add [email protected]
Bug Fixes
No specific bug fixes were included in this release.
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 included in this release.
Impact Summary
This release has minimal impact on existing Payload projects as it only updates the mongodb-memory-server dependency and moves it to dev dependencies. This change primarily affects development environments and testing setups, ensuring better compatibility and stability when using the in-memory MongoDB functionality for development and testing purposes. Production deployments are not affected by this update.
