Skip to content

v0.3

Compare
Choose a tag to compare
@malud malud released this 15 Dec 17:26
· 2175 commits to master since this release

v0.3

2020-12-15

Add

  • build version to startup log
  • upstream request/response validation with openapi (#21) (#22)
  • request-id: uuid v4 format option #31 (#53)
  • path_params #59
  • gzip support (#66)
  • query_params (#73)
  • json_body access for request and response bodies #44 (#60)

Change

  • start Couper via run command now
  • internal router #59
  • docker tag behaviour on release #70 (#82)
  • request/response_headers to use set prefix (#77)
  • passing the filename to underlying hcl diagnostics
  • Dockerfile to provide simple file serving (#63)

Fix

  • handling cty null or unknown values during roundtrip eval #71
  • logging: start-time measurement
  • missing backend.hostname documentation (#62)