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
+8-5Lines changed: 8 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -3,17 +3,20 @@
3
3
## Unreleased
4
4
5
5
**Features**:
6
-
-[NDK] Expose option to set handler strategy ([#1099](https://github.com/getsentry/sentry-native/pull/1099))
7
-
- Add Linux distributions to the OS context. [#963](https://github.com/getsentry/sentry-native/pull/963)
6
+
7
+
-[NDK] Expose option to set handler strategy. ([#1099](https://github.com/getsentry/sentry-native/pull/1099))
8
+
- Add Linux distributions to the OS context. ([#963](https://github.com/getsentry/sentry-native/pull/963))
8
9
9
10
**Fixes**:
10
-
- Add metadata pointer check to prevent crash on cleaning crashpad database. ([#1102](https://github.com/getsentry/sentry-native/pull/1102), [crashpad#1064](https://github.com/getsentry/sentry-native/issues/1064))
11
+
12
+
- Add metadata pointer check to prevent crashes when cleaning the `crashpad` database. ([#1102](https://github.com/getsentry/sentry-native/pull/1102), [crashpad#115](https://github.com/getsentry/crashpad/pull/115))
11
13
12
14
## 0.7.16
13
15
14
16
**Features**:
17
+
15
18
- Add SOCKS5 proxy support for macOS and Linux. ([#1063](https://github.com/getsentry/sentry-native/pull/1063))
16
-
- Extend performance API with explicit timings ([#1093](https://github.com/getsentry/sentry-native/pull/1093))
19
+
- Extend performance API with explicit timings. ([#1093](https://github.com/getsentry/sentry-native/pull/1093))
- Fill the `ucontext_t` field in the `sentry_ucontext_t``[on_crash|before_send]`-hook parameter on `macOS` from the `breakpad` backend. ([#1083](https://github.com/getsentry/sentry-native/pull/1083), [breakpad#39](https://github.com/getsentry/breakpad/pull/39))
0 commit comments