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.9.0
->v1.10.1
v1.11.1
->v1.11.2
v0.15.2
->v0.15.4
v5.5.5
->v5.6.0
v2.17.3
->v2.19.0
v1.26.0
->v1.27.0
v1.26.0
->v1.27.0
v1.26.0
->v1.27.0
v0.180.0
->v0.181.0
Release Notes
googlecloudplatform/cloud-sql-go-connector (cloud.google.com/go/cloudsqlconn)
v1.10.1
Compare Source
Bug Fixes
v1.10.0
Compare Source
Features
Bug Fixes
cockroachdb/errors (github.com/cockroachdb/errors)
v1.11.2
Compare Source
What's Changed
New Contributors
Full Changelog: cockroachdb/errors@v1.11.1...v1.11.2
google/ko (github.com/google/ko)
v0.15.4
Compare Source
What's Changed
Refactor global values to be defaults by @nmittler in https://github.com/ko-build/ko/pull/1318
Bump actions/checkout from 4.1.5 to 4.1.6 by @dependabot in https://github.com/ko-build/ko/pull/1316
Bump github.com/docker/docker from 26.1.2+incompatible to 26.1.3+incompatible by @dependabot in https://github.com/ko-build/ko/pull/1315
Bump github/codeql-action from 2.13.4 to 3.25.5 by @dependabot in https://github.com/ko-build/ko/pull/1319
Bump github/codeql-action from 3.25.5 to 3.25.6 by @dependabot in https://github.com/ko-build/ko/pull/1321
Full Changelog: ko-build/ko@v0.15.3...v0.15.4
v0.15.3
Compare Source
🚨 We are investigating an issue with this release 🚨
See https://github.com/ko-build/ko/issues/1317 for more details.
What's Changed
New Contributors
Full Changelog: ko-build/ko@v0.15.2...v0.15.3
jackc/pgx (github.com/jackc/pgx/v5)
v5.6.0
Compare Source
onsi/ginkgo (github.com/onsi/ginkgo/v2)
v2.19.0
Compare Source
2.19.0
Features
Label Sets allow for more expressive and flexible label filtering.
v2.18.0
Compare Source
2.18.0
Features
f010b65
]d80eebe
]Fixes
42013d6
]Maintenance
fcf1fd7
]8bb14fd
]04bfad7
]open-telemetry/opentelemetry-go (go.opentelemetry.io/otel)
v1.27.0
: /v0.49.0/v0.3.0Compare Source
This release includes the first beta release of the OpenTelemetry Logs Bridge API and SDK for Go.
Overview
Added
go.opentelemetry.io/otel/exporters/stdout/stdoutlog
. (#5242)RecordFactory
ingo.opentelemetry.io/otel/sdk/log/logtest
to facilitate testing exporter and processor implementations. (#5258)RecordFactory
ingo.opentelemetry.io/otel/log/logtest
to facilitate testing bridge implementations. (#5263)BatchProcessor
ingo.opentelemetry.io/otel/sdk/log
is logged. (#5276)otel-collector
example. (#5283)go.opentelemetry.io/otel/metric
. (#5304)int64
orfloat64
synchronous gauge instrument can now be created from aMeter
.go.opentelemetry.io/otel/metric/noop
,go.opentelemetry.io/otel/sdk/metric
) are updated to support this instrument.go.opentelemetry.io/otel/example/dice
. (#5349)Changed
Shutdown
method ofExporter
ingo.opentelemetry.io/otel/exporters/stdout/stdouttrace
ignores the context cancellation and always returnsnil
. (#5189)ForceFlush
andShutdown
methods of the exporter returned byNew
ingo.opentelemetry.io/otel/exporters/stdout/stdoutmetric
ignore the context cancellation and always returnnil
. (#5189)Record
attributes ingo.opentelemetry.io/otel/sdk/log
. (#5230)Record
ingo.opentelemetry.io/otel/sdk/log
. (#5230)go.opentelemetry.io/otel/exporters/stdout/stdoutlog
won't print timestamps whenWithoutTimestamps
option is set. (#5241)go.opentelemetry.io/otel/exporters/stdout/stdoutlog
exporter won't printAttributeValueLengthLimit
andAttributeCountLimit
fields now, instead it prints theDroppedAttributes
field. (#5272)Stringer
implementation ofgo.opentelemetry.io/otel/baggage.Member
by reducing the number of allocations. (#5286)go.opentelemetry.io/otel/sdk/metric
. (#5305)Span
ingo.opentelemetry.io/otel/sdk/trace
will record links without span context if either non-emptyTraceState
or attributes are provided. (#5315)go.opentelemetry.io/otel/semconv/v1.24.0
togo.opentelemetry.io/otel/semconv/v1.25.0
. (#5374)Fixed
go.opentelemetry.io/otel/log.KeyValue
andgo.opentelemetry.io/otel/log.Value
. (#5306)go.opentelemetry.io/otel/log.Value
ingo.opentelemetry.io/otel/exporters/stdout/stdoutlog
. (#5311)Recorder
ingo.opentelemetry.io/otel/log/logtest
so it behaves as aLoggerProvider
only. (#5365)go.opentelemetry.io/otel/exporters/otlp/otlplog/otlploghttp
. (#5371)Logger
returned from the globalLoggerProvider
ingo.opentelemetry.io/otel/log/global
with its schema URL. (#5375)What's Changed
otlploggrpc
exporter skeleton by @XSAM in https://github.com/open-telemetry/opentelemetry-go/pull/5246RecordFactory.Resource
isnil
by @MrAlias in https://github.com/open-telemetry/opentelemetry-go/pull/5264DroppedAttributes
field instead ofLimit
s fields by @XSAM in https://github.com/open-telemetry/opentelemetry-go/pull/5272otlploghttp
by @MrAlias in https://github.com/open-telemetry/opentelemetry-go/pull/5278logtest
by @MrAlias in https://github.com/open-telemetry/opentelemetry-go/pull/5275internal/retry
inotlploggrpc
by @XSAM in https://github.com/open-telemetry/opentelemetry-go/pull/5313RELEASING.md
to obtain steps to verify the changes for contrib by @XSAM in https://github.com/open-telemetry/opentelemetry-go/pull/5284New Contributors
Full Changelog: open-telemetry/opentelemetry-go@v1.26.0...v1.27.0
googleapis/google-api-go-client (google.golang.org/api)
v0.181.0
Compare Source
Features
Configuration
📅 Schedule: Branch creation - "before 8am on monday" in timezone Asia/Tokyo, 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.