Skip to content

Commit

Permalink
Update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
255kb committed Dec 9, 2024
1 parent c848ddb commit 6106aeb
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions content/releases/9.1.0.md
Original file line number Diff line number Diff line change
Expand Up @@ -115,6 +115,10 @@ These changes should make object manipulation and merging easier in your templat
- The WebSocket server now correctly answers with a 404 when requesting a connection to a non-existent WebSocket endpoint. (Issue [#1612](https://github.com/mockoon/mockoon/issues/1612))
- Multipart/form-data parsing now supports multiple files and fields with the same name (not using the array/bracket notation). (Issue [#1613](https://github.com/mockoon/mockoon/issues/1613))

## Improvements

- Thanks to the update to the latest version of Faker.js, you can now generate JSON web tokens in your templates: `{{faker 'internet.jwt'}}`. (Issue [#740](https://github.com/mockoon/mockoon/issues/740))

## Chores

- We updated the libraries and applications dependencies to their latest versions. As a result, we updated Faker.js to v9.3.0 which includes new functions (`jwt`, etc.) (see Faker.js [release notes](https://github.com/faker-js/faker/releases)).

0 comments on commit 6106aeb

Please sign in to comment.