Skip to content

0.8

Compare
Choose a tag to compare
@malud malud released this 07 Apr 11:39
· 1814 commits to master since this release

v0.8

2021-04-06

Bug Fixes

  • Some possible race conditions in combination with multiple proxy and/or request
    definitions are fixed (#157) (#160)
  • Log endpoint related recovered panics
  • CORS behaviour: result is now only dependent on the config, not the actual request; fixed Vary headers (#173)
  • Fix json type assumption (#177)
    • req.json_body result is an empty object for specific types (#165)
    • Empty json array encodes to null. (#162)
  • Fix missing string conversion for evaluated number values (#175)
  • Loading optional labels of same type
  • multiplexer behaviour with multiple servers and hosts (#161)
  • Fix missing access_control for file handler (#169)
  • 404 behaviour for access controlled endpoints:
    deny instead of 404 if the request matches the related base_path (#143)

Changes

  • Rename log type for backend requests: couper_upstream -> couper_backend (#159) (#172)
  • Rename post variable to form_body (#158)

Features

  • Add json_body attribute for request and response block (#158)
  • bytes log field to represent the body size