🐛 Bug fix
- [Plugin] Fix graphql plugin resolverof (#4040) @alexandrebodin
- [Plugin] Fix user edit required params (#4040) @alexandrebodin
Tag Name: v3.0.0-beta.16.5
Release Date: 9/18/2019
StrapiOpen-source headless CMS built with Node.js. Provides developers with complete freedom in choosing their favorite tools and frameworks for frontend development.
Strapi v3.0.0-beta.16.5 fixes critical GraphQL plugin issues related to resolver functionality and user permissions. This release ensures proper GraphQL operations and fixes user edit required parameters, improving the overall stability of the GraphQL plugin for API developers.
No migration steps are required for this release. This is a patch release that fixes bugs in the GraphQL plugin and user permissions handling without introducing breaking changes.
Users can upgrade directly from v3.0.0-beta.16.4 to v3.0.0-beta.16.5 without any additional configuration changes.
This upgrade is highly recommended for all users who:
The fixes in this release address important functionality issues that could affect the reliability of your API operations. Since this is a patch release with no breaking changes, upgrading should be straightforward with minimal risk.
resolverOf functionality that was causing resolver problemsThese fixes address issues reported in PR #4040 by @alexandrebodin.
No new features were added in this release. This is primarily a bug fix release focused on improving the stability and reliability of the GraphQL plugin.
No specific security fixes were mentioned in this release. However, the fixes to user permissions in GraphQL operations may indirectly improve security by ensuring proper access control.
No specific performance improvements were included in this release. The changes were focused on bug fixes and stability improvements for the GraphQL plugin.
This release focuses on fixing critical issues in the GraphQL plugin, particularly around resolver functionality and user permissions. While the changes are targeted and specific, they address fundamental aspects of the GraphQL plugin's operation.
The fixes ensure that GraphQL resolvers work correctly, user permissions are properly enforced, and user edit operations function as expected. These improvements enhance the stability and reliability of Strapi's GraphQL implementation, which is crucial for applications that rely on GraphQL for their API needs.
The addition of tests for GraphQL upload functionality also improves the long-term maintainability of the codebase by preventing potential regressions in future updates.