Conversation
ℹ Artifact update noticeFile name: go.modIn order to perform the update(s) described in the table above, Renovate ran the
Details:
|
|
Important Review skippedReview was skipped due to path filters ⛔ Files ignored due to path filters (2)
CodeRabbit blocks several paths by default. You can override this behavior by explicitly including those paths in the path filters. For example, including ⚙️ Run configurationConfiguration used: Organization UI Review profile: CHILL Plan: Pro Run ID: You can disable this status message by setting the Use the checkbox below for a quick retry:
✨ Finishing Touches🧪 Generate unit tests (beta)
📝 Coding Plan
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #124 +/- ##
=======================================
Coverage 68.50% 68.50%
=======================================
Files 46 46
Lines 4648 4648
=======================================
Hits 3184 3184
Misses 1290 1290
Partials 174 174 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
This PR contains the following updates:
v0.35.1->v0.43.0v0.3.3->v0.3.4v0.5.14->v0.5.21v1.18.0->v1.19.2v0.7.7->v0.9.2v0.41.1->v0.45.0v1.1.1->v1.3.0v1.1.3->v1.2.1v0.3.4->v0.5.4v1.7.1->v1.10.0v1.10.1->v1.10.2v1.9.0->v1.11.0v1.8.0->v1.11.0v1.21.0->v1.27.18b4c13b->7ab1446v0.36.0->v0.42.0v0.29.0->v0.35.0Release Notes
getsentry/sentry-go (github.com/getsentry/sentry-go)
v0.43.0: 0.43.0Compare Source
Breaking Changes 🛠
New Features ✨
Bug Fixes 🐛
Internal Changes 🔧
Deps
Other
v0.42.0: 0.42.0Compare Source
Breaking Changes 🛠
New Features ✨
Internal Changes 🔧
Release
Other
v0.41.0: 0.41.0Compare Source
The Sentry SDK team is happy to announce the immediate availability of Sentry Go SDK v0.41.0.
Features
sentryhttpclientpackage (#876)http.RoundTripperimplementation that automatically creates spans for outgoing HTTP requestsWithTracePropagationTargetsoptionClientOptions.PropagateTraceparentoption to control W3Ctraceparentheader propagation in outgoing HTTP requests (#1161)SpanIDfield to structured logs (#1169)v0.40.0: 0.40.0Compare Source
The Sentry SDK team is happy to announce the immediate availability of Sentry Go SDK v0.40.0.
Bug Fixes
DisableTelemetryBufferflag and noop Telemetry Buffer, to prevent a panic at runtime (#1149).v0.39.0: 0.39.0Compare Source
The Sentry SDK team is happy to announce the immediate availability of Sentry Go SDK v0.39.0.
Features
Bug Fixes
hasWork()method to check if buffers are ready to flush. The previous implementation was causing CPU spikes (#1143).v0.38.0: 0.38.0Compare Source
Breaking Changes
Features
Introduce a new async envelope transport and telemetry buffer to prioritize and batch events (#1094, #1093, #1107).
Add
ClientOptions.DisableTelemetryBufferto opt out and fall back to the legacy transport layer (HTTPTransport/HTTPSyncTransport).Notes
Transportis provided, the SDK automatically disables the telemetry buffer and uses the legacy transport for compatibility.v0.37.0: 0.37.0Compare Source
The Sentry SDK team is happy to announce the immediate availability of Sentry Go SDK v0.37.0.
Breaking Changes
TraceIgnoreStatusCodesoption. The option now defaults to ignoring 404 status codes (#1122).Features
sentry.originattribute to structured logs to identify log origin forslogandlogrusintegrations (auto.log.slog,auto.log.logrus) (#1121).Bug Fixes
slogevent handler to use the initial context, ensuring events use the correct hub/span when the emission context lacks one (#1133).Misc
golang.org/x/netto v0.38.0 (#1126).v0.36.2: 0.36.2Compare Source
The Sentry SDK team is happy to announce the immediate availability of Sentry Go SDK v0.36.2.
Bug Fixes
v0.36.1: 0.36.1Compare Source
The Sentry SDK team is happy to announce the immediate availability of Sentry Go SDK v0.36.1.
Bug Fixes
v0.36.0: 0.36.0Compare Source
The Sentry SDK team is happy to announce the immediate availability of Sentry Go SDK v0.36.0.
Breaking Changes
Behavioral change for the
MaxBreadcrumbsclient option. Removed the hard limit of 100 breadcrumbs, allowing users to set a larger limit and also changed the default limit from 30 to 100 (#1106))The changes to error handling (#1075) will affect issue grouping. It is expected that any wrapped and complex errors will be grouped under a new issue group.
Features
Add support for improved issue grouping with enhanced error chain handling (#1075)
The SDK now provides better handling of complex error scenarios, particularly when dealing with multiple related errors or error chains. This feature automatically detects and properly structures errors created with Go's
errors.Join()function and other multi-error patterns.Add
TraceIgnoreStatusCodesoption to allow filtering of HTTP transactions based on status codes (#1089)TraceIgnoreStatusCodes: [][]int{{404}, {500, 599}}ignores 404 and server errors 500-599Bug Fixes
BeforeSendcallback (#1109)processEventmethod and are sent directly to the transportBeforeSendLog, not by the error/messageBeforeSendcallbackMisc
v0.35.3: 0.35.3Compare Source
The Sentry SDK team is happy to announce the immediate availability of Sentry Go SDK v0.35.3.
Bug Fixes
v0.35.2: 0.35.2Compare Source
The Sentry SDK team is happy to announce the immediate availability of Sentry Go SDK v0.35.2.
Bug Fixes
Misc
MockTransportto test clients for improved testing (#1071)gkampitakis/ciinfo (github.com/gkampitakis/ciinfo)
v0.3.4Compare Source
gkampitakis/go-snaps (github.com/gkampitakis/go-snaps)
v0.5.21Compare Source
What's Changed
Full Changelog: gkampitakis/go-snaps@v0.5.20...v0.5.21
v0.5.20Compare Source
What's Changed
Full Changelog: gkampitakis/go-snaps@v0.5.19...v0.5.20
v0.5.19Compare Source
What's Changed
Full Changelog: gkampitakis/go-snaps@0.5.18...v0.5.19
v0.5.18Compare Source
v0.5.17Compare Source
v0.5.16Compare Source
What's Changed
golangci-lintto v2 by @G-Rath in https://github.com/gkampitakis/go-snaps/pull/141Full Changelog: gkampitakis/go-snaps@v0.5.15...v0.5.16
v0.5.15Compare Source
What's Changed
Full Changelog: gkampitakis/go-snaps@v0.5.14...v0.5.15
goccy/go-yaml (github.com/goccy/go-yaml)
v1.19.2: 1.19.2Compare Source
What's Changed
New Contributors
Full Changelog: goccy/go-yaml@v1.19.1...v1.19.2
v1.19.1: 1.19.1Compare Source
What's Changed
Full Changelog: goccy/go-yaml@v1.19.0...v1.19.1
v1.19.0: 1.19.0Compare Source
What's Changed
New Contributors
Full Changelog: goccy/go-yaml@v1.18.0...v1.19.0
mailru/easyjson (github.com/mailru/easyjson)
v0.9.2Compare Source
What's Changed
Full Changelog: mailru/easyjson@v0.9.1...v0.9.2
v0.9.1Compare Source
What's Changed
New Contributors
Full Changelog: mailru/easyjson@v0.9.0...v0.9.1
v0.9.0Compare Source
up go version and bugfixes
v0.8.0Compare Source
stable version before go version bump
mark3labs/mcp-go (github.com/mark3labs/mcp-go)
v0.45.0Compare Source
v0.44.1Compare Source
v0.44.0Compare Source
What's Changed
New Contributors
Full Changelog: mark3labs/mcp-go@v0.43.2...v0.44.0
v0.43.2Compare Source
What's Changed
Full Changelog: mark3labs/mcp-go@v0.43.1...v0.43.2
v0.43.1Compare Source
What's Changed
New Contributors
Full Changelog: mark3labs/mcp-go@v0.43.0...v0.43.1
v0.43.0Compare Source
What's Changed
Rootsfeature by @yuehaii in https://github.com/mark3labs/mcp-go/pull/620New Contributors
Full Changelog: mark3labs/mcp-go@v0.42.0...v0.43.0
v0.42.0Compare Source
What's Changed
issue-345-withanyby @coderabbitai[bot] inhttps://github.com/mark3labs/mcp-go/pull/6199New Contributors
Full Changelog: mark3labs/mcp-go@v0.41.1...v0.42.0
maruel/natural (github.com/maruel/natural)
v1.3.0: Supports arbitrary long numbers (larger than uint64)Compare Source
Fixes #5
v1.2.1Compare Source
v1.2.0Compare Source
segmentio/asm (github.com/segmentio/asm)
v1.2.1Compare Source
v1.2.0Compare Source
What's Changed
Full Changelog: segmentio/asm@v1.1.5...v1.2.0
v1.1.5Compare Source
v1.1.4Compare Source
segmentio/encoding (github.com/segmentio/encoding)
v0.5.4Compare Source
What's Changed
Full Changelog: segmentio/encoding@v0.5.3...v0.5.4
v0.5.3Compare Source
What's Changed
Full Changelog: segmentio/encoding@v0.5.2...v0.5.3
v0.5.2: : address performance regression in json decodingCompare Source
What's Changed
New Contributors
Full Changelog: segmentio/encoding@v0.5.1...v0.5.2
v0.5.1: : json parity with stdlib for \b and \f encodingCompare Source
What's Changed
Full Changelog: segmentio/encoding@v0.5.0...v0.5.1
v0.5.0: : protobuf rewrite rule overridesCompare Source
What's Changed
Full Changelog: segmentio/encoding@v0.4.0...v0.5.0
v0.4.1Compare Source
v0.4.0: : configurable numeric decoding supportCompare Source
When decoding into
any,ParseFlagscan now be used to control decoding into any combination ofuint64,int64, and*big.Int, in addition to the prior support forjson.Numberandfloat64. Choice of type will depend on each value encountered, and as before, whenjson.Numberis requested,float64will not be used.v0.3.7: : tolerate leading spacing in json.RawMessageCompare Source
v0.3.6Compare Source
What's Changed
Remaining() intmethod tojson.Tokenizerby @chriso in https://github.com/segmentio/encoding/pull/126Full Changelog: segmentio/encoding@v0.3.5...v0.3.6
v0.3.5Compare Source
What's Changed
Full Changelog: segmentio/encoding@v0.3.4...v0.3.5
spf13/cast (github.com/spf13/cast)
v1.10.0Compare Source
What's Changed
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Enabled.
♻ Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.
👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.
This PR has been generated by Renovate Bot.