From d1a879eb4c720e927c537ea05095b08d4d6e297c Mon Sep 17 00:00:00 2001 From: Michi Hoffmann Date: Wed, 12 Jun 2024 14:27:54 +0200 Subject: [PATCH] Prepare 0.28.1 (#838) --- CHANGELOG.md | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8765edecd..046f49c46 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## 0.28.1 + +The Sentry SDK team is happy to announce the immediate availability of Sentry Go SDK v0.28.1. + +### Bug Fixes + +- Implement `http.ResponseWriter` to hook into various parts of the response process ([#837](https://github.com/getsentry/sentry-go/pull/837)) + ## 0.28.0 The Sentry SDK team is happy to announce the immediate availability of Sentry Go SDK v0.28.0. @@ -17,7 +25,7 @@ The Sentry SDK team is happy to announce the immediate availability of Sentry Go - Add `http.request.method` attribute for performance span data ([#786](https://github.com/getsentry/sentry-go/pull/786)) - Accept `interface{}` for span data values ([#784](https://github.com/getsentry/sentry-go/pull/784)) -### Fixes +### Bug Fixes - Fix missing stack trace for parsing error in `logrusentry` ([#689](https://github.com/getsentry/sentry-go/pull/689))