Skip to content

0.7

Compare
Choose a tag to compare
@malud malud released this 24 Mar 11:36
· 1855 commits to master since this release

0.7

2021-03-23

Bug Fixes

  • Recover from possible request/proxy related panics (#157) (#145)
  • Configuration related hcl merge with an empty attributes and nested blocks

Change

  • backend block attributes basic_auth, path_prefix and proxy hcl evaluation during runtime
  • request attributes hcl evaluation during runtime (#152)
  • Change configuration in combination with URL and backend.origin (#144)
    • request and proxy block can use the url attribute instead of define or reference a backend
    • same applies to oauth2.token_endpoint
  • no X-Forwarded-For header enrichment from couper proxy (#139)
  • more log context for access control related errors (#154)

Features

  • saml 2.0 access_control support (#113)
  • Add new strip-secure-cookies setting (#147)
    • removes Secure flag from all Set-Cookie header
  • CORS support (server, files, spa) (#134)
    • previously api only
  • error_file attribute for endpoint block
  • hcl functions:
    • merge
  • backend
    • OAuth2 support (#130)
      • grant_type: client_credentials
      • token memory storage with ttl
    • path_prefix attribute (#138)