Skip to content

1.5

Compare
Choose a tag to compare
@malud malud released this 20 Oct 10:18
· 777 commits to master since this release

1.5

  • Added

  • Changed

    • Organized log format fields for uniform access and upstream log (#300)
    • claims in a jwt block are now evaluated per request, so that request properties can be used as required claim values (#314)
    • how Couper handles missing variables during context evaluation (#255)
      • Previously missing elements results in evaluation errors and expressions like set_response_headers failed completely instead of one key/value pair.
        The evaluation has two steps now and will look up variables first and prepares the given expression to return Nil as fallback.
  • Fixed

  • Beta

  • Dependencies

    • build with go 1.17 (#331)