You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+8
Original file line number
Diff line number
Diff line change
@@ -1,3 +1,11 @@
1
+
### 2.3.0 (2021-07-05)
2
+
3
+
* Added a ton of PHPStan type annotations as well as type aliases on Monolog\Logger for Record, Level and LevelName that you can import (#1557)
4
+
* Added ability to customize date format when using JsonFormatter (#1561)
5
+
* Fixed FilterHandler not calling reset on its internal handler when reset() is called on it (#1531)
6
+
* Fixed SyslogUdpHandler not setting the timezone correctly on DateTimeImmutable instances (#1540)
7
+
* Fixed StreamHandler thread safety - chunk size set to 2GB now to avoid interlacing when doing concurrent writes (#1553)
8
+
1
9
### 2.2.0 (2020-12-14)
2
10
3
11
* Added JSON_PARTIAL_OUTPUT_ON_ERROR to default json encoding flags, to avoid dropping entire context data or even records due to an invalid subset of it somewhere
0 commit comments