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
+29Lines changed: 29 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,34 @@
1
1
# Changelog
2
2
3
+
## 0.42.0
4
+
5
+
### Breaking Changes 🛠
6
+
7
+
- refactor Telemetry Processor to use TelemetryItem instead of ItemConvertible by @giortzisg in [#1180](https://github.com/getsentry/sentry-go/pull/1180)
8
+
- remove ToEnvelopeItem from single log items
9
+
- rename TelemetryBuffer to Telemetry Processor to adhere to spec
10
+
- remove unsed ToEnvelopeItem(dsn) from Event.
11
+
12
+
### New Features ✨
13
+
14
+
- Add metric support by @aldy505 in [#1151](https://github.com/getsentry/sentry-go/pull/1151)
15
+
- support for three metric methods (counter, gauge, distribution)
16
+
- custom metric units
17
+
- unexport batchlogger
18
+
19
+
### Internal Changes 🔧
20
+
21
+
#### Release
22
+
23
+
- Fix changelog-preview permissions by @BYK in [#1181](https://github.com/getsentry/sentry-go/pull/1181)
24
+
- Switch from action-prepare-release to Craft by @BYK in [#1167](https://github.com/getsentry/sentry-go/pull/1167)
25
+
26
+
#### Other
27
+
28
+
- (repo) Add Claude Code settings with basic permissions by @philipphofmann in [#1175](https://github.com/getsentry/sentry-go/pull/1175)
29
+
- Update release and changelog-preview workflows by @giortzisg in [#1177](https://github.com/getsentry/sentry-go/pull/1177)
30
+
- Bump echo to 4.10.1 by @giortzisg in [#1174](https://github.com/getsentry/sentry-go/pull/1174)
31
+
3
32
## 0.41.0
4
33
5
34
The Sentry SDK team is happy to announce the immediate availability of Sentry Go SDK v0.41.0.
0 commit comments