Skip to content

7.4.0

Compare
Choose a tag to compare
@github-actions github-actions released this 02 May 15:07
· 853 commits to master since this release
51f4e6a

Release 7.4.0

This release adds the following new features:

  • MongoService supports application/x-www-form-urlencoded and multipart/form-data content types for write requests
  • jwtTokenManager can be configured to add properties from account document to the JWT

It also updates all dependencies to latest versions.

Notable commits since the previous release

9f0f5fe 🥅 Improve response error for GraphQL app with missing db or collection in mapping
23ae157 ✨ jwtTokenManager can be configured to add properties from account document to the JWT
d859462 Upgrade all tests to JUnit 5
bb0c919 ✅ Add test for MongoService support of application/x-www-form-urlencoded and multipart/form-data content types
3d1bbe7 ♻️ Improve MongoService handling of multipart/form requests
27037c1 ✨ MongoService handles multipart/form write requests to collections building BSONdocument from parts/fields
fdaa6a4 🥅 Avoid closing request channel in AuthenticationCallHandler when Transfer-Encoding=chunked
321cea4 ✨ MongoService accepts Content-Type application/x-www-form-urlencoded or multipart/form-data for write requests

Full Changelog: https://github.com/SoftInstigate/restheart/compare/7.3.5..7.4.0