Skip to content

Commit 5f18071

Browse files
committed
meta: Draft Changelog for upcoming release
1 parent e8ec86a commit 5f18071

File tree

1 file changed

+24
-0
lines changed

1 file changed

+24
-0
lines changed

CHANGELOG.md

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,37 @@
22

33
## Unreleased
44

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+
59
**Breaking Changes**:
610

711
- 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`.
812

913
**Features**:
1014

1115
- 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:
30+
31+
- [@Jake-Shadle](https://github.com/Jake-Shadle)
32+
- [@maxcountryman](https://github.com/maxcountryman)
33+
- [@ErichDonGubler](https://github.com/ErichDonGubler)
34+
- [@nCrazed](https://github.com/nCrazed)
35+
- [@jrconlin](https://github.com/jrconlin)
1236

1337
## 0.19.1
1438

0 commit comments

Comments
 (0)