Skip to content

Commit

Permalink
0.4.1 release notes
Browse files Browse the repository at this point in the history
  • Loading branch information
Marcel Ludwig committed Jan 18, 2021
1 parent 7875fbf commit a86f20b
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 0 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# Couper Changelog

<a name="0.4.1"></a>
## [0.4.1](https://github.com/avenga/couper/compare/0.4...0.4.1)

> 2021-01-18
### Fix

* Fix path trailing slash ([#94](https://github.com/avenga/couper/issues/94))
* Fix query encoding ([#93](https://github.com/avenga/couper/issues/93))
* Fix log_format (settings) configuration ([#61](https://github.com/avenga/couper/issues/61))

<a name="0.4"></a>
## [0.4](https://github.com/avenga/couper/compare/v0.3...0.4)

Expand Down
1 change: 1 addition & 0 deletions DOCKER.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ docker run --rm -p 8080:8080 -v `pwd`:/htdocs avenga/couper
| COUPER_DEFAULT_PORT | `8080` | Sets the default port to the given value and does not override explicit `[host:port]` configurations from file. |
| COUPER_XFH | `false` | Global configurations which uses the `Forwarded-Host` header instead of the request host. |
| COUPER_HEALTH_PATH | `/healthz` | Path for health-check requests for all servers and ports. |
| COUPER_NO_PROXY_FROM_ENV | `false` | Disables the connect hop to configured [proxy via environment](https://godoc.org/golang.org/x/net/http/httpproxy). |
| COUPER_REQUEST_ID_FORMAT | `common` | If set to `uuid4` a rfc4122 uuid is used for `req.id` and related log fields. |
| COUPER_ACCESS_LOG_PARENT_FIELD | `""` | An option for `json` log format to add all log fields as child properties. |
| COUPER_ACCESS_LOG_TYPE_VALUE | `couper_access` | Value for the log field `type`. |
Expand Down

0 comments on commit a86f20b

Please sign in to comment.