v5.7.3
Pre-release
Pre-release
New Features:
- added
<static/>
to serve static content - added
<shadowing/>
which can mirror HTTP traffic to a second backend - added
<replace>
with JSON path support, seeexamples/message-transformation
<oAuth2Server>
with<jwtBearerToken/>
will now correctly serve the public part of the key on thejwks_uri
used to sign the access tokens- support for
<ssl keyAlias="..."/>
Upgrades:
- dependency upgrades
Improvements:
- refactored SSL handling
- added
examples/ssl/api-with-tls-pem
demonstrating using Membrane with PEM formatted certificates and keys