Skip to content

Commit 800f2ac

Browse files
cleptricstayallive
andcommitted
docs: Add 3.0.0 changelog (#590)
Co-authored-by: Alex Bouma <alex@bouma.me>
1 parent d641a8f commit 800f2ac

File tree

1 file changed

+14
-6
lines changed

1 file changed

+14
-6
lines changed

CHANGELOG.md

Lines changed: 14 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2,15 +2,23 @@
22

33
## Unreleased
44

5-
- Drop support for Laravel Lumen (#579)
6-
- Set the tracing transaction name on the `Illuminate\Routing\Events\RouteMatched` instead of at the end of the request (#580)
5+
## 3.0.0
6+
7+
**Breaking changes**
8+
9+
- Laravel Lumen is no longer supported
10+
- Drop support for Laravel Lumen (#579)
11+
- Laravel versions 5.0 - 5.8 are no longer supported
12+
- Drop support for Laravel 5.x (#581)
713
- Remove `Sentry\Integration::extractNameForRoute()`, it's alternative `Sentry\Integration::extractNameAndSourceForRoute()` is marked as `@internal` (#580)
8-
- Drop support for Laravel 5.x (#581)
9-
- Fix not setting the correct SDK ID and version when running the `sentry:test` command (#582)
14+
- Remove extracting route name or controller for transaction names (#583). This unifies the transaction names to a more concise format.
1015

11-
## 2.14.2
16+
**Other changes**
1217

13-
- Fix extracting command input resulting in errors when calling Artisan commands programatically with `null` as an argument value (#589)
18+
- Add support for Dynamic Sampling (#572)
19+
- Set the tracing transaction name on the `Illuminate\Routing\Events\RouteMatched` instead of at the end of the request (#580)
20+
- Add tracing span for Laravel HTTP client requests (#585)
21+
- Simplify Sentry meta tag retrieval, by adding `Sentry\Laravel\Integration::sentryMeta()` (#586)
1422

1523
## 2.14.1
1624

0 commit comments

Comments
 (0)