Skip to content

Commit 8e81be1

Browse files
authored
Prepare 4.10.0 (#1787)
1 parent 21a77e7 commit 8e81be1

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed

CHANGELOG.md

+18
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,23 @@
11
# CHANGELOG
22

3+
## 4.10.0
4+
5+
The Sentry SDK team is happy to announce the immediate availability of Sentry PHP SDK v4.10.0.
6+
7+
### Features
8+
9+
- The SDK was updated to support PHP 8.4 [(#1760)](https://github.com/getsentry/sentry-php/pull/1760)
10+
- Expose a new `http_ssl_native_ca` option to tell the HTTP client to use the operating system's native CA store for certificate verification [(#1766)](https://github.com/getsentry/sentry-php/pull/1766)
11+
12+
### Bug Fixes
13+
14+
- Fix the `http_timeout` & `http_connect_timeout` options, which now also work with sub second values [(#1785)](https://github.com/getsentry/sentry-php/pull/1785)
15+
16+
### Misc
17+
18+
- HTTP breadcrumbs created by the `GuzzleTracingMiddleware` are now set to a warning status for `4xx` responses and an error status for `5xx` responses [(#1773)](https://github.com/getsentry/sentry-php/pull/1773)
19+
- All public Metrics APIs are now no-op, intneral APIs were removed [(#1786)](https://github.com/getsentry/sentry-php/pull/1786)
20+
321
## 4.9.0
422

523
The Sentry SDK team is happy to announce the immediate availability of Sentry PHP SDK v4.9.0.

0 commit comments

Comments
 (0)