Skip to content

Commit 66bc24b

Browse files
authored
meta: Update Changelog (#311)
1 parent d014d28 commit 66bc24b

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,23 +4,33 @@
44

55
**Breaking Changes**:
66

7+
- The minimum supported Rust version was bumped to **1.45.0**.
78
- The deprecated `error-chain` and `failure` integrations, features and crates were removed.
89

910
**Features**:
1011

1112
- 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.
1214

1315
**Fixes**:
1416

1517
- Fix regression defaulting `ClientOptions::environment` from `SENTRY_ENVIRONMENT`.
1618
- The `debug-images` integration now captures the correct `image_addr`.
1719
- 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.
1827

1928
**Thank you**:
2029

2130
Features, fixes and improvements in this release have been contributed by:
2231

2332
- [@jrobsonchase](https://github.com/jrobsonchase)
33+
- [@Jake-Shadle](https://github.com/Jake-Shadle)
2434

2535
## 0.21.0
2636

0 commit comments

Comments
 (0)