Membrane Service Proxy v4.5.0 Release Notes

Release Date: 2017-08-31 // over 6 years ago
    • ๐Ÿ‘Œ Support for HTTP Payload bigger than 2GB.
    • ๐Ÿ›ฐ When streaming is enabled* Membrane can stream HTTP payload without reading/processing it. This enables transfer of arbitrary big files through Membrane.
    • For easier delivery of content the GroovyTemplate interceptor can be used.
    • The Prometheus interceptor delivers metrics about the running Membrane instance.
    • Further work on WebSocket routing and intercepting was done. WebSocket Frames can now be of any size and WebSocket interceptors can now be declared as Spring beans.
    • Further enhancements, most notably in OAuth2 and OpenID.

    ๐Ÿ’ป *On various occasions Membrane will cache content of exchanges, e.g. to display them in the Administration UI. The caching and "retrying" of request has to be disabled for streaming to kick in.