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
+24Lines changed: 24 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -2,13 +2,37 @@
2
2
3
3
## Unreleased
4
4
5
+
**Highlights**:
6
+
7
+
- The Rust SDK now has **experimental** support for [Release Health Sessions](https://docs.sentry.io/product/releases/health/) using the `start_session` and `end_session` API (global and on the `Hub`).
8
+
5
9
**Breaking Changes**:
6
10
7
11
- The `Transport` was changed to work on `Envelope`s instead of `Event`s. The `send_event` trait function was removed in favor of `send_envelope`.
8
12
9
13
**Features**:
10
14
11
15
- The `Envelope`, `SessionUpdate`, and other related types have been added to the `sentry_types::protocol::v7` module.
16
+
- A `clear_breadcrumbs` method was added to `Scope`.
17
+
-`sentry_contexts::utils` is now public.
18
+
19
+
**Fixes**:
20
+
21
+
- Panic events now have a proper `mechanism`.
22
+
23
+
**Deprecations**:
24
+
25
+
- The `Future` and `FutureExt` exports have been renamed to `SentryFuture` and `SentryFutureExt` respectively.
26
+
27
+
**Thank you**:
28
+
29
+
Features, fixes and improvements in this release have been contributed by:
0 commit comments