Skip to content

Commit

Permalink
v1.8.0 changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
Marcel Ludwig committed Mar 24, 2022
1 parent d6b298b commit 9043ec8
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,16 +1,20 @@
# Couper Changelog

## [Unreleased](https://github.com/avenga/couper/compare/v1.7.2...master)
## [Unreleased](https://github.com/avenga/couper/compare/v1.8.0...master)

Unreleased changes are available as `avenga/couper:edge` container.

---

## [1.8.0](https://github.com/avenga/couper/releases/tag/v1.8.0)

* **Added**
* `disable_private_caching` attribute for the [JWT Block](./docs/REFERENCE.md#jwt-block) ([#418](https://github.com/avenga/couper/pull/418))
* [`backend_request`](./docs/REFERENCE.md#backend_request) and [`backend_response`](./docs/REFERENCE.md#backend_response) variables ([#430](https://github.com/avenga/couper/pull/430))
* `beta_scope_map` attribute for the [JWT Block](./docs/REFERENCE.md#jwt-block) ([#434](https://github.com/avenga/couper/pull/434))
* `saml` [error type](./docs/ERRORS.md#error-types) ([#424](https://github.com/avenga/couper/pull/424))
* `allowed_methods` attribute for the [API](./docs/REFERENCE.md#api-block) or [Endpoint Block](./docs/REFERENCE.md#endpoint-block) ([#444](https://github.com/avenga/couper/pull/444))
* new HCL functions: `contains()`, `join()`, `keys()`, `length()`, `lookup()`, `set_intersection()`, `to_number()` ([#455](https://github.com/avenga/couper/pull/455))
* new HCL [functions](./docs/REFERENCE.md#functions): `contains()`, `join()`, `keys()`, `length()`, `lookup()`, `set_intersection()`, `to_number()` ([#455](https://github.com/avenga/couper/pull/455))
* `ca_file` option to `settings` (also as argument and environment option) ([#447](https://github.com/avenga/couper/pull/447))
* Option for adding the given PEM encoded ca-certificate to the existing system certificate pool for all outgoing connections.

Expand All @@ -22,8 +26,6 @@ Unreleased changes are available as `avenga/couper:edge` container.
* Couper handles OS-Signal `INT` in all cases in combination with the `-watch` argument ([#456](https://github.com/avenga/couper/pull/456))
* some [error types](./docs/ERRORS.md#access-control-error-types) related to [JWT](./docs/REFERENCE.md#jwt-block) ([#438](https://github.com/avenga/couper/pull/438))

---

## [1.7.2](https://github.com/avenga/couper/releases/tag/v1.7.2)

* **Fixed**
Expand Down

0 comments on commit 9043ec8

Please sign in to comment.