Skip to content

Commit b321dd6

Browse files
committed
Update changelog
1 parent 3715fcc commit b321dd6

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,19 @@
1+
### 3.10.0 (2026-01-02)
2+
3+
* Added automatic directory cleanup in RotatingFileHandler (#2000)
4+
* Added timezone-aware file rotation to RotatingFileHandler (#1982)
5+
* Added support for mongodb/mongodb 2.0+ (#1998)
6+
* Added NoDiscard attribute to TestHandler methods to ensure the result is used (#2013)
7+
* Fixed JsonFormatter crashing if __toString throws while normalizing data (#1968)
8+
* Fixed PHP 8.5 deprecation warnings (#1997, #2009)
9+
* Fixed DeduplicatingHandler collecting duplicate logs if the file cannot be locked (2e97231)
10+
* Fixed GelfMessageFormatter to use integers instead of bool for gelf 1.1 support (#1973)
11+
* Fixed empty stack traces being output anyway (#1979)
12+
* Fixed StreamHandler not reopening the file if the inode changed (#1963)
13+
* Fixed TelegramBotHandler sending empty messages (#1992)
14+
* Fixed file paths in stack traces containing backslashes on windows, always using / now to unify logs (#1980)
15+
* Fixed RotatingFileHandler unlink errors not being suppressed correctly (#1999)
16+
117
### 3.9.0 (2025-03-24)
218

319
* BC Warning: Fixed SendGridHandler to use the V3 API as V2 is now shut down, but this requires a new API key (#1952)

0 commit comments

Comments
 (0)