fix(deps): update backend #307
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.14.2->v1.16.0v0.17.55->v0.17.56v1.7.0->v1.8.0v2.5.18->v2.5.191.23.2->1.23.3v0.56.0->v0.57.0v1.31.0->v1.32.0v1.31.0->v1.32.0v1.31.0->v1.32.0v1.31.0->v1.32.0v1.31.0->v1.32.0v1.31.0->v1.32.0v1.31.0->v1.32.0v1.31.0->v1.32.0v0.4.0->v0.5.0v0.23.0->v0.24.0v1.61.0->v1.62.0v0.1.7->v0.1.811.2.2->11.3.00.69.0->0.70.0v2.54.1->v2.55.126.0.1->26.0.5Release Notes
cirello-io/pglock (cirello.io/pglock)
v1.16.0: Use row-level locking to operate underlying tableCompare Source
v1.15.0: Improve retry on transaction deadlocks; upgrade test dependencyCompare Source
99designs/gqlgen (github.com/99designs/gqlgen)
v0.17.56Compare Source
What's Changed
multipart/mixedtransport support for deferred queries by @giulio-opal in https://github.com/99designs/gqlgen/pull/3341incrementaldeferred responses. Fix hanging behavior on last response by @giulio-opal in https://github.com/99designs/gqlgen/pull/3357New Contributors
Full Changelog: 99designs/gqlgen@v0.17.55...v0.17.56
fsnotify/fsnotify (github.com/fsnotify/fsnotify)
v1.8.0Compare Source
Additions
FSNOTIFY_DEBUGto print debug logs to stderr (#619)Changes and fixes
windows: fix behaviour of
WatchList()to be consistent with other platforms (#610)kqueue: ignore events with Ident=0 (#590)
kqueue: set O_CLOEXEC to prevent passing file descriptors to children (#617)
kqueue: emit events as "/path/dir/file" instead of "path/link/file" when watching a symlink (#625)
inotify: don't send event for IN_DELETE_SELF when also watching the parent (#620)
inotify: fix panic when calling Remove() in a goroutine (#650)
fen: allow watching subdirectories of watched directories (#621)
vektah/gqlparser (github.com/vektah/gqlparser/v2)
v2.5.19Compare Source
What's Changed
New Contributors
Full Changelog: vektah/gqlparser@v2.5.18...v2.5.19
golang/go (go)
v1.23.3open-telemetry/opentelemetry-go-contrib (go.opentelemetry.io/contrib/propagators/b3)
v1.32.0: /v0.57.0/v0.26.0/v0.12.0/v0.7.0/v0.5.0/v0.4.0Compare Source
Overview
Added
WithSourceoption to thego.opentelemetry.io/contrib/bridges/otelsloglog bridge to set thecode.*attributes in the log record that includes the source location where the record was emitted. (#6253)ContextWithStartTimeandStartTimeFromContexttogo.opentelemetry.io/contrib/instrumentation/net/http/otelhttp, which allows setting the start time using go context. (#6137)code.*attributes ingo.opentelemetry.io/contrib/bridges/otelzapif thezap.Loggerwas created with theAddCallerorAddStacktraceoption. (#6268)LogProcessortogo.opentelemetry.io/contrib/processors/baggagecopyto copy baggage members to log records. (#6277)baggagecopy.NewLogProcessorwhen configuring a Log Provider.NewLogProcessoraccepts aFilterfunction type that selects which baggage members are added to the log record.Changed
slog.KindAny) attribute values to matchinglog.Valuetypes.For example,
[]string{"foo", "bar"}attribute value is now transformed tolog.SliceValue(log.StringValue("foo"), log.StringValue("bar"))instead oflog.String("[foo bar"]). (#6254)go.opentelemetry.io/otel/semconv/v1.17.0togo.opentelemetry.io/otel/semconv/v1.21.0ingo.opentelemetry.io/contrib/instrumentation/go.mongodb.org/mongo-driver/mongo/otelmongo. (#6272)go.opentelemetry.io/contrib/config. (#6289)Fixed
log.Valuezero value instead of panicking ingo.opentelemetry.io/contrib/bridges/otellogrus. (#6237)log.Valuezero value instead of panicking ingo.opentelemetry.io/contrib/bridges/otelzap. (#6237)log.Valuezero value instead oflog.StringValue("<nil>")ingo.opentelemetry.io/contrib/bridges/otelslog. (#6246)NewClientHandlerso thatrpc.client.request.*metrics measure requests instead of responses andrpc.client.responses.*metrics measure responses instead of requests ingo.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc. (#6250)go.opentelemetry.io/contrib/configcausingotelprom.WithResourceAsConstantLabelsconfiguration to not be respected. (#6260)otel.Handleis no longer called on a successful shutdown of the Prometheus exporter ingo.opentelemetry.io/contrib/config. (#6299)What's Changed
796eee8by @renovate in https://github.com/open-telemetry/opentelemetry-go-contrib/pull/6257324edc3by @renovate in https://github.com/open-telemetry/opentelemetry-go-contrib/pull/62703ea5e8cby @renovate in https://github.com/open-telemetry/opentelemetry-go-contrib/pull/6290dd2ea8eby @renovate in https://github.com/open-telemetry/opentelemetry-go-contrib/pull/62926fe5fd8by @renovate in https://github.com/open-telemetry/opentelemetry-go-contrib/pull/6291New Contributors
Full Changelog: open-telemetry/opentelemetry-go-contrib@v1.31.0...v1.32.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)ExemplarReservoirProviderSelectorandDefaultExemplarReservoirProviderSelectortogo.opentelemetry.io/otel/sdk/metric, which defines the exemplar reservoir to use based on the aggregation of the metric. (#5861)ExemplarReservoirProviderSelectortogo.opentelemetry.io/otel/sdk/metric.Streamto allow using views to configure the exemplar reservoir to use for a metric. (#5861)ReservoirProvider,HistogramReservoirProviderandFixedSizeReservoirProvidertogo.opentelemetry.io/otel/sdk/metric/exemplarto make it convenient to use providers of Reservoirs. (#5861)go.opentelemetry.io/otel/semconv/v1.27.0package.The package contains semantic conventions from the
v1.27.0version of the OpenTelemetry Semantic Conventions. (#5894)Attributes attribute.Setfield toScopeingo.opentelemetry.io/otel/sdk/instrumentation. (#5903)Attributes attribute.Setfield toScopeRecordsingo.opentelemetry.io/otel/log/logtest. (#5927)go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpcadds instrumentation scope attributes. (#5934)go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracehttpadds instrumentation scope attributes. (#5934)go.opentelemetry.io/otel/exporters/otlp/otlpmetric/otlpmetricgrpcadds instrumentation scope attributes. (#5935)go.opentelemetry.io/otel/exporters/otlp/otlpmetric/otlpmetrichttpadds instrumentation scope attributes. (#5935)go.opentelemetry.io/otel/exporters/otlp/otlplog/otlploggrpcadds instrumentation scope attributes. (#5933)go.opentelemetry.io/otel/exporters/otlp/otlplog/otlploghttpadds instrumentation scope attributes. (#5933)go.opentelemetry.io/otel/exporters/prometheusadds instrumentation scope attributes inotel_scope_infometric as labels. (#5932)Changed
Traceringo.opentelemetry.io/otelandgo.opentelemetry.io/otel/sdk/trace. (#5924)Meteringo.opentelemetry.io/otelandgo.opentelemetry.io/otel/sdk/metric. (#5926)Loggeringo.opentelemetry.io/otelandgo.opentelemetry.io/otel/sdk/log. (#5925)Traceringo.opentelemetry.io/otel/bridge/opentracing. (#5931)go.opentelemetry.io/otel/sdk/metricandgo.opentelemetry.io/otel/sdk/trace. (#5804)Fixed
go.opentelemetry.io/otel/exporters/otlp/otlpmetric/otlpmetricgrpcnow keeps the metadata already present in the context whenWithHeadersis used. (#5892)go.opentelemetry.io/otel/exporters/otlp/otlplog/otlploggrpcnow keeps the metadata already present in the context whenWithHeadersis used. (#5911)go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpcnow keeps the metadata already present in the context whenWithHeadersis used. (#5915)go.opentelemetry.io/otel/exporters/prometheustrying to add exemplars to Gauge metrics, which is unsupported. (#5912)WithEndpointURLto always use a secure connection when an https URL is passed ingo.opentelemetry.io/otel/exporters/otlp/otlpmetric/otlpmetricgrpc. (#5944)WithEndpointURLto always use a secure connection when an https URL is passed ingo.opentelemetry.io/otel/exporters/otlp/otlpmetric/otlpmetrichttp. (#5944)WithEndpointURLto always use a secure connection when an https URL is passed ingo.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc. (#5944)WithEndpointURLto 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/exampleas they are moved to Contrib repository. (#5930)What's Changed
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ 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.