Skip to content

Commit d390b64

Browse files
authored
meta: 0.28 changelog (#511)
1 parent 0e021ba commit d390b64

1 file changed

Lines changed: 13 additions & 0 deletions

File tree

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,11 +11,24 @@
1111

1212
- Add support for Profiling feature. ([#479](https://github.com/getsentry/sentry-rust/pull/479))
1313
- Add `SSL_VERIFY` option to control certificate verification. ([#508](https://github.com/getsentry/sentry-rust/pull/508))
14+
- Add Windows OS version to OS context ([#499](https://github.com/getsentry/sentry-rust/pull/499))
15+
- Add a `tower-http` feature as a shortcut ([#493](https://github.com/getsentry/sentry-rust/pull/493))
1416

1517
**Internal**:
1618

19+
- Take advantage of weak features in Rust 1.60 for TLS enablement ([#454](https://github.com/getsentry/sentry-rust/pull/454))
20+
- Turn off `pprof` default features ([#491](https://github.com/getsentry/sentry-rust/pull/491))
21+
- Change session update logic to follow the spec ([#477](https://github.com/getsentry/sentry-rust/pull/477))
22+
- Extract public `event_from_error` fn in `sentry-anyhow` ([#476](https://github.com/getsentry/sentry-rust/pull/476))
23+
1724
**Thank you**:
1825

26+
Features, fixes and improvements in this release have been contributed by:
27+
28+
- [@MarijnS95](https://github.com/MarijnS95)
29+
- [@lpraneis](https://github.com/lpraneis)
30+
- [@tommilligan](https://github.com/tommilligan)
31+
1932
## 0.27.0
2033

2134
**Breaking Changes**:

0 commit comments

Comments
 (0)