chore(deps): bump github.com/getsentry/sentry-go from 0.18.0 to 0.19.0 #35

Merged
argoyle merged 1 commits from dependabot-go_modules-github.com-getsentry-sentry-go-0.19.0 into main 2023-03-08 12:14:50 +00:00
argoyle commented 2023-03-07 06:24:47 +00:00 (Migrated from gitlab.com)

Bumps github.com/getsentry/sentry-go from 0.18.0 to 0.19.0.

Release notes

Sourced from github.com/getsentry/sentry-go's releases.

0.19.0

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

Features

  • Add support for exception mechanism metadata (#564)
    • More about exception mechanisms here.

Bug Fixes

  • [otel] Use the correct "trace" context when sending a Sentry error (#580)

Misc

  • Drop support for Go 1.17, add support for Go 1.20 (#563)
    • According to our policy, we're officially supporting the last three minor releases of Go.
  • Switch repository license to MIT (#583)
    • More about Sentry licensing here.
  • Bump golang.org/x/text minimum required version to 0.3.8 (#586)
Changelog

Sourced from github.com/getsentry/sentry-go's changelog.

0.19.0

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

Features

  • Add support for exception mechanism metadata (#564)
    • More about exception mechanisms here.

Bug Fixes

  • [otel] Use the correct "trace" context when sending a Sentry error (#580)

Misc

  • Drop support for Go 1.17, add support for Go 1.20 (#563)
    • According to our policy, we're officially supporting the last three minor releases of Go.
  • Switch repository license to MIT (#583)
    • More about Sentry licensing here.
  • Bump golang.org/x/text minimum required version to 0.3.8 (#586)
Commits


Dependabot commands
You can trigger Dependabot actions by commenting on this MR
  • $dependabot rebase will rebase this MR
  • $dependabot recreate will recreate this MR rewriting all the manual changes and resolving conflicts
Bumps [github.com/getsentry/sentry-go](https://github.com/getsentry/sentry-go) from 0.18.0 to 0.19.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.19.0</h2> <p>The Sentry SDK team is happy to announce the immediate availability of Sentry Go SDK v0.19.0.</p> <h3>Features</h3> <ul> <li>Add support for exception mechanism metadata (<a href="https://github.com/getsentry/sentry-go/pull/564/">#564</a>) <ul> <li>More about exception mechanisms <a href="https://develop.sentry.dev/sdk/event-payloads/exception/#exception-mechanism">here</a>.</li> </ul> </li> </ul> <h3>Bug Fixes</h3> <ul> <li>[otel] Use the correct &quot;trace&quot; context when sending a Sentry error (<a href="https://github.com/getsentry/sentry-go/pull/580/">#580</a>)</li> </ul> <h3>Misc</h3> <ul> <li>Drop support for Go 1.17, add support for Go 1.20 (<a href="https://github.com/getsentry/sentry-go/pull/563/">#563</a>) <ul> <li>According to our policy, we're officially supporting the last three minor releases of Go.</li> </ul> </li> <li>Switch repository license to MIT (<a href="https://github.com/getsentry/sentry-go/pull/583/">#583</a>) <ul> <li>More about Sentry licensing <a href="https://open.sentry.io/licensing/">here</a>.</li> </ul> </li> <li>Bump <code>golang.org/x/text</code> minimum required version to 0.3.8 (<a href="https://github.com/getsentry/sentry-go/pull/586">#586</a>) <ul> <li>This fixes <a href="https://github.com/advisories/GHSA-69ch-w2m2-3vjp">CVE-2022-32149</a> vulnerability.</li> </ul> </li> </ul> </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.19.0</h2> <p>The Sentry SDK team is happy to announce the immediate availability of Sentry Go SDK v0.19.0.</p> <h3>Features</h3> <ul> <li>Add support for exception mechanism metadata (<a href="https://github.com/getsentry/sentry-go/pull/564/">#564</a>) <ul> <li>More about exception mechanisms <a href="https://develop.sentry.dev/sdk/event-payloads/exception/#exception-mechanism">here</a>.</li> </ul> </li> </ul> <h3>Bug Fixes</h3> <ul> <li>[otel] Use the correct &quot;trace&quot; context when sending a Sentry error (<a href="https://github.com/getsentry/sentry-go/pull/580/">#580</a>)</li> </ul> <h3>Misc</h3> <ul> <li>Drop support for Go 1.17, add support for Go 1.20 (<a href="https://github.com/getsentry/sentry-go/pull/563/">#563</a>) <ul> <li>According to our policy, we're officially supporting the last three minor releases of Go.</li> </ul> </li> <li>Switch repository license to MIT (<a href="https://github.com/getsentry/sentry-go/pull/583/">#583</a>) <ul> <li>More about Sentry licensing <a href="https://open.sentry.io/licensing/">here</a>.</li> </ul> </li> <li>Bump <code>golang.org/x/text</code> minimum required version to 0.3.8 (<a href="https://github.com/getsentry/sentry-go/pull/586">#586</a>) <ul> <li>This fixes <a href="https://github.com/advisories/GHSA-69ch-w2m2-3vjp">CVE-2022-32149</a> vulnerability.</li> </ul> </li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/getsentry/sentry-go/commit/d9ce5344e7e1819921ea4901dd31e47a200de7e0"><code>d9ce534</code></a> release: 0.19.0</li> <li><a href="https://github.com/getsentry/sentry-go/commit/e5ebba291754f7924e8f8dfa6eee0e775638411f"><code>e5ebba2</code></a> doc: Mention golang.org/x/text version bump in CHANGELOG (<a href="https://github.com/getsentry/sentry-go/issues/590">#590</a>)</li> <li><a href="https://github.com/getsentry/sentry-go/commit/06027a0a3a707395feb2653c765e3280d0e75c63"><code>06027a0</code></a> doc: Prepare 0.19.0 release (<a href="https://github.com/getsentry/sentry-go/issues/589">#589</a>)</li> <li><a href="https://github.com/getsentry/sentry-go/commit/2fce070cf42931184d5c52be40512d11e324e415"><code>2fce070</code></a> build(deps): bump golang.org/x/text from 0.3.7 to 0.3.8 (<a href="https://github.com/getsentry/sentry-go/issues/586">#586</a>)</li> <li><a href="https://github.com/getsentry/sentry-go/commit/0a44c635d9392811059dcb90cff8b0a05539018b"><code>0a44c63</code></a> ci: Add Go 1.20 and remove Go 1.17 (<a href="https://github.com/getsentry/sentry-go/issues/563">#563</a>)</li> <li><a href="https://github.com/getsentry/sentry-go/commit/297d2c24d2668cb43e0930fd15239ddff8c98fe8"><code>297d2c2</code></a> fix(otel): Overwrite &quot;trace&quot; context in Sentry error (<a href="https://github.com/getsentry/sentry-go/issues/580">#580</a>)</li> <li><a href="https://github.com/getsentry/sentry-go/commit/80b98ba293ea56303aae0a754c8303fca428cdd7"><code>80b98ba</code></a> Update license in README (<a href="https://github.com/getsentry/sentry-go/issues/585">#585</a>)</li> <li><a href="https://github.com/getsentry/sentry-go/commit/7de80f2871ccdf335b89659b8dad995f609be20c"><code>7de80f2</code></a> Correct copyright holder name (<a href="https://github.com/getsentry/sentry-go/issues/584">#584</a>)</li> <li><a href="https://github.com/getsentry/sentry-go/commit/a84ef26373bb163fbb515837aa94ffc209aa560f"><code>a84ef26</code></a> Switch to MIT license (<a href="https://github.com/getsentry/sentry-go/issues/583">#583</a>)</li> <li><a href="https://github.com/getsentry/sentry-go/commit/2a205843e71732741ad1e849db77f234968421d9"><code>2a20584</code></a> feat: add support for exception mechanism metadata (<a href="https://github.com/getsentry/sentry-go/issues/564">#564</a>)</li> <li>Additional commits viewable in <a href="https://github.com/getsentry/sentry-go/compare/v0.18.0...v0.19.0">compare view</a></li> </ul> </details> <br /> --- <details> <summary>Dependabot commands</summary> <br /> You can trigger Dependabot actions by commenting on this MR - `$dependabot rebase` will rebase this MR - `$dependabot recreate` will recreate this MR rewriting all the manual changes and resolving conflicts </details>
argoyle (Migrated from gitlab.com) merged commit into main 2023-03-08 12:14:51 +00:00
Sign in to join this conversation.
No Reviewers
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: unboundsoftware/schemas#35