Skip to content

Mashroom 2.6.0

Compare
Choose a tag to compare
@nonblocking nonblocking released this 06 Apr 07:52
· 33 commits to master since this release

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.