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
+10Lines changed: 10 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -4,23 +4,33 @@
4
4
5
5
**Breaking Changes**:
6
6
7
+
- The minimum supported Rust version was bumped to **1.45.0**.
7
8
- The deprecated `error-chain` and `failure` integrations, features and crates were removed.
8
9
9
10
**Features**:
10
11
11
12
- The `slog` integration now supports capturing `slog::KV` pairs for both breadcrumbs and events.
13
+
- Preliminary support for attachments was added to `sentry-types` and the `Envelope`. However, deeper integration into the SDK is not yet complete.
12
14
13
15
**Fixes**:
14
16
15
17
- Fix regression defaulting `ClientOptions::environment` from `SENTRY_ENVIRONMENT`.
16
18
- The `debug-images` integration now captures the correct `image_addr`.
17
19
- Do not send invalid exception events in the `log` and `slog` integrations. Both integrations no longer attach the location. To receive location information, set `options.attach_stacktrace` to `true`.
20
+
- Process all event backtraces the same way.
21
+
- Fix a panic in the session flusher.
22
+
23
+
**Updates**:
24
+
25
+
- Updated `reqwest` to version `0.11`, which is based on `tokio 1`.
26
+
- Removed usage of the abandoned `im` crate, thus solving a transitive RUSTSEC advisory.
18
27
19
28
**Thank you**:
20
29
21
30
Features, fixes and improvements in this release have been contributed by:
0 commit comments