Skip to content

v5.7.3

Pre-release
Pre-release
Compare
Choose a tag to compare
@rrayst rrayst released this 18 Sep 07:59
· 42 commits to master since this 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, see examples/message-transformation
  • <oAuth2Server> with <jwtBearerToken/> will now correctly serve the public part of the key on the jwks_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