Skip to content

Commit e068944

Browse files
authored
Prepare 0.32.0 (#992)
1 parent 32c062f commit e068944

1 file changed

Lines changed: 21 additions & 0 deletions

File tree

CHANGELOG.md

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,26 @@
11
# Changelog
22

3+
## 0.32.0
4+
5+
The Sentry SDK team is happy to announce the immediate availability of Sentry Go SDK v0.32.0.
6+
7+
### Breaking Changes
8+
9+
- Bump the minimum Go version to 1.22. The supported versions are 1.22, 1.23 and 1.24. ([#967](https://github.com/getsentry/sentry-go/issues/967))
10+
- Setting any values on `span.Extra` has no effect anymore. Use `SetData(name string, value interface{})` instead. ([#864](https://github.com/getsentry/sentry-go/pull/864))
11+
12+
### Features
13+
14+
- Add a `MockTransport` and `MockScope`. ([#972](https://github.com/getsentry/sentry-go/pull/972))
15+
16+
### Bug Fixes
17+
18+
- Fix writing `*http.Request` in the Logrus JSONFormatter. ([#955](https://github.com/getsentry/sentry-go/issues/955))
19+
20+
### Misc
21+
22+
- Transaction `data` attributes are now seralized as trace context data attributes, allowing you to query these attributes in the [Trace Explorer](https://docs.sentry.io/product/explore/traces/).
23+
324
## 0.31.1
425

526
The Sentry SDK team is happy to announce the immediate availability of Sentry Go SDK v0.31.1.

0 commit comments

Comments
 (0)