Skip to content

Commit

Permalink
Bump github.com/getsentry/sentry-go from 0.29.1 to 0.30.0 (#600)
Browse files Browse the repository at this point in the history
Bumps
[github.com/getsentry/sentry-go](https://github.com/getsentry/sentry-go)
from 0.29.1 to 0.30.0.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/getsentry/sentry-go/releases">github.com/getsentry/sentry-go's
releases</a>.</em></p>
<blockquote>
<h2>0.30.0</h2>
<p>The Sentry SDK team is happy to announce the immediate availability
of Sentry Go SDK v0.30.0.</p>
<h3>Features</h3>
<ul>
<li>Add <code>sentryzerolog</code> integration (<a
href="https://redirect.github.com/getsentry/sentry-go/pull/857">#857</a>)</li>
<li>Add <code>sentryslog</code> integration (<a
href="https://redirect.github.com/getsentry/sentry-go/pull/865">#865</a>)</li>
<li>Always set Mechanism Type to generic (<a
href="https://redirect.github.com/getsentry/sentry-go/pull/897">#896</a>)</li>
</ul>
<h3>Bug Fixes</h3>
<ul>
<li>Prevent panic in <code>fasthttp</code> and <code>fiber</code>
integration in case a malformed URL has to be parsed (<a
href="https://redirect.github.com/getsentry/sentry-go/pull/912">#912</a>)</li>
</ul>
<h3>Misc</h3>
<p>Drop support for Go 1.18, 1.19 and 1.20. The currently supported Go
versions are the last 3 stable releases: 1.23, 1.22 and 1.21.</p>
</blockquote>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/getsentry/sentry-go/blob/master/CHANGELOG.md">github.com/getsentry/sentry-go's
changelog</a>.</em></p>
<blockquote>
<h2>0.30.0</h2>
<p>The Sentry SDK team is happy to announce the immediate availability
of Sentry Go SDK v0.30.0.</p>
<h3>Features</h3>
<ul>
<li>Add <code>sentryzerolog</code> integration (<a
href="https://redirect.github.com/getsentry/sentry-go/pull/857">#857</a>)</li>
<li>Add <code>sentryslog</code> integration (<a
href="https://redirect.github.com/getsentry/sentry-go/pull/865">#865</a>)</li>
<li>Always set Mechanism Type to generic (<a
href="https://redirect.github.com/getsentry/sentry-go/pull/897">#896</a>)</li>
</ul>
<h3>Bug Fixes</h3>
<ul>
<li>Prevent panic in <code>fasthttp</code> and <code>fiber</code>
integration in case a malformed URL has to be parsed (<a
href="https://redirect.github.com/getsentry/sentry-go/pull/912">#912</a>)</li>
</ul>
<h3>Misc</h3>
<p>Drop support for Go 1.18, 1.19 and 1.20. The currently supported Go
versions are the last 3 stable releases: 1.23, 1.22 and 1.21.</p>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/getsentry/sentry-go/commit/c93781f745eb4d49c1976f64c6e12672acb0f41e"><code>c93781f</code></a>
Run go mod tidy</li>
<li><a
href="https://github.com/getsentry/sentry-go/commit/3099ce162c0160326767fa25309ace99d223b86a"><code>3099ce1</code></a>
Update slog and zerlog go.mod</li>
<li><a
href="https://github.com/getsentry/sentry-go/commit/1db5420dd17d47db35564cdf312ac4029d3b1783"><code>1db5420</code></a>
release: 0.30.0</li>
<li><a
href="https://github.com/getsentry/sentry-go/commit/4ee64441e9a8a225faa5da0204e93eb9c3b843cf"><code>4ee6444</code></a>
Prepare 0.30.0 (<a
href="https://redirect.github.com/getsentry/sentry-go/issues/908">#908</a>)</li>
<li><a
href="https://github.com/getsentry/sentry-go/commit/fd9725b0a09c8319f5d76126040fd0111a419748"><code>fd9725b</code></a>
Prevent panic in case url.Parsing fails in fasthttp and fiber (<a
href="https://redirect.github.com/getsentry/sentry-go/issues/912">#912</a>)</li>
<li><a
href="https://github.com/getsentry/sentry-go/commit/9ed1fa94ccecb20f0084e0d9bde8fb0814c5b401"><code>9ed1fa9</code></a>
fix: remove dsn from slog example (<a
href="https://redirect.github.com/getsentry/sentry-go/issues/910">#910</a>)</li>
<li><a
href="https://github.com/getsentry/sentry-go/commit/fc433de848aa381ecd201257659362aef23ca69b"><code>fc433de</code></a>
fix: use correct Go import for slog package (<a
href="https://redirect.github.com/getsentry/sentry-go/issues/909">#909</a>)</li>
<li><a
href="https://github.com/getsentry/sentry-go/commit/10bed82eb3c0dab93f602e9a95c0573b8183ceff"><code>10bed82</code></a>
add readme for slog integration (<a
href="https://redirect.github.com/getsentry/sentry-go/issues/905">#905</a>)</li>
<li><a
href="https://github.com/getsentry/sentry-go/commit/297ccafbf8fb749656d42e1682bb4c016c10cc92"><code>297ccaf</code></a>
build(deps): bump codecov/codecov-action from 5.0.2 to 5.0.7 (<a
href="https://redirect.github.com/getsentry/sentry-go/issues/906">#906</a>)</li>
<li><a
href="https://github.com/getsentry/sentry-go/commit/9b8b7bea7a90bf023c627550e813a176ffb53f53"><code>9b8b7be</code></a>
add readme for zerolog integration (<a
href="https://redirect.github.com/getsentry/sentry-go/issues/904">#904</a>)</li>
<li>Additional commits viewable in <a
href="https://github.com/getsentry/sentry-go/compare/v0.29.1...v0.30.0">compare
view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=github.com/getsentry/sentry-go&package-manager=go_modules&previous-version=0.29.1&new-version=0.30.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)

Dependabot will resolve any conflicts with this PR as long as you don't
alter it yourself. You can also trigger a rebase manually by commenting
`@dependabot rebase`.

[//]: # (dependabot-automerge-start)
[//]: # (dependabot-automerge-end)

---

<details>
<summary>Dependabot commands and options</summary>
<br />

You can trigger Dependabot actions by commenting on this PR:
- `@dependabot rebase` will rebase this PR
- `@dependabot recreate` will recreate this PR, overwriting any edits
that have been made to it
- `@dependabot merge` will merge this PR after your CI passes on it
- `@dependabot squash and merge` will squash and merge this PR after
your CI passes on it
- `@dependabot cancel merge` will cancel a previously requested merge
and block automerging
- `@dependabot reopen` will reopen this PR if it is closed
- `@dependabot close` will close this PR and stop Dependabot recreating
it. You can achieve the same result by closing it manually
- `@dependabot show <dependency name> ignore conditions` will show all
of the ignore conditions of the specified dependency
- `@dependabot ignore this major version` will close this PR and stop
Dependabot creating any more for this major version (unless you reopen
the PR or upgrade to it yourself)
- `@dependabot ignore this minor version` will close this PR and stop
Dependabot creating any more for this minor version (unless you reopen
the PR or upgrade to it yourself)
- `@dependabot ignore this dependency` will close this PR and stop
Dependabot creating any more for this dependency (unless you reopen the
PR or upgrade to it yourself)


</details>
  • Loading branch information
BeryJu authored Dec 5, 2024
2 parents e805b0b + 7a3ba36 commit 5275496
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ go 1.22.7
toolchain go1.23.3

require (
github.com/getsentry/sentry-go v0.29.1
github.com/getsentry/sentry-go v0.30.0
github.com/go-openapi/runtime v0.28.0
github.com/hashicorp/terraform-plugin-docs v0.20.1
github.com/hashicorp/terraform-plugin-sdk v1.17.2
Expand Down
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -114,8 +114,8 @@ github.com/fatih/color v1.16.0/go.mod h1:fL2Sau1YI5c0pdGEVCbKQbLXB6edEj1ZgiY4Nij
github.com/flynn/go-shlex v0.0.0-20150515145356-3f9db97f8568/go.mod h1:xEzjJPgXI435gkrCt3MPfRiAkVrwSbHsst4LCFVfpJc=
github.com/frankban/quicktest v1.14.3 h1:FJKSZTDHjyhriyC81FLQ0LY93eSai0ZyR/ZIkd3ZUKE=
github.com/frankban/quicktest v1.14.3/go.mod h1:mgiwOwqx65TmIk1wJ6Q7wvnVMocbUorkibMOrVTHZps=
github.com/getsentry/sentry-go v0.29.1 h1:DyZuChN8Hz3ARxGVV8ePaNXh1dQ7d76AiB117xcREwA=
github.com/getsentry/sentry-go v0.29.1/go.mod h1:x3AtIzN01d6SiWkderzaH28Tm0lgkafpJ5Bm3li39O0=
github.com/getsentry/sentry-go v0.30.0 h1:lWUwDnY7sKHaVIoZ9wYqRHJ5iEmoc0pqcRqFkosKzBo=
github.com/getsentry/sentry-go v0.30.0/go.mod h1:WU9B9/1/sHDqeV8T+3VwwbjeR5MSXs/6aqG3mqZrezA=
github.com/gliderlabs/ssh v0.2.2/go.mod h1:U7qILu1NlMHj9FlMhZLlkCdDnU1DBEAqr0aevW3Awn0=
github.com/go-errors/errors v1.4.2 h1:J6MZopCL4uSllY1OfXM374weqZFFItUbrImctkmUxIA=
github.com/go-errors/errors v1.4.2/go.mod h1:sIVyrIiJhuEF+Pj9Ebtd6P/rEYROXFi3BopGUQ5a5Og=
Expand Down

0 comments on commit 5275496

Please sign in to comment.