Release v3@alpha.12.1 - Less bugs, more stability 🎉
Share on facebook
Share on linkedin
Share on twitter
Share by email
Pierre Burgy
Short article for a long list of bugs resolved.
Over the last few months, tens of major features have been added to Strapi: Authentication, Permissions management, Upload, GraphQL, Rich Text Editor, JavaScript SDK and more. All of these features pushed Strapi to the next level, making it one of the most advanced Node.js open source solution to build APIs.
Adding features is good, offering a stable product is even better.
Implementing so many new functionalities also brought some bugs which led to a bad experience about the software. But don't worry! As announced in the latest release article, we have been working hard on stabilising your favorite API creation tool and adding a far better SQL support.
🚀 SQL automatic migrations
Using MySQL or PostgreSQL with Strapi was difficult. The tables were not created automatically, so you had to create them manually. That was really frustrating.
SQL tables and columns are now created automatically according to your models structure!
In an ideal world, SQL tables and columns should be created automatically according to your model schema. Since now, this is implemented in Strapi. Let's say you are creating an e-commerce API with a product Content Type: the table products will be created automatically. Just let the magic happen.
🐛 Bug fix
Tens of bugs have been fixed and enhancements added. The setup time has been drastically reduced in order to make contributions easier. Please take a look at the changelog for more informations.