Strapi Release: 3.0.0-alpha.14.1.1
Tag Name: v3.0.0-alpha.14.1.1
Release Date: 9/13/2018
StrapiOpen-source headless CMS built with Node.js. Provides developers with complete freedom in choosing their favorite tools and frameworks for frontend development.
TL;DR
Strapi v3.0.0-alpha.14.1.1 is a patch release that fixes a critical GraphQL build issue (#1938). This hotfix ensures proper functionality of the GraphQL plugin, allowing developers to continue using GraphQL queries with their Strapi applications without interruption.
Highlight of the Release
- Fixed critical GraphQL plugin build issue (#1938)
- Improved compatibility and stability for GraphQL functionality
- Quick patch release to address urgent build problem
Migration Guide
No migration steps are required for this patch release. Simply update your Strapi version to v3.0.0-alpha.14.1.1 to benefit from the GraphQL build fix.
# Using npm
npm install [email protected]
# Using yarn
yarn add [email protected]
Upgrade Recommendations
If you're using the GraphQL plugin with Strapi v3.0.0-alpha.14.1 and experiencing build issues, we strongly recommend upgrading to this patch release immediately.
This is a targeted hotfix that addresses a specific build problem without introducing any breaking changes or requiring migration steps. The upgrade process should be straightforward and will resolve GraphQL build failures.
Bug Fixes
GraphQL Plugin Build Fix
This release addresses issue #1938 which was causing build failures in the GraphQL plugin. The fix ensures that Strapi applications using the GraphQL plugin can build successfully without errors.
The fix was implemented in PR #1946 by @soupette, resolving the build process issues that were preventing proper GraphQL functionality.
New Features
No new features were introduced in this patch release. This is strictly a bug fix release focused on resolving a GraphQL build issue.
Security Updates
No security fixes were included in this patch release. The focus was solely on fixing the GraphQL build issue.
Performance Improvements
No specific performance improvements were included in this patch release. The focus was solely on fixing the GraphQL build issue.
Impact Summary
This patch release has a moderate impact focused specifically on users of the GraphQL plugin. It resolves a critical build issue that was preventing proper functionality of the GraphQL plugin in Strapi applications.
The fix ensures that developers can continue building and deploying Strapi applications with GraphQL support without encountering build failures. This maintains the expected functionality of GraphQL queries and ensures API consumers can reliably access GraphQL endpoints.
While this is a small patch in terms of code changes, it has significant importance for maintaining the stability and usability of Strapi's GraphQL capabilities during the alpha development phase.
Full Release Notes
Statistics:
User Affected:
- Can now successfully build Strapi applications that use the GraphQL plugin
- No longer encounter build failures related to the GraphQL plugin
- Can continue using GraphQL queries with their Strapi applications
