From da78a3c47e3beaa6bb0652321cbfc184e3271b8a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kamil=20Og=C3=B3rek?= Date: Fri, 4 Nov 2022 14:47:02 +0100 Subject: [PATCH 1/2] meta: 0.28 changelog --- CHANGELOG.md | 15 ++++++++++++++- 1 file changed, 14 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e0408648..ec4a08dc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # Changelog -## Unreleased +## 0.28.0 **Breaking Changes**: @@ -11,11 +11,24 @@ - Add support for Profiling feature. ([#479](https://github.com/getsentry/sentry-rust/pull/479)) - Add `SSL_VERIFY` option to control certificate verification. ([#508](https://github.com/getsentry/sentry-rust/pull/508)) +- Add Windows OS version to OS context ([#499](https://github.com/getsentry/sentry-rust/pull/499)) +- Add a `tower-http` feature as a shortcut ([#493](https://github.com/getsentry/sentry-rust/pull/493)) **Internal**: +- Take advantage of weak features in Rust 1.60 for TLS enablement ([#454](https://github.com/getsentry/sentry-rust/pull/454)) +- Turn off `pprof` default features ([#491](https://github.com/getsentry/sentry-rust/pull/491)) +- Change session update logic to follow the spec ([#477](https://github.com/getsentry/sentry-rust/pull/477)) +- Extract public `event_from_error` fn in `sentry-anyhow` ([#476](https://github.com/getsentry/sentry-rust/pull/476)) + **Thank you**: +Features, fixes and improvements in this release have been contributed by: + +- [@MarijnS95](https://github.com/MarijnS95) +- [@lpraneis](https://github.com/lpraneis) +- [@tommilligan](https://github.com/tommilligan) + ## 0.27.0 **Breaking Changes**: From b0c6fbd137960346ee4c52774bb9754279d00384 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kamil=20Og=C3=B3rek?= Date: Fri, 4 Nov 2022 14:50:40 +0100 Subject: [PATCH 2/2] Update CHANGELOG.md --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ec4a08dc..e4cffc2a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # Changelog -## 0.28.0 +## Unreleased **Breaking Changes**: