We’ve added TypeScript instructions to the Developer Documentation and updated code block examples throughout the documentation to include both a JavaScript and a TypeScript version.
Improvements
Improvement of the database configuration documentation, adding default values for connection parameters.
Improvement of the Upload plugin documentation, with more information about maximum file size.
Addition of the $eqi filter parameter for case-insensitive equal search to our REST, Query Engine, and Entity Service APIs. Thank you to meherchandan for this contribution!
Hello @cmdc_business. I’m sorry you’re having trouble. I’m not sure, but it looks like the error is related to the strapi-stripe plugin. This is a 3rd party plugin. Do you know if it was already updated to work with Strapi v4.3.0?
By the way, if there is no migration guide for a minor version (4.x) it’s because it does not introduce breaking changes (as mentioned at the top of our Migration Guides page). In that case you should follow the Update Strapi guide.
If the issue persists, I’d encourage you to check the GitHub issues on the strapi/strapi repo and create a new one if necessary, so our Support team can help you.
Is there something else I can help you with regarding the TypeScript or Media Library documentation?
Hi there!
We are having a few issues after updating to 4.3.0.
We currently have the app dockerized and being deployed into Amazon ECS containers. The thing is that any version we try to use above 4.3.0 will crash at the health check of the containers from EC2 Target Group. If we use any version below 4.3.0, like let’s say 4.2.9 it works perfectly.
Is there any change or modification that we could be missing? We are using also AWS SES and AWS s3 plugins.