diff options
author | Valery Piashchynski <[email protected]> | 2021-03-29 13:18:23 +0300 |
---|---|---|
committer | GitHub <[email protected]> | 2021-03-29 13:18:23 +0300 |
commit | 77dff1be03092a26055eaf9f18ff9be68f119624 (patch) | |
tree | 70dd11bf64f8ac633749c96bd439ea91640ca7bd /CHANGELOG.md | |
parent | 970014530a23d57a3be41c6369ac6456d0b36ae1 (diff) | |
parent | b7d84bdf93ce90925f22091dd8df02985dd07a77 (diff) |
Merge pull request #615 from spiral/slow_last_execution
🐛 fix(bug): slow last response when reached `max_jobs` limit
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) ------------------- |