Update Mend: high confidence minor and patch dependency updates #4
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:
v2.29.0
->v2.33.0
v1.27.28
->v1.28.5
v1.32.5
->v1.34.6
v1.3.0
->v1.7.0
v1.9.0
->v1.10.0
v1.28.0
->v1.32.0
v1.28.0
->v1.32.0
v1.28.0
->v1.32.0
v1.25.11
->v1.25.12
Release Notes
DataDog/datadog-api-client-go (github.com/DataDog/datadog-api-client-go/v2)
v2.33.0
Compare Source
What's Changed
Added
Full Changelog: DataDog/datadog-api-client-go@v2.32.0...v2.33.0
v2.32.0
Compare Source
What's Changed
Fixed
Added
is_resource_change_collection_enabled
by @api-clients-generation-pipeline in https://github.com/DataDog/datadog-api-client-go/pull/2727use_recommended_keywords
attribute to sensitive data scanner rule spec by @api-clients-generation-pipeline in https://github.com/DataDog/datadog-api-client-go/pull/2752alwaysExecute
andexitIfSucceed
to Synthetics steps by @api-clients-generation-pipeline in https://github.com/DataDog/datadog-api-client-go/pull/2761Changed
Removed
Deprecated
api/v2/cost/aws_related_accounts
from spec by @api-clients-generation-pipeline in https://github.com/DataDog/datadog-api-client-go/pull/2754api/v2/cost/enabled
by @api-clients-generation-pipeline in https://github.com/DataDog/datadog-api-client-go/pull/2756Full Changelog: DataDog/datadog-api-client-go@v2.31.0...v2.32.0
v2.31.0
Compare Source
What's Changed
Fixed
Added
Changed
color
inTeamUpdateAttributes
by @api-clients-generation-pipeline in https://github.com/DataDog/datadog-api-client-go/pull/2674Full Changelog: DataDog/datadog-api-client-go@v2.30.0...v2.31.0
v2.30.0
Compare Source
What's Changed
Fixed
is_totp
andis_fido
to Synthetic global variables by @api-clients-generation-pipeline in https://github.com/DataDog/datadog-api-client-go/pull/2582Added
api_key
andname
toCloudflareAccountResponseAttributes
. by @api-clients-generation-pipeline in https://github.com/DataDog/datadog-api-client-go/pull/2631api_key
andname
toFastlyAccountUpdateRequestAttributes
. by @api-clients-generation-pipeline in https://github.com/DataDog/datadog-api-client-go/pull/2632opsgenie_api_key
toOpsgenieServiceResponseAttributes
. by @api-clients-generation-pipeline in https://github.com/DataDog/datadog-api-client-go/pull/2633category
andremote_config_read_enabled
toAPIKeyCreateAttributes
, and addLeakedKey
. by @api-clients-generation-pipeline in https://github.com/DataDog/datadog-api-client-go/pull/2634num_flex_logs_retention_days
field to logs_indexes api spec by @api-clients-generation-pipeline in https://github.com/DataDog/datadog-api-client-go/pull/2645Changed
Deprecated
Full Changelog: DataDog/datadog-api-client-go@v2.29.0...v2.30.0
ogen-go/ogen (github.com/ogen-go/ogen)
v1.7.0
Compare Source
What's Changed
OperationName
type (an alias forstring
type) by @saccho in https://github.com/ogen-go/ogen/pull/1337New Contributors
Full Changelog: ogen-go/ogen@v1.6.0...v1.7.0
v1.6.0
Compare Source
What's Changed
Full Changelog: ogen-go/ogen@v1.5.0...v1.6.0
v1.5.0
Compare Source
What's Changed
New Contributors
Full Changelog: ogen-go/ogen@v1.4.1...v1.5.0
v1.4.1
Compare Source
What's Changed
Full Changelog: ogen-go/ogen@v1.4.0...v1.4.1
v1.4.0
Compare Source
What's Changed
Full Changelog: ogen-go/ogen@v1.3.0...v1.4.0
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/5888semconv/v1.27.0
by @MrAlias in https://github.com/open-telemetry/opentelemetry-go/pull/5894324edc3
by @renovate in https://github.com/open-telemetry/opentelemetry-go/pull/5908Configuration
📅 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 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.