We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ad5c477 commit c15c58aCopy full SHA for c15c58a
CHANGELOG.md
@@ -1,14 +1,19 @@
1
# Changelog
2
3
-# 0.10.0
+## 0.11.0
4
+
5
+- Added `sentry::with_scope`
6
+- Updated the sentry types to 0.8.x
7
8
+## 0.10.0
9
10
- Streamline types with other SDKs. Most notabe changes:
11
- `Event::id` has been renamed to `Event::event_id`
12
- `Event::exceptions` has been renamed to `Event::exception`
13
- Some collections are now wrapped in `Values`
14
- Added more debug logs.
15
-# 0.9.0
16
+## 0.9.0
17
18
- Removed `drain_events`. Events are now drained by calling `Client::close` or on the
19
transport on `Transport::shutdown`.
@@ -19,7 +24,7 @@
24
20
25
This is likely to be the final API before 1.0
21
26
22
-# 0.3.1
27
+## 0.3.1
23
28
29
- Remove null byte terminator from device model context (#33)
30
- Fix `uname` breaking builds on Windows (#32)
0 commit comments