0.8
v0.8
2021-04-06
Bug Fixes
- Some possible race conditions in combination with multiple
proxy
and/orrequest
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)
- 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 toform_body
(#158)
Features
- Add
json_body
attribute forrequest
andresponse
block (#158) bytes
log field to represent the body size