This repository has been archived by the owner on Dec 11, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 17
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
renovate
bot
force-pushed
the
renovate/etc-modules
branch
from
March 15, 2022 21:24
a4d8583
to
2add94a
Compare
renovate
bot
changed the title
Update module github.com/getsentry/sentry-go to v0.13.0
Update etc modules
Mar 15, 2022
renovate
bot
force-pushed
the
renovate/etc-modules
branch
from
March 31, 2022 19:29
2add94a
to
ff51054
Compare
renovate
bot
force-pushed
the
renovate/etc-modules
branch
from
April 11, 2022 15:18
ff51054
to
a1b79f3
Compare
renovate
bot
force-pushed
the
renovate/etc-modules
branch
from
April 24, 2022 17:22
a1b79f3
to
58cbbfa
Compare
renovate
bot
force-pushed
the
renovate/etc-modules
branch
from
May 13, 2022 10:31
58cbbfa
to
d3f4bf7
Compare
renovate
bot
force-pushed
the
renovate/etc-modules
branch
from
June 6, 2022 11:16
d3f4bf7
to
dcd58ff
Compare
renovate
bot
force-pushed
the
renovate/etc-modules
branch
3 times, most recently
from
June 24, 2022 04:19
1fa3c7d
to
1aad3d7
Compare
renovate
bot
force-pushed
the
renovate/etc-modules
branch
3 times, most recently
from
July 21, 2022 11:58
b625861
to
c3d10b4
Compare
renovate
bot
force-pushed
the
renovate/etc-modules
branch
2 times, most recently
from
August 6, 2022 11:09
1772998
to
10e48f6
Compare
renovate
bot
force-pushed
the
renovate/etc-modules
branch
from
August 20, 2022 16:46
10e48f6
to
f09ec26
Compare
renovate
bot
force-pushed
the
renovate/etc-modules
branch
from
September 6, 2022 14:57
f09ec26
to
0f3c788
Compare
renovate
bot
force-pushed
the
renovate/etc-modules
branch
from
October 10, 2022 10:01
0f3c788
to
6c3d4cb
Compare
renovate
bot
force-pushed
the
renovate/etc-modules
branch
from
November 10, 2022 10:02
6c3d4cb
to
f03c58b
Compare
renovate
bot
force-pushed
the
renovate/etc-modules
branch
from
December 13, 2022 07:52
f03c58b
to
351d52d
Compare
renovate
bot
force-pushed
the
renovate/etc-modules
branch
from
January 23, 2023 13:05
351d52d
to
6f600a8
Compare
⚠ Artifact update problemRenovate failed to update an artifact related to this branch. You probably do not want to merge this PR as-is. ♻ Renovate will retry this branch, including artifacts, only when one of the following happens:
The artifact failure details are included below: File name: go.sum
|
renovate
bot
force-pushed
the
renovate/etc-modules
branch
from
February 22, 2023 08:03
6f600a8
to
b8dac18
Compare
renovate
bot
force-pushed
the
renovate/etc-modules
branch
from
March 8, 2023 09:33
b8dac18
to
aa2f5e4
Compare
renovate
bot
force-pushed
the
renovate/etc-modules
branch
from
March 31, 2023 10:51
aa2f5e4
to
879847f
Compare
renovate
bot
force-pushed
the
renovate/etc-modules
branch
from
April 13, 2023 15:21
879847f
to
e29f721
Compare
renovate
bot
force-pushed
the
renovate/etc-modules
branch
from
May 22, 2023 09:35
e29f721
to
dbe349a
Compare
kubasobon
approved these changes
May 23, 2023
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
v0.12.0
->v0.21.0
v1.12.1
->v1.15.1
v0.2.0
->v0.4.0
v1.9.0
->v1.15.0
v1.7.0
->v1.8.3
Release Notes
getsentry/sentry-go
v0.21.0
: 0.21.0Compare Source
The Sentry SDK team is happy to announce the immediate availability of Sentry Go SDK v0.21.0.
Note: this release includes one breaking change and some deprecations, which are listed below.
Breaking Changes
This change does not apply if you use https://sentry.io
/store
endpoint (#631)Features
TransctionSource
->WithTransactionSource
SpanSampled
->WithSpanSampled
OpName
->WithOpName
TransactionName
->WithTransactionName
TransctionSource
,SpanSampled
,OpName
, andTransactionName
are still available but are now deprecated and will be removed in a future release.client.EventFromMessage
andclient.EventFromException
methods public (#607)client.SetException
method (#607)Event
.Bug Fixes
Misc
v0.20.0
: 0.20.0Compare Source
The Sentry SDK team is happy to announce the immediate availability of Sentry Go SDK v0.20.0.
Note: this release has some breaking changes, which are listed below.
Breaking Changes
Remove the following methods:
Scope.SetTransaction()
,Scope.Transaction()
(#605)Span.Name should be used instead to access the transaction's name.
For example, the following
TracesSampler
function should be now written as follows:Before:
After:
Features
Span.SetContext()
method (#599)hub.Scope().SetContext
when setting or updating context on transactions.DebugMeta
interface toEvent
and extendFrame
structure with more fields (#606)Bug Fixes
Misc
github.com/kataras/iris/v12
to 12.2.0,github.com/labstack/echo/v4
to v4.10.0 (#595)google.golang.org/protobuf
minimum required version to 1.29.1 (#604)otel
module when building in GOPATH mode (#615)v0.19.0
: 0.19.0Compare Source
The Sentry SDK team is happy to announce the immediate availability of Sentry Go SDK v0.19.0.
Features
Bug Fixes
Misc
golang.org/x/text
minimum required version to 0.3.8 (#586)v0.18.0
: 0.18.0Compare Source
The Sentry SDK team is happy to announce the immediate availability of Sentry Go SDK v0.18.0.
This release contains initial support for OpenTelemetry and various other bug fixes and improvements.
Note: This is the last release supporting Go 1.17.
Features
Initial support for OpenTelemetry.
You can now send all your OpenTelemetry spans to Sentry.
Install the
otel
moduleConfigure the Sentry and OpenTelemetry SDKs
You can read more about using OpenTelemetry with Sentry in our docs.
Bug Fixes
span.ToBaggage()
(#566)Misc
Span.SetDynamicSamplingContext()
(#539)Dsn
(#540)SpanOption::SpanSampled
(#546)Span.SetData()
(#542)Span.IsTransaction()
(#543)Span.GetTransaction()
method (#558)v0.17.0
: 0.17.0Compare Source
The Sentry SDK team is happy to announce the immediate availability of Sentry Go SDK v0.17.0.
This release contains a new
BeforeSendTransaction
hook option and corrects two regressions introduced in0.16.0
.Features
BeforeSendTransaction
hook toClientOptions
(#517)Bug Fixes
ClientOptions.SendDefaultPii
is set tofalse
(#524)Misc
examples
directory to_examples
(#521)github.com/golang-jwt/jwt
v0.16.0
: 0.16.0Compare Source
The Sentry SDK team is happy to announce the immediate availability of Sentry Go SDK v0.16.0.
Due to ongoing work towards a stable API for
v1.0.0
, we sadly had to include two breaking changes in this release.Breaking Changes
EnableTracing
, a boolean option flag to enable performance monitoring (false
by default).If you're using
TracesSampleRate
orTracesSampler
, this option is required to enable performance monitoring.TracesSampler
was changed to a callback that must return afloat64
between0.0
and1.0
.For example, you can apply a sample rate of
1.0
(100%) to all/api
transactions, and a sample rate of0.5
(50%) to all other transactions.You can read more about this in our SDK docs.
Features
sentry.ClientOptions.Debug: true
.Bug Fixes
StartTransaction
#505v0.15.0
: 0.15.0Compare Source
v0.14.0
: 0.14.0Compare Source
max-depth
options (#428)Context
type mapping to amap[string]interface{}
for all event contexts (#444)ioutil
pkg withos
&io
(#454)stacktrace.go
from size and speed (#467)go1.19
andgo1.18
, dropgo1.16
andgo1.15
support (#432, #477)NOTE: This version drops support for Go 1.16 and Go 1.15. The currently supported Go versions are the last 3 stable releases: 1.19, 1.18 and 1.17.
v0.13.0
Compare Source
PC
field (#393)prometheus/client_golang
v1.15.1
Compare Source
Changes
causing panics #1253
Full Changelog: prometheus/client_golang@v1.15.0...v1.15.1
v1.15.0
Compare Source
Changed
[BUGFIX] Fix issue with atomic variables on ppc64le #1171⚠️ Only set start/end if time is not Zero. This breaks compatibility in experimental api package. If you strictly depend on empty time.Time as actual value, the behavior is now changed #1238
[BUGFIX] Support for multiple samples within same metric #1181
[BUGFIX] Bump golang.org/x/text to v0.3.8 to mitigate CVE-2022-32149 #1187
[ENHANCEMENT] Add exemplars and middleware examples #1173
[ENHANCEMENT] Add more context to "duplicate label names" error to enable debugging #1177
[ENHANCEMENT] Add constrained labels and constrained variant for all MetricVecs #1151
[ENHANCEMENT] Moved away from deprecated github.com/golang/protobuf package #1183
[ENHANCEMENT] Add possibility to dynamically get label values for http instrumentation #1066
[ENHANCEMENT] Add ability to Pusher to add custom headers #1218
[ENHANCEMENT] api: Extend and improve efficiency of json-iterator usage #1225
[ENHANCEMENT] Added (official) support for go 1.20 #1234
[ENHANCEMENT] timer: Added support for exemplars #1233
[ENHANCEMENT] Filter expected metrics as well in CollectAndCompare #1143
[ENHANCEMENT]
All commits
Header
method to Pusher for custom header by @songjiayang in https://github.com/prometheus/client_golang/pull/1218New Contributors
Full Changelog: prometheus/client_golang@v1.14.0...v1.15.0
v1.14.0
: 1.14.0 / 2022-11-08Compare Source
It might look like a small release, but it's quite opposite 😱 There were many non user facing changes and fixes and enormous work from engineers from Grafana to add native histograms in 💪🏾 Enjoy! 😍
What's Changed
prometheus.Registry
to implementprometheus.Collector
interface. #1103New Contributors
Full Changelog: prometheus/client_golang@v1.13.1...v1.14.0
v1.13.1
: 1.13.1 / 2022-11-02Compare Source
CumulativeCount
value of+Inf
bucket created from exemplar. #1148promhttp.InstrumentRoundTripperCounter
. #1118Full Changelog: prometheus/client_golang@v1.13.0...v1.13.1
v1.13.0
: 1.13.0 / 2022-08-06Compare Source
prometheus.TransactionalGatherer
interface forpromhttp.Handler
use which allows using low allocation update techniques for custom collectors. #989prometheus.NewConstHistogram
. SeeExampleNewConstHistogram_WithExemplar
example on how to use it. #986prometheus/push.Pusher
now has context-aware methods that pass context to HTTP requests. #1028prometheus/push.Pusher
has nowError
method that retrieve last error. #1075testutil.GatherAndCompare
provides now readable diff on failed comparisons. #998MetricVec
methodDeletePartialMatch(labels Labels)
for deleting all metrics that match provided labels. #1013api.Config
now accepts passing custom*http.Client
. #1025promhttp.Instrument*
middlewares now support adding exemplars to metrics. This allows hooking those to your tracing middleware that retrieves trace ID and puts it in exemplar if present. #1055testutil.ScrapeAndCompare
method. #1043GopherJS
build support. #897runtime/metrics
collectors.NewGoCollector
should use. SeeExampleGoCollector_WithAdvancedGoMetrics
. #1102New Contributors ❤️
Commits
NewBuildInfoCollector
API by @alissa-tung in https://github.com/prometheus/client_golang/pull/1000v1.12.2
: 1.12.2 / 2022-05-13Compare Source
collectors.WithGoCollections
that allows to choose what collection of Go runtime metrics user wants: Equivalent ofMemStats
structure configured usingGoRuntimeMemStatsCollection
, new based on dedicated runtime/metrics metrics represented byGoRuntimeMetricsCollection
option, or both by specifyingGoRuntimeMemStatsCollection | GoRuntimeMetricsCollection
flag.collectors.NewGoCollector
metrics: Reverting addition of new ~80 runtime metrics by default. You can enable this back withGoRuntimeMetricsCollection
option orGoRuntimeMemStatsCollection | GoRuntimeMetricsCollection
for smooth transition._total
.go_gc_heap_allocs_by_size_bytes_total
->go_gc_heap_allocs_by_size_bytes
,go_gc_heap_frees_by_size_bytes_total
->go_gc_heap_allocs_by_size_bytes
go_gc_pauses_seconds_total
->go_gc_pauses_seconds
.-Inf
buckets from new Go Collector histograms.Full Changelog: prometheus/client_golang@v1.12.1...v1.12.2
prometheus/client_model
v0.4.0
: 0.4.0 / 2023-05-03Compare Source
What's Changed
New Contributors
Full Changelog: prometheus/client_model@v0.3.0...v0.4.0
v0.3.0
Compare Source
spf13/viper
v1.15.0
Compare Source
What's Changed
Exciting New Features 🎉
Enhancements 🚀
Breaking Changes 🛠
Dependency Updates ⬆️
New Contributors
Full Changelog: spf13/viper@v1.14.0...v1.15.0
v1.14.0
Compare Source
What's Changed
Enhancements 🚀
Breaking Changes 🛠
Dependency Updates ⬆️
Configuration
📅 Schedule: Branch creation - "after 6am on thursday" (UTC), 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.
👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.
This PR has been generated by Mend Renovate. View repository job log here.