diff options
author | Valery Piashchynski <[email protected]> | 2021-03-28 14:07:24 +0300 |
---|---|---|
committer | Valery Piashchynski <[email protected]> | 2021-03-28 14:07:24 +0300 |
commit | 7959b6f2b5cb3e0d9436714497026bb2a187c67a (patch) | |
tree | e919ee265051933365d1a4149cfe8ac66a545b39 /CHANGELOG.md | |
parent | 2a58b1be2c79f2fe10c0a429878937661645a928 (diff) |
- Update CHANGELOG
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r-- | CHANGELOG.md | 10 |
1 files changed, 8 insertions, 2 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 8b9ff269..82086de1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,8 +1,14 @@ CHANGELOG ========= +v2.0.3 (-.-.2021) +------------------- + +- 🐛 Fix: slow last response when reached `max_jobs` limit. + v2.0.2 (06.04.2021) ------------------- + - 🐛 Fix: Bug with required Root CA certificate for the SSL, now it's optional. - 🐛 Fix: Bug with incorrectly consuming metrics collector from the RPC calls (thanks @dstrop). - 🆕 New: HTTP/FCGI/HTTPS internal logs instead of going to the raw stdout will be displayed in the RR logger at @@ -10,16 +16,16 @@ v2.0.2 (06.04.2021) - ⚡ New: Builds for the Mac with the M1 processor (arm64). - 👷 Rework ServeHTTP handler logic. Use http.Error instead of writing code directly to the response writer. Other small improvements. - + v2.0.1 (09.03.2021) ------------------- + - 🐛 Fix: incorrect PHP command validation - 🐛 Fix: ldflags properly inject RR version - ⬆️ Update: README, links to the go.pkg from v1 to v2 - 📦 Bump golang version in the Dockerfile and in the `go.mod` to 1.16 - 📦 Bump Endure container to v1.0.0. - v2.0.0 (02.03.2021) ------------------- |