Skip to content

Commit 81beee8

Browse files
authored
meta: Add Changelog for upcoming Release (#342)
1 parent 05f76cc commit 81beee8

File tree

2 files changed

+17
-1
lines changed

2 files changed

+17
-1
lines changed

CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,11 +8,27 @@
88

99
**Features**:
1010

11+
- Added support for pre-aggregated Sessions using the new `SessionMode::Request` option. This requires **Sentry 21.2**.
12+
- Added a new `Client::flush` method to explicitly flush the transport and use that to make sure events are flushed out when using `panic=abort`.
13+
- Added a new `flush` hook to the `Transport` trait.
14+
- Exposed a new `RateLimiter` utility that transport implementations can use to drop envelopes early when the DSN is being rate limited.
1115
- Allow capturing backtraces from anyhow errors.
16+
- Added new crate `sentry-tracing` and feature `tracing` that enables support to capture Events and Breadcrumbs from tracing logs.
1217

1318
**Fixes**:
1419

1520
- Honor the `attach_stacktrace` option correctly when capturing errors.
21+
- Added the missing `addr_mode` property to `Frame`.
22+
- Fixed extracting the error type from a `anyhow::msg`.
23+
24+
**Thank you**:
25+
26+
Features, fixes and improvements in this release have been contributed by:
27+
28+
- [@XX](https://github.com/XX)
29+
- [@Jake-Shadle](https://github.com/Jake-Shadle)
30+
- [@Tuetuopay](https://github.com/Tuetuopay)
31+
- [@irevoire](https://github.com/irevoire)
1632

1733
## 0.22.0
1834

sentry-contexts/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ lazy_static = "1.4.0"
2323
uname = "0.1.1"
2424

2525
[build-dependencies]
26-
rustc_version = "0.3.0"
26+
rustc_version = "0.4.0"
2727

2828
[dev-dependencies]
2929
sentry = { version = "0.22.0", path = "../sentry", default-features = false, features = ["test"] }

0 commit comments

Comments
 (0)