Skip to content

Commit

Permalink
1.9.2 changes
Browse files Browse the repository at this point in the history
  • Loading branch information
Marcel Ludwig committed Jun 28, 2022
1 parent 4f77888 commit bf733fe
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,9 +1,13 @@
# Couper Changelog

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

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

---

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

* **Fixed**
* configuration related panic while loading backends with [`oauth2` block](./docs/REFERENCE.md#oauth2-cc-block) which depends on other defined backends ([#524](https://github.com/avenga/couper/pull/524))
* erroneous retries for [`oauth2`](./docs/REFERENCE.md#oauth2-cc-block) backend authorization ([#529](https://github.com/avenga/couper/pull/529))
Expand All @@ -12,8 +16,6 @@ Unreleased changes are available as `avenga/couper:edge` container.
* race condition resulting in empty [`backends.<label>.health.state` variable](docs/REFERENCE.md#backends) ([#530](https://github.com/avenga/couper/pull/530))
* enabled json html escaping inherited from Go lib ([#531](https://github.com/avenga/couper/pull/531))

---

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

* **Fixed**
Expand Down

0 comments on commit bf733fe

Please sign in to comment.