Home

>

Tools

>

Payload CMS

>

Releases

>

Release 0.5.8

Payload CMS Release: Release 0.5.8

Tag Name: v0.5.8

Release Date: 4/13/2021

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 v0.5.8 fixes an issue with GraphQL import syntax. This is a minor bug fix release that ensures proper GraphQL functionality within the CMS.

Highlight of the Release

    • Fixed GraphQL import syntax issue
    • Improved stability for GraphQL functionality

Migration Guide

No migration steps are required for this update. Simply update your Payload CMS version to v0.5.8.

Upgrade Recommendations

This is a minor bug fix release that addresses GraphQL import syntax. We recommend all users to upgrade to ensure proper GraphQL functionality, especially if you're utilizing GraphQL features within your Payload CMS implementation.

To upgrade:

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

Bug Fixes

  • GraphQL Import Syntax: Fixed an issue with the GraphQL import syntax that could potentially cause problems with GraphQL functionality. The syntax has been revised for better compatibility and stability. (20f1e6c)

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 CMS implementations. It fixes a potential issue with GraphQL import syntax that could affect GraphQL functionality. The fix ensures more reliable GraphQL operations without requiring any changes to your existing code or configuration.

The changes are backward compatible and should not disrupt any existing implementations. This update is particularly important for projects that heavily rely on GraphQL functionality within Payload CMS.

Full Release Notes

0.5.8 (2021-04-13)

Bug Fixes

  • revises graphql import syntax (20f1e6c)

Statistics:

File Changed3
Line Additions10
Line Deletions2
Line Changes12
Total Commits2

User Affected:

  • Developers using GraphQL with Payload will experience more reliable imports
  • No action required beyond updating to the latest version

Contributors:

jmikrut