February 2018 Summaries
3 posts from Strapi
Filter
Month:
Year:
Post Summaries
Back to Blog
Strapi's [email protected] release introduces significant updates aimed at enhancing production-level API management and development. Notably, configuration settings for APIs and plugins have been moved to the database to address issues with horizontal scaling and ensure consistent behavior across multiple server instances. Additionally, the input component in the admin panel and plugins has been modularized into smaller components to improve maintainability. The update also highlights the importance of the upcoming Upload Plugin, which emerged as a highly requested feature, with plans for a future GraphQL Plugin. The Strapi team encourages feedback from users and emphasizes its commitment to open-source development and community engagement, as evidenced by a detailed migration guide for users upgrading from the previous version.
Feb 15, 2018
616 words in the original blog post.
Strapi is a Node.js-based Content Management Framework designed to streamline API creation by leveraging built-in features such as an Admin Panel, Authentication, and Content Management. It functions as a bridge between a Node.js Framework and a Headless CMS, enabling rapid API development. Strapi APIs require a database, with MongoDB as the default, and developers can use mLab, a Database as a Service (DBaaS), to host their databases remotely, enhancing collaboration and avoiding local installations. This guide provides a step-by-step process for setting up an mLab database and integrating it with a Strapi project, including creating a user for database access, configuring the necessary database connections, and deploying the setup for development or production environments. The tutorial emphasizes the importance of hosting the database and API servers in the same cloud provider and region to optimize performance, and it includes recommendations for separating development and production databases to ensure data integrity.
Feb 06, 2018
1,008 words in the original blog post.
Strapi [email protected] introduces several new features and improvements, including authentication with providers such as Facebook and Google, customizable email templates, and new configurations for user sign-up and unique email management. Permissions are now stored in the database rather than project files, facilitating updates in production environments, and a new Analytics plugin is included to track API usage metrics. The release also addresses bug fixes and enhancements, with a full changelog available online. Users are encouraged to migrate from alpha.8 to alpha.9, with a detailed migration guide provided. Strapi plans further developments in alpha.10, focusing on storing settings in the database and improving the admin panel's input component for better usability.
Feb 01, 2018
618 words in the original blog post.