Mashroom 2.6.0
New Features
- HTTP Proxy: Added support for transforming the request/response body.
Proxy interceptors can now return streamTransformers (implementing stream.Transform) that can be used to compress/encrypt the communication to backend servers. - Improved supply chain safety
- Disabled all dependency lifecycle scripts by default
- Generate npm provenance statements when publishing
Bugfixes
- Fixed the problem that remote subscriptions can receive the same message multiple times if subscription patterns overlap
Checkout the changelog for a full list of changes.