Skip to content

Commit

Permalink
v1.11.2 release
Browse files Browse the repository at this point in the history
  • Loading branch information
malud committed Jan 26, 2023
1 parent 47573d4 commit d90f354
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,17 +1,19 @@
# Couper Changelog

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

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

---

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

* **Fixed**
* Requests to wildcard (`**`) [endpoints](https://docs.couper.io/configuration/block/endpoint) using backends with a wildcard [`path` attribue](https://docs.couper.io/configuration/block/backend#attributes), where the wildcard matches the empty string (regression; since v1.11.0) ([#655](https://github.com/avenga/couper/pull/655))
* Creating request context based jwt, oauth2 and saml (hcl) functions without related definitions ([#666](https://github.com/avenga/couper/pull/666))
* Reduced allocation amount while proxying requests ([#666](https://github.com/avenga/couper/pull/666))
* Removing websockets related headers while the proxy `websockets` option is `false` (or no block definition) ([#666](https://github.com/avenga/couper/pull/666))

---

## [1.11.1](https://github.com/avenga/couper/releases/tag/v1.11.1)
*
* **Fixed**
Expand Down

0 comments on commit d90f354

Please sign in to comment.