Skip to content

Commit b0aa60c

Browse files
authored
Prepare 3.5.0 (#714)
1 parent 7729117 commit b0aa60c

File tree

1 file changed

+30
-0
lines changed

1 file changed

+30
-0
lines changed

CHANGELOG.md

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,35 @@
11
# Changelog
22

3+
## 3.5.0
4+
5+
The Sentry SDK team is happy to announce the immediate availability of Sentry Laravel SDK v3.5.0.
6+
7+
### Features
8+
9+
- Improve terminating callbacks visibility [(#707)](https://github.com/getsentry/sentry-laravel/pull/707)
10+
11+
This adds support for performance traces that happen after the terminable middleware emits the response.
12+
13+
- Add `http.route.response` span [(#708)](https://github.com/getsentry/sentry-laravel/pull/708)
14+
15+
> **Note**: This feature requires Laravel `>= 10.13.0` to hail any new spans.
16+
17+
This will add a `http.route.response` span which identifies possible actions taken to prepare the response, especially when using `Illuminate\Contracts\Support\Responsable` classes.
18+
19+
### Bug Fixes
20+
21+
- Refactor queue integration [(#692)](https://github.com/getsentry/sentry-laravel/pull/692)
22+
23+
This improves and fixes some edge cases around scope management when running Laravel Queues.
24+
25+
- Improve `lazyLoadingViolationReporter` helper [(#709)](https://github.com/getsentry/sentry-laravel/pull/709)
26+
27+
Check for `$model->exists` and `$model->wasRecentlyCreated` before capturing the event.
28+
29+
### Misc
30+
31+
- Bump the underlying PHP SDK to version `^3.19` to enforce an upgrade to fix an issue in libcurl `>= v8.1.0` [(#711)](https://github.com/getsentry/sentry-laravel/pull/711)
32+
333
## 3.4.1
434

535
The Sentry SDK team is happy to announce the immediate availability of Sentry Laravel SDK v3.4.1.

0 commit comments

Comments
 (0)