Update module getsentry/sentry-go to v0.8.0 #709

Merged
konrad merged 1 commits from renovate/github.com-getsentry-sentry-go-0.x into master 2020-11-16 15:04:57 +00:00
Member

This PR contains the following updates:

Package Type Update Change
github.com/getsentry/sentry-go require minor v0.7.0 -> v0.8.0

Release Notes

getsentry/sentry-go

v0.8.0

Compare Source

  • build: Bump required version of Iris (#​296)
  • fix: avoid unnecessary allocation in Client.processEvent (#​293)
  • doc: Remove deprecation of sentryhttp.HandleFunc (#​284)
  • ref: Update sentryhttp example (#​283)
  • doc: Improve documentation of sentryhttp package (#​282)
  • doc: Clarify SampleRate documentation (#​279)
  • fix: Remove RawStacktrace (#​278)
  • docs: Add example of custom HTTP transport
  • ci: Test against go1.15, drop go1.12 support (#​271)

NOTE:
This version comes with a few updates. Some examples and documentation have been
improved. We've bumped the supported version of the Iris framework to avoid
LGPL-licensed modules in the module dependency graph.
The Exception.RawStacktrace and Thread.RawStacktrace fields have been
removed to conform to Sentry's ingestion protocol, only Exception.Stacktrace
and Thread.Stacktrace should appear in user code.


Renovate configuration

📅 Schedule: 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 has been generated by Renovate Bot.

This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [github.com/getsentry/sentry-go](https://github.com/getsentry/sentry-go) | require | minor | `v0.7.0` -> `v0.8.0` | --- ### Release Notes <details> <summary>getsentry/sentry-go</summary> ### [`v0.8.0`](https://github.com/getsentry/sentry-go/blob/master/CHANGELOG.md#v080) [Compare Source](https://github.com/getsentry/sentry-go/compare/v0.7.0...v0.8.0) - build: Bump required version of Iris ([#&#8203;296](https://github.com/getsentry/sentry-go/issues/296)) - fix: avoid unnecessary allocation in Client.processEvent ([#&#8203;293](https://github.com/getsentry/sentry-go/issues/293)) - doc: Remove deprecation of sentryhttp.HandleFunc ([#&#8203;284](https://github.com/getsentry/sentry-go/issues/284)) - ref: Update sentryhttp example ([#&#8203;283](https://github.com/getsentry/sentry-go/issues/283)) - doc: Improve documentation of sentryhttp package ([#&#8203;282](https://github.com/getsentry/sentry-go/issues/282)) - doc: Clarify SampleRate documentation ([#&#8203;279](https://github.com/getsentry/sentry-go/issues/279)) - fix: Remove RawStacktrace ([#&#8203;278](https://github.com/getsentry/sentry-go/issues/278)) - docs: Add example of custom HTTP transport - ci: Test against go1.15, drop go1.12 support ([#&#8203;271](https://github.com/getsentry/sentry-go/issues/271)) _NOTE:_ This version comes with a few updates. Some examples and documentation have been improved. We've bumped the supported version of the Iris framework to avoid LGPL-licensed modules in the module dependency graph. The `Exception.RawStacktrace` and `Thread.RawStacktrace` fields have been removed to conform to Sentry's ingestion protocol, only `Exception.Stacktrace` and `Thread.Stacktrace` should appear in user code. </details> --- ### Renovate configuration 📅 **Schedule**: 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. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate).
renovate added the
dependencies
label 2020-11-16 12:00:48 +00:00
renovate force-pushed renovate/github.com-getsentry-sentry-go-0.x from cdc0538203 to 06667057a9 2020-11-16 14:00:41 +00:00 Compare
konrad merged commit 58c3b1616f into master 2020-11-16 15:04:57 +00:00
Sign in to join this conversation.
No reviewers
No Milestone
No Assignees
1 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: vikunja/vikunja#709
No description provided.