From 43d2f3f378cdc549d5649dfdf909c04aec760205 Mon Sep 17 00:00:00 2001 From: Johannes Koch Date: Fri, 30 Jul 2021 14:54:23 +0200 Subject: [PATCH] Added: changelog entry --- CHANGELOG.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 10e91f5a0..ebaf770d0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -10,6 +10,9 @@ Unreleased changes are available as `avenga/couper:edge` container. * Default values for environment variable by means of `environment_variables` within `defaults` block. ([#271](https://github.com/avenga/couper/pull/271)) * `protocol`, `host`, `port`, `origin`, `body`, `json_body` to [`backend_requests`](./docs/REFERENCE.md#backend_requests) ([#278](https://github.com/avenga/couper/pull/278)) +* **Changed** + * The `sp_acs_url` in the [SAML Block](./docs/REFERENCE.md#saml-block) may now be relative ([#265](https://github.com/avenga/couper/pull/265)) + * **Fixed** * No GZIP compression for small response bodies ([#186](https://github.com/avenga/couper/issues/186)) * Missing error type for [request](docs/REFERENCE.md#request-block)/[response](docs/REFERENCE.md#response-block) body, json_body or form_body related HCL evaluation errors ([#276](https://github.com/avenga/couper/pull/276))