Skip to content

Commit

Permalink
0.5.1 changes
Browse files Browse the repository at this point in the history
  • Loading branch information
Marcel Ludwig committed Feb 17, 2021
1 parent 292c21f commit 3fdfacf
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 1 deletion.
17 changes: 17 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,22 @@
# Couper Changelog

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

> 2021-02-16
### Features

* backend:
* a user-friendly `basic_auth` option
* backend `proxy` url, `disable_connection_reuse` and `http2` settings ([#108](https://github.com/avenga/couper/pull/108))
* version command

### Change

* KeepAlive `60s` ([#108](https://github.com/avenga/couper/pull/108)), previously `15s`
* Reject requests which hits an endpoint with basic-auth access-control, and the configured password evaluates to an empty string ([#115](https://github.com/avenga/couper/pull/115))

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

Expand Down
2 changes: 1 addition & 1 deletion docs/README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Couper Docs - Version 0.5
# Couper Docs - Version 0.5.1

## Table of contents

Expand Down

0 comments on commit 3fdfacf

Please sign in to comment.