Skip to content

Commit

Permalink
Changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
Alex Schneider committed Jul 1, 2021
1 parent 6d2a340 commit 355ffb6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ Unreleased changes are available as `avenga/couper:edge` container.

* **Added**
* Run option `-accept-forwarded-url` and setting `accept_forwarded_url` to accept `proto`, `host`, or `port` from `X-Forwarded-Proto`, `X-Forwarded-Host` or `X-Forwarded-Port` request headers, affecting new client request variables `request.url`, `request.origin`, `request.protocol`, `request.host` and `request.port` ([#255](https://github.com/avenga/couper/pull/255))
* New settings to be able to recieve a request-ID from client and to send this request-ID up- and downstream ([#268](https://github.com/avenga/couper/pull/268))

* [**Beta**](./docs/BETA.md)
* OAuth2 Authorization Code Grant Flow: [`beta_oauth2 {}` block](./docs/REFERENCE.md#oauth2-ac-block-beta); [`beta_oauth_authorization_url()`](./docs/REFERENCE.md#functions), [`beta_oauth_code_verifier()`](./docs/REFERENCE.md#functions) and [`beta_oauth_csrf_token()` functions](./docs/REFERENCE.md#functions) ([#247](https://github.com/avenga/couper/pull/247))
Expand Down

0 comments on commit 355ffb6

Please sign in to comment.