Skip to content

Commit

Permalink
Update CHANGELOG
Browse files Browse the repository at this point in the history
  • Loading branch information
rustatian committed Mar 23, 2021
1 parent a893ee1 commit 9daf912
Showing 1 changed file with 9 additions and 8 deletions.
17 changes: 9 additions & 8 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,15 +1,16 @@
CHANGELOG
=========

v2.0.2 (06.04.2021)
v2.0.2 (23.03.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
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.
## 🔥 New:
- 👷 Rework ServeHTTP handler logic. Use `http.Error` instead of writing code directly to the response writer.
- ⚡ Builds for the Mac with the M1 processor (arm64) -> [roadrunner-binary](https://github.com/spiral/roadrunner-binary).
- ⚡ HTTP/FCGI/HTTPS internal logs instead of going to the raw stdout will be displayed via the RR logger at the `Info` log level.

## 🩹 Fixes:
- 🐛 Bug with required Root CA certificate for the SSL, now it's optional.
- 🐛 Bug with incorrectly consuming metrics collector from the RPC calls (thanks @dstrop).

v2.0.1 (09.03.2021)
-------------------
Expand Down

0 comments on commit 9daf912

Please sign in to comment.