Skip to content

v5.8.1

Pre-release
Pre-release
Compare
Choose a tag to compare
@rrayst rrayst released this 10 Feb 14:52
· 1 commit to 24577ab169ac2d89dc200fb7442c153a75cd03e1 since this release

Improvements:

  • <graphQLProtection>: counts nested mutations, now has an example. (@predic8)
  • <openapi>: minor improvements, added note to Swagger 2 specifications which were automatically converted to OpenAPI 3.1 .
  • Keepalive: check whether socket is closed before trying to reuse a TCP connection (#1576, @idylmz)

Fixes:

  • <oauth2Resource2> with <flowInitiator> (B2C): default flow uses wrong token endpoint after initiating but not completing non-default flow (@rrayst)
  • Mark HTTP body only as read, if it has been read completely. In some configuration scenarios, this causes HTTP connections to be correctly closed again and/or returned to the pool for reuse.

Dependency upgrades.