Merge branch 'master' into multi-certs

This commit is contained in:
Johann150 2021-03-09 21:11:34 +01:00 committed by GitHub
commit 2ed6d2886e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 47 additions and 20 deletions

View file

@ -14,6 +14,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Fixed
* Agate now requires the use of SNI by any connecting client.
* All log lines are in the same format now:
`<local ip>:<local port> <remote ip or dash> "<request>" <response status> "<response meta>" [error:<error>]`
If the connection could not be established correctly (e.g. because of TLS errors), the status code `00` is used.
* Messages from modules other than Agate itself are not logged by default.
## [2.5.3] - 2021-02-27
Thank you to @littleli and @06kellyjac for contributing to this release.