summaryrefslogtreecommitdiff
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorValery Piashchynski <[email protected]>2021-03-20 10:57:21 +0300
committerGitHub <[email protected]>2021-03-20 10:57:21 +0300
commita2666255748d440769e7f56a6ef2cf7fbf7b2a5f (patch)
tree0698d19f7f08779e32c985e1200c14f3f995abc8 /CHANGELOG.md
parentbd91ca0f3e444405f0f6cf9d1dabbeef93de2d85 (diff)
parent630888bc3263d54ed35f64fe87649fa4226c761e (diff)
Merge pull request #608 from dstrop/config-metrics-fix
fix(metrics): remove statsProvider from metrics collectors sync.Map
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md11
1 files changed, 8 insertions, 3 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 2bcd726c..8b9ff269 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -3,9 +3,14 @@ CHANGELOG
v2.0.2 (06.04.2021)
-------------------
-- 🐛 Fix: Bug with required Root CA certificate for the SSL, not it's optional.
-- 🆕 New: HTTP/FCGI/HTTPS internal logs instead of going to the raw stdout will be displayed in the RR logger at the `Info` log level.
-
+- 🐛 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
+ the `Info` log level.
+- ⚡ 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