Skip to content

fix(deps): update module github.com/getsentry/sentry-go/echo to v0.43.0#126

Open
renovate[bot] wants to merge 1 commit intomainfrom
renovate/github.com-getsentry-sentry-go-echo-0.x
Open

fix(deps): update module github.com/getsentry/sentry-go/echo to v0.43.0#126
renovate[bot] wants to merge 1 commit intomainfrom
renovate/github.com-getsentry-sentry-go-echo-0.x

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Feb 26, 2026

This PR contains the following updates:

Package Change Age Confidence
github.com/getsentry/sentry-go/echo v0.42.0v0.43.0 age confidence

Release Notes

getsentry/sentry-go (github.com/getsentry/sentry-go/echo)

v0.43.0: 0.43.0

Compare Source

Breaking Changes 🛠
  • Add support for go 1.26 by @​giortzisg in #​1193
    • bump minimum supported go version to 1.24
  • change type signature of attributes for Logs and Metrics. by @​giortzisg in #​1205
    • users are not supposed to modify Attributes directly on the Log/Metric itself, but this is still is a breaking change on the type.
  • Send uint64 overflowing attributes as numbers. by @​giortzisg in #​1198
    • The SDK was converting overflowing uint64 attributes to strings for slog and logrus integrations. To eliminate double types for these attributes, the SDK now sends the overflowing attribute as is, and lets the server handle the overflow appropriately.
    • It is expected that overflowing unsigned integers would now get dropped, instead of converted to strings.
New Features ✨
Bug Fixes 🐛
Internal Changes 🔧
Deps
Other

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot added dependencies Pull requests that update a dependency file go Pull requests that update go code labels Feb 26, 2026
@renovate renovate bot added the go Pull requests that update go code label Feb 26, 2026
@renovate
Copy link
Contributor Author

renovate bot commented Feb 26, 2026

ℹ️ Artifact update notice

File name: go.mod

In order to perform the update(s) described in the table above, Renovate ran the go get command, which resulted in the following additional change(s):

  • 3 additional dependencies were updated

Details:

Package Change
golang.org/x/crypto v0.47.0 -> v0.48.0
golang.org/x/net v0.49.0 -> v0.50.0
golang.org/x/sys v0.40.0 -> v0.41.0

@renovate renovate bot force-pushed the renovate/github.com-getsentry-sentry-go-echo-0.x branch from 9ca9428 to 4d1f308 Compare March 1, 2026 10:01
@renovate renovate bot force-pushed the renovate/github.com-getsentry-sentry-go-echo-0.x branch from 4d1f308 to 9d5cdbf Compare March 5, 2026 15:32
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file go Pull requests that update go code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant