Skip to content

Commit c915e26

Browse files
committed
Update changelog
1 parent 0980b92 commit c915e26

File tree

1 file changed

+22
-0
lines changed

1 file changed

+22
-0
lines changed

CHANGELOG.md

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,25 @@
1+
### 3.5.0 (2023-10-27)
2+
3+
* Added ability to indent stack traces in LineFormatter via e.g. `indentStacktraces(' ')` (#1835)
4+
* Added ability to configure a max level name length in LineFormatter via e.g. `setMaxLevelNameLength(3)` (#1850)
5+
* Added support for indexed arrays (i.e. `[]` and not `{}` arrays once json serialized) containing inline linebreaks in LineFormatter (#1818)
6+
* Added `WithMonologChannel` attribute for integrators to use to configure autowiring (#1847)
7+
* Fixed log record `extra` data leaking between handlers that have handler-specific processors set (#1819)
8+
* Fixed LogglyHandler issue with record level filtering (#1841)
9+
* Fixed display_errors parsing in ErrorHandler which did not support string values (#1804)
10+
* Fixed bug where the previous error handler would not be restored in some cases where StreamHandler fails (#1815)
11+
* Fixed normalization error when normalizing incomplete classes (#1833)
12+
13+
### 3.4.0 (2023-06-21)
14+
15+
* Added `LoadAverageProcessor` to track one of the 1, 5 or 15min load averages (#1803)
16+
* Added support for priority to the `AsMonologProcessor` attribute (#1797)
17+
* Added `TelegramBotHandler` `topic`/`message_thread_id` support (#1802)
18+
* Fixed `FingersCrossedHandler` passthruLevel checking (#1801)
19+
* Fixed support of yearly and monthly rotation log file to rotate only once a month/year (#1805)
20+
* Fixed `TestHandler` method docs (#1794)
21+
* Fixed handling of falsey `display_errors` string values (#1804)
22+
123
### 3.3.1 (2023-02-06)
224

325
* Fixed Logger not being serializable anymore (#1792)

0 commit comments

Comments
 (0)