Skip to content

1.1

Compare
Choose a tag to compare
@malud malud released this 16 Apr 13:49
· 1709 commits to master since this release

1.1

Release date: 2021-04-16

Bug Fixes

  • allow more +json mime types (#207)
    • determines if ja request/response body gets parsed and provided as json_body variable
  • missing check for empty endpoint path patterns (#211)
  • protected API (base)paths returns status 401 instead of 404 if a protected route was not found (#211)
  • jwt source config definition (#210)
  • missing inner context on context copy
  • possible panic for unhandled error template write errors (#205)
  • backend reference usage with string label (#189)
  • cli argument filtering (#204)
  • misleading jwt rsa key error (#203)
  • watch handling on stat errors (#202)

Change

  • Change access control validation logging (#199)
    • log the first occurred error instead of an array

Features

  • Add OAuth2 token request retry option (#167) (#209)