Home

>

Tools

>

Payload CMS

>

Releases

>

Release 1.0.22

Payload CMS Release: Release 1.0.22

Tag Name: v1.0.22

Release Date: 8/12/2022

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

PayloadCMS v1.0.22 brings important bug fixes for querying mixed schema types within blocks and resolves issue #905. This maintenance release improves the developer experience by ensuring more reliable querying capabilities and adds helpful code comments to the obscure form function for better code maintainability.

Highlight of the Release

    • Fixed issue with querying mixed schema types within blocks
    • Resolved GitHub issue #905
    • Added code comments to improve maintainability of the obscure form function

Migration Guide

No migration is required for this release. The changes are backward compatible and should not affect existing implementations.

Upgrade Recommendations

This release is recommended for all users, especially those who are working with mixed schema types within blocks or have encountered issues related to GitHub issue #905. The upgrade should be straightforward with no breaking changes.

Bug Fixes

Query Functionality for Mixed Schema Types

Fixed an issue that prevented querying on mixed schema types within blocks. This ensures that developers can now properly query content that uses mixed schema types in block-based structures, providing more reliable data retrieval capabilities.

Issue #905 Resolution

Resolved GitHub issue #905, which was related to a bug in the system. The fix ensures more stable operation of the affected functionality.

New Features

No new features were introduced in this release. This is primarily a maintenance release focused on bug fixes and code improvements.

Security Updates

No security fixes were mentioned in this release.

Performance Improvements

No specific performance improvements were mentioned in this release.

Impact Summary

PayloadCMS v1.0.22 is a maintenance release that addresses specific bugs related to querying mixed schema types within blocks and fixes issue #905. While not introducing new features, it improves the developer experience by ensuring more reliable query operations and enhancing code documentation. The changes are focused on stability and maintainability, making this a recommended upgrade for all users without requiring any migration efforts.

Full Release Notes

Statistics:

File Changed10
Line Additions56
Line Deletions6
Line Changes62
Total Commits4

User Affected:

  • Can now successfully query on mixed schema types within blocks, resolving previous limitations
  • Benefit from improved code documentation in the obscure form function
  • Experience more reliable query operations when working with complex content structures

Contributors:

jmikrut