chore: Update all non-major dependencies #109
Merged
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:
v1.3.7
->v1.4.1
v2.4.2
->v2.4.3
v0.7.2
->v0.7.3
v0.8.0
v1.0.0
->v1.1.0
v0.29.1
->v0.30.0
v2.12.1
->v2.12.4
v2.13.0
v2.0.0-20240918015945-e1f5dc42b1e5
->v2.0.0-20241105072421-f8b97f675b32
v2.0.0-20240918015945-e1f5dc42b1e5
->v2.0.0-20241105072421-f8b97f675b32
v2.8.1
->v2.8.2
v7.0.80
->v7.0.81
v7.0.82
v1.9.0
->v1.10.0
v1.31.0
->v1.32.0
v1.33.0
v0.7.0
->v0.8.0
v0.9.0
v0.7.0
->v0.8.0
v0.9.0
v1.31.0
->v1.32.0
v1.33.0
v1.31.0
->v1.32.0
v1.33.0
v1.31.0
->v1.32.0
v1.33.0
v1.31.0
->v1.32.0
v1.33.0
v1.31.0
->v1.32.0
v1.33.0
v0.7.0
->v0.8.0
v0.9.0
v1.31.0
->v1.32.0
v1.33.0
v0.7.0
->v0.8.0
v0.9.0
v1.31.0
->v1.32.0
v1.33.0
f66d83c
->1829a12
v1.67.1
->v1.69.0
v1.35.1
->v1.35.2
Release Notes
ThreeDotsLabs/watermill (github.com/ThreeDotsLabs/watermill)
v1.4.1
Compare Source
What's Changed
Full Changelog: ThreeDotsLabs/watermill@v1.4.0...v1.4.1
v1.4.0
Compare Source
What's Changed
New Contributors
Full Changelog: ThreeDotsLabs/watermill@v1.3.7...v1.4.0
blevesearch/bleve (github.com/blevesearch/bleve/v2)
v2.4.3
Compare Source
Bug Fixes
ivf_nprobe_pct
query parameter (https://github.com/blevesearch/go-faiss/pull/34)Improvements
faiss
dynamic library to be built from blevesearch/faiss@b747c55a which is a modified version of v1.8.0Milestone
bufbuild/protovalidate-go (github.com/bufbuild/protovalidate-go)
v0.7.3
Compare Source
What's Changed
Full Changelog: bufbuild/protovalidate-go@v0.7.2...v0.7.3
dchest/captcha (github.com/dchest/captcha)
v1.1.0
Compare Source
getsentry/sentry-go (github.com/getsentry/sentry-go)
v0.30.0
: 0.30.0Compare Source
The Sentry SDK team is happy to announce the immediate availability of Sentry Go SDK v0.30.0.
Features
sentryzerolog
integration (#857)sentryslog
integration (#865)Bug Fixes
fasthttp
andfiber
integration in case a malformed URL has to be parsed (#912)Misc
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.
go-co-op/gocron (github.com/go-co-op/gocron/v2)
v2.12.4
Compare Source
What's Changed
Full Changelog: go-co-op/gocron@v2.12.3...v2.12.4
v2.12.3
Compare Source
What's Changed
Full Changelog: go-co-op/gocron@v2.12.2...v2.12.3
v2.12.2
Compare Source
What's Changed
Full Changelog: go-co-op/gocron@v2.12.1...v2.12.2
go-kratos/kratos (github.com/go-kratos/kratos/v2)
v2.8.2
Compare Source
New Features
Bug Fixes
Others
Full Changelog: go-kratos/kratos@v2.8.1...v2.8.2
minio/minio-go (github.com/minio/minio-go/v7)
v7.0.81
: Bugfix ReleaseCompare Source
What's Changed
New Contributors
Full Changelog: minio/minio-go@v7.0.80...v7.0.81
stretchr/testify (github.com/stretchr/testify)
v1.10.0
Compare Source
What's Changed
Functional Changes
Fixes
Documantation, Build & CI
New Contributors
Full Changelog: stretchr/testify@v1.9.0...v1.10.0
open-telemetry/opentelemetry-go (go.opentelemetry.io/otel)
v1.32.0
: /v0.54.0/v0.8.0/v0.0.11Compare Source
Overview
Added
go.opentelemetry.io/otel/sdk/metric/exemplar.AlwaysOffFilter
, which can be used to disable exemplar recording. (#5850)go.opentelemetry.io/otel/sdk/metric.WithExemplarFilter
, which can be used to configure the exemplar filter used by the metrics SDK. (#5850)ExemplarReservoirProviderSelector
andDefaultExemplarReservoirProviderSelector
togo.opentelemetry.io/otel/sdk/metric
, which defines the exemplar reservoir to use based on the aggregation of the metric. (#5861)ExemplarReservoirProviderSelector
togo.opentelemetry.io/otel/sdk/metric.Stream
to allow using views to configure the exemplar reservoir to use for a metric. (#5861)ReservoirProvider
,HistogramReservoirProvider
andFixedSizeReservoirProvider
togo.opentelemetry.io/otel/sdk/metric/exemplar
to make it convenient to use providers of Reservoirs. (#5861)go.opentelemetry.io/otel/semconv/v1.27.0
package.The package contains semantic conventions from the
v1.27.0
version of the OpenTelemetry Semantic Conventions. (#5894)Attributes attribute.Set
field toScope
ingo.opentelemetry.io/otel/sdk/instrumentation
. (#5903)Attributes attribute.Set
field toScopeRecords
ingo.opentelemetry.io/otel/log/logtest
. (#5927)go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc
adds instrumentation scope attributes. (#5934)go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracehttp
adds instrumentation scope attributes. (#5934)go.opentelemetry.io/otel/exporters/otlp/otlpmetric/otlpmetricgrpc
adds instrumentation scope attributes. (#5935)go.opentelemetry.io/otel/exporters/otlp/otlpmetric/otlpmetrichttp
adds instrumentation scope attributes. (#5935)go.opentelemetry.io/otel/exporters/otlp/otlplog/otlploggrpc
adds instrumentation scope attributes. (#5933)go.opentelemetry.io/otel/exporters/otlp/otlplog/otlploghttp
adds instrumentation scope attributes. (#5933)go.opentelemetry.io/otel/exporters/prometheus
adds instrumentation scope attributes inotel_scope_info
metric as labels. (#5932)Changed
Tracer
ingo.opentelemetry.io/otel
andgo.opentelemetry.io/otel/sdk/trace
. (#5924)Meter
ingo.opentelemetry.io/otel
andgo.opentelemetry.io/otel/sdk/metric
. (#5926)Logger
ingo.opentelemetry.io/otel
andgo.opentelemetry.io/otel/sdk/log
. (#5925)Tracer
ingo.opentelemetry.io/otel/bridge/opentracing
. (#5931)go.opentelemetry.io/otel/sdk/metric
andgo.opentelemetry.io/otel/sdk/trace
. (#5804)Fixed
go.opentelemetry.io/otel/exporters/otlp/otlpmetric/otlpmetricgrpc
now keeps the metadata already present in the context whenWithHeaders
is used. (#5892)go.opentelemetry.io/otel/exporters/otlp/otlplog/otlploggrpc
now keeps the metadata already present in the context whenWithHeaders
is used. (#5911)go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc
now keeps the metadata already present in the context whenWithHeaders
is used. (#5915)go.opentelemetry.io/otel/exporters/prometheus
trying to add exemplars to Gauge metrics, which is unsupported. (#5912)WithEndpointURL
to always use a secure connection when an https URL is passed ingo.opentelemetry.io/otel/exporters/otlp/otlpmetric/otlpmetricgrpc
. (#5944)WithEndpointURL
to always use a secure connection when an https URL is passed ingo.opentelemetry.io/otel/exporters/otlp/otlpmetric/otlpmetrichttp
. (#5944)WithEndpointURL
to always use a secure connection when an https URL is passed ingo.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc
. (#5944)WithEndpointURL
to always use a secure connection when an https URL is passed ingo.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracehttp
. (#5944)go.opentelemetry.io/otel/sdk/metric
. (#5900)Removed
go.opentelemetry.io/otel/example
as they are moved to Contrib repository. (#5930)What's Changed
796eee8
by @renovate in https://github.com/open-telemetry/opentelemetry-go/pull/5888Configuration
📅 Schedule: Branch creation - "* 0-3 1 * *" in timezone Asia/Singapore, Automerge - At any time (no schedule defined).
🚦 Automerge: Enabled.
♻ Rebasing: Whenever PR is behind base branch, 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 was generated by Mend Renovate. View the repository job log.