Skip to content

Releases: nonblocking/mashroom

Mashroom 2.6.1

12 May 06:45
Compare
Choose a tag to compare

Features

  • Official support for Node 22 added

Bugfixes

  • Portal: Fixed detection which App wrote a browser console error
    (the portalAppName will now be set properly in the server log)

Mashroom 2.6.0

06 Apr 07:52
Compare
Choose a tag to compare

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.