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
+18
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,23 @@
1
1
# Changelog
2
2
3
+
## 4.9.0
4
+
5
+
The Sentry SDK team is happy to announce the immediate availability of Sentry Symfony SDK v4.9.0.
6
+
7
+
### Features
8
+
9
+
- Add a new Doctrine DBAL tracing driver that does not implement the deprecated `VersionAwarePlatformDriver`[(#723)](https://github.com/getsentry/sentry-symfony/pull/723)
10
+
11
+
The driver is automatically picked if `doctrine/dbal` version `3.2.0` or higher is installed.
12
+
13
+
### Bug Fixes
14
+
15
+
- Fix config type of `http_connect_timeout`and `http_timeout` options [(#721)](https://github.com/getsentry/sentry-symfony/pull/721)
16
+
17
+
### Misc
18
+
19
+
- Bump the underlying PHP SDK to version `^3.19`[(#725)](https://github.com/getsentry/sentry-symfony/pull/725)
20
+
3
21
## 4.8.0
4
22
5
23
The Sentry SDK team is happy to announce the immediate availability of Sentry Symfony SDK v4.8.0.
0 commit comments