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
+27Lines changed: 27 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -2,6 +2,33 @@
2
2
3
3
## Unreleased
4
4
5
+
## 4.2.5 (2021-12-13)
6
+
7
+
- Add support for Symfony 6 (#566)
8
+
- Fix fatal errors logged twice on Symfony `3.4` (#570)
9
+
10
+
## 4.2.4 (2021-10-20)
11
+
12
+
- Add return typehints to the methods of the `SentryExtension` class to prepare for Symfony 6 (#563)
13
+
- Fix setting the IP address on the user context when it's not available (#565)
14
+
- Fix wrong method existence check in `TracingDriverConnection::errorCode()` (#568)
15
+
- Fix decoration of the Doctrine DBAL connection when it implemented the `ServerInfoAwareConnection` interface (#567)
16
+
17
+
## 4.2.3 (2021-09-21)
18
+
19
+
- Fix: Test if `TracingStatement` exists before attempting to create the class alias, otherwise it breaks when opcache is enabled. (#552)
20
+
- Fix: Pass logger from `logger` config option to `TransportFactory` (#555)
21
+
- Improve the compatibility layer with Doctrine DBAL to avoid deprecations notices (#553)
22
+
23
+
## 4.2.2 (2021-08-30)
24
+
25
+
- Fix missing instrumentation of the `Statement::execute()` method of Doctrine DBAL (#548)
26
+
27
+
## 4.2.1 (2021-08-24)
28
+
29
+
- Fix return type for `TracingDriver::getDatabase()` method (#541)
30
+
- Avoid throwing exception from the `TraceableCacheAdapterTrait::prune()` and `TraceableCacheAdapterTrait::reset()` methods when the decorated adapter does not implement the respective interfaces (#543)
31
+
5
32
## 4.2.0 (2021-08-12)
6
33
7
34
- Log the bus name, receiver name and message class name as event tags when using Symfony Messenger (#492)
0 commit comments