-
Notifications
You must be signed in to change notification settings - Fork 2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update misc modules - autoclosed #333
Closed
Closed
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
added
dependencies
Pull requests that update a dependency file
renovate
PR created by RenovateBot
labels
Oct 19, 2023
⚠ 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
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
0 participants
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:
3.15.0
->3.18.4
v0.13.0
->v0.25.0
v1.10.10
->v1.16.2
v4.9.0
->v4.11.2
v1.0.18
->v1.0.26
v2.2.0
->v2.5.2
v2.8.3
->v2.10.3
v1.13.4
->v1.13.6
v1.15.0
->v1.17.0
v0.1.8
->v0.14.0
Release Notes
getsentry/sentry-go (github.com/getsentry/sentry-go)
v0.25.0
: 0.25.0Compare Source
The Sentry SDK team is happy to announce the immediate availability of Sentry Go SDK v0.25.0.
Breaking Changes
As previously announced, this release removes two global constants from the SDK.
sentry.Version
was removed. Usesentry.SDKVersion
instead (#727)sentry.SDKIdentifier
was removed. UseClient.GetSDKIdentifier()
instead (#727)Features
ClientOptions.IgnoreTransactions
, which allows you to ignore specific transactions based on their name (#717)ClientOptions.Tags
, which allows you to set global tags that are applied to all events. You can also define tags by settingSENTRY_TAGS_
environment variables (#718)Bug fixes
Misc
dsn.RequestHeaders()
is not to be removed, though it is still considered deprecated and should only be used when using a custom transport that sends events to the/store
endpoint (#720)v0.24.1
: 0.24.1Compare Source
The Sentry SDK team is happy to announce the immediate availability of Sentry Go SDK v0.24.1.
Bug fixes
sentryotel.flushSpanProcessor()
((#711))v0.24.0
: 0.24.0Compare Source
The Sentry SDK team is happy to announce the immediate availability of Sentry Go SDK v0.24.0.
Deprecations
sentry.Version
to be removed in 0.25.0. Usesentry.SDKVersion
instead.sentry.SDKIdentifier
to be removed in 0.25.0. UseClient.GetSDKIdentifier()
instead.dsn.RequestHeaders()
to be removed after 0.25.0, but no earlier than December 1, 2023. Requests to the/envelope
endpoint are authenticated using the DSN in the envelope header.Features
debug.ReadBuildInfo
(#704)Bug fixes
attributes.Value.AsString
(#684)Misc
v0.23.0
: 0.23.0Compare Source
The Sentry SDK team is happy to announce the immediate availability of Sentry Go SDK v0.23.0.
Features
Initial support for Cron Monitoring (#661)
This is how the basic usage of the feature looks like:
A full example of using Crons Monitoring is available here.
More documentation on configuring and using Crons can be found here.
Add support for Event Attachments (#670)
It's now possible to add file/binary payloads to Sentry events:
The attachment will then be accessible on the Issue Details page.
Add sampling decision to trace envelope header (#666)
Expose SpanFromContext function (#672)
Bug fixes
Span.Finish
a no-op when the span is already finished (#660)v0.22.0
: 0.22.0Compare Source
The Sentry SDK team is happy to announce the immediate availability of Sentry Go SDK v0.22.0.
This release contains initial profiling support, as well as a few bug fixes and improvements.
Features
Initial (alpha) support for profiling (#626)
Profiling is disabled by default. To enable it, configure both
TracesSampleRate
andProfilesSampleRate
when initializing the SDK:More documentation on profiling and current limitations can be found here.
Add transactions/tracing support go the Gin integration (#644)
Bug fixes
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.
hashicorp/consul (github.com/hashicorp/consul)
v1.16.2
Compare Source
1.16.2 (September 19, 2023)
SECURITY:
CVE-2023-39320 (
cmd/go
),CVE-2023-39318 (
html/template
),CVE-2023-39319 (
html/template
),CVE-2023-39321 (
crypto/tls
), andCVE-2023-39322 (
crypto/tls
) [GH-18742]IMPROVEMENTS:
Adding the flag -append-filename version,dc,node,status will add consul version, consul datacenter, node name and leader/follower
(status) in the file name given in the snapshot save command before the file extension. [GH-18625]
optional server SNI and mutual authentication. To use TLS with a TCP check, the
check must enable the
tcp_use_tls
boolean. By default the agent will use theTLS configuration in the
tls.default
stanza. [GH-18381]consul.log file with the latest logs in it. [GH-18617]
BUG FIXES:
/v1/agent/self
not returning latest configuration [GH-18681]v1.16.1
Compare Source
1.16.1 (August 7, 2023)
SECURITY:
golang.org/x/net
to v0.13.0 to address CVE-2023-3978. [GH-18358]This resolves CVE-2023-29406(
net/http
) for uses of the standard library.A separate change updates dependencies on
golang.org/x/net
to use0.12.0
. [GH-18190]This resolves vulnerability CVE-2023-29409(
crypto/tls
). [GH-18358]FEATURES:
consul members
command uses-filter
expression to filter members based on bexpr. [GH-18223]consul operator raft list-peers
command shows the number of commits each follower is trailing the leader by to aid in troubleshooting. [GH-17582]consul watch
command uses-filter
expression to filter response from checks, services, nodes, and service. [GH-17780]IMPROVEMENTS:
property-override
builtin Envoy extension [GH-17759]operator/usage
endpoint now returns node countcli:
consul operator usage
command now returns node count [GH-17939]BUG FIXES:
consul connect envoy
command when starting an API Gateway.This health check would always fail. [GH-18011]
we now reject those earlier in the process when we validate the certificate. [GH-17911]
PUT /acl/token/:AccessorID
(update token), no longer requiresAccessorID
in the request body. Web UI can now update tokens. [GH-17739]jwt-provider
config entries are created in thedefault
namespace. [GH-18325]https://github.com/rboyer/safeio/pull/3ll/3 [GH-18302]
v1.16.0
Compare Source
1.16.0 (June 26, 2023)
BREAKING CHANGES:
/v1/health/connect/
and/v1/health/ingress/
endpoints now immediately return 403 "Permission Denied" errors whenever a token with insufficientservice:read
permissions is provided. Prior to this change, the endpoints returned a success code with an empty result list when a token with insufficient permissions was provided. [GH-17424]Upstream overrides in service-defaults will now only apply to peer upstreams when the
peer
field is provided.Visit the 1.16.x upgrade instructions for more information. [GH-16957]
SECURITY:
alpine:3.18
. [GH-17719]v1/operator/audit-hash
endpoint to ACL token withoperator:read
privileges.FEATURES:
POST /v1/operator/audit-hash
endpoint to calculate the hash of the data used by the audit log hash function and salt.consul operator audit hash
command to retrieve and compare the hash of the data used by the audit log hash function and salt.consul services export
- for exporting a service to a peer or partition [GH-15654]AllowEnablingPermissiveMutualTLS
setting to the mesh config entry and theMutualTLSMode
setting to proxy-defaults and service-defaults. [GH-17035]property-override
built-in Envoy extension that directly patches Envoy resources. [GH-17487]IMPROVEMENTS:
-filter
option toconsul config list
for filtering config entries. [GH-17183]datacenter
,ap
(enterprise-only), andnamespace
(enterprise-only). Both short-hand and long-hand forms of these query params are now supported via the HTTP API (dc/datacenter, ap/partition, ns/namespace). [GH-17525]BUG FIXES:
in the programmed gateway having no routes. [GH-17609]
Also fixes the Consul query metadata present in the HTTP headers of the namespace read and list endpoints.
v1.15.6
Compare Source
1.15.6 (September 19, 2023)
SECURITY:
CVE-2023-39320 (
cmd/go
),CVE-2023-39318 (
html/template
),CVE-2023-39319 (
html/template
),CVE-2023-39321 (
crypto/tls
), andCVE-2023-39322 (
crypto/tls
) [GH-18742]IMPROVEMENTS:
Adding the flag -append-filename version,dc,node,status will add consul version, consul datacenter, node name and leader/follower
(status) in the file name given in the snapshot save command before the file extension. [GH-18625]
consul.log file with the latest logs in it. [GH-18617]
BUG FIXES:
/v1/agent/self
not returning latest configuration [GH-18681]v1.15.5
Compare Source
1.15.5 (August 7, 2023)
SECURITY:
golang.org/x/net
to v0.13.0 to address CVE-2023-3978. [GH-18358]This resolves CVE-2023-29406(
net/http
) for uses of the standard library.A separate change updates dependencies on
golang.org/x/net
to use0.12.0
. [GH-18190]This resolves vulnerability CVE-2023-29409(
crypto/tls
). [GH-18358]FEATURES:
consul members
command uses-filter
expression to filter members based on bexpr. [GH-18223]consul watch
command uses-filter
expression to filter response from checks, services, nodes, and service. [GH-17780]IMPROVEMENTS:
BUG FIXES:
consul connect envoy
command when starting an API Gateway.This health check would always fail. [GH-18011]
https://github.com/rboyer/safeio/pull/3ll/3 [GH-18302]
v1.15.4
Compare Source
1.15.4 (June 26, 2023)
FEATURES:
consul operator raft list-peers
command shows the number of commits each follower is trailing the leader by to aid in troubleshooting. [GH-17582]IMPROVEMENTS:
BUG FIXES:
in the programmed gateway having no routes. [GH-17609]
PUT /acl/token/:AccessorID
(update token), no longer requiresAccessorID
in the request body. Web UI can now update tokens. [GH-17739]Also fixes the Consul query metadata present in the HTTP headers of the namespace read and list endpoints.
v1.15.3
Compare Source
1.15.3 (June 1, 2023)
BREAKING CHANGES:
SECURITY:
This resolves vulnerabilities CVE-2023-24537(
go/scanner
),CVE-2023-24538(
html/template
), CVE-2023-24534(net/textproto
) and CVE-2023-24536(mime/multipart
). Also,golang.org/x/net
has been updated to v0.7.0 to resolve CVEs CVE-2022-41721, CVE-2022-27664 and CVE-2022-41723 [GH-17240]FEATURES:
IMPROVEMENTS:
MaxEjectionPercent
andBaseEjectionTime
to passive health check configs. [GH-15979]agent.server.snapshot
toagent.server.raft.snapshot
[GH-17236]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.