Skip to content

Commit

Permalink
Shorten changelog a bit
Browse files Browse the repository at this point in the history
  • Loading branch information
255kb committed Oct 25, 2024
1 parent d2e49fa commit 0924234
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions content/releases/9.0.0.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,9 @@ Mockoon is an open-source project built by volunteer maintainers. If you like ou

## ⚠️ Breaking changes

- Many new features were added (new rule types, new WebSocket routes, etc.) which resulted in modifications of the [data files](https://mockoon.com/docs/latest/mockoon-data-files/data-storage-location/) schema. The desktop application will automatically migrate your API's files to the new schema. However, if you are using your data files with the CLI or serverless package, or if you are sharing your setup with your team, we recommend you migrate every application to the new version at the same time to avoid any compatibility issues.
- Many new features were added (new rule types, new WebSocket routes, etc.) which resulted in modifications of the [data files](https://mockoon.com/docs/latest/mockoon-data-files/data-storage-location/) schema. If you are using your data files with the CLI or serverless package, or if you are sharing your setup with your team, we recommend you migrate every application to the new version at the same time to avoid any compatibility issues.

_Note for our Cloud users_: When collaborating on an API with a team, the first member to switch to the new version will trigger the migration of the API data in the Cloud. We recommend that all team members update their application to the new version at the same time to ensure a smooth transition. API deployed in our Cloud instances will continue running following the old schema (v8) until they are redeployed ([more information](https://mockoon.com/docs/latest/mockoon-cloud/data-synchronization-team-collaboration/#major-versions-migrations)).
\_Note for teams using our Cloud: We recommend that all team members update their application to the new version at the same time to ensure a smooth transition ([more information](https://mockoon.com/docs/latest/mockoon-cloud/data-synchronization-team-collaboration/#major-versions-migrations)). API deployed in our Cloud instances will continue running following the old schema (v8) until they are redeployed ([more information](https://mockoon.com/docs/latest/mockoon-cloud/api-mock-cloud-deployments/#major-versions-migrations)).

- We updated the libraries and application dependencies to their latest versions. The most notable change is the migration to Faker.js version 9, which includes numerous function removals and some modifications to signatures and parameters. However, this should have minimal impact on your templates, as most functions were already deprecated in version 8 and have been automatically migrated to the new syntax (see Faker.js v9 [migration guide](https://fakerjs.dev/guide/upgrading.html)).

Expand Down

0 comments on commit 0924234

Please sign in to comment.