Add Recorder in go.opentelemetry.io/otel/log/logtest to facilitate testing the log bridge implementations. (#5134)
Add span flags to OTLP spans and links exported by go.opentelemetry.io/otel/exporters/otlp/otlptrace. (#5194)
Make the initial alpha release of go.opentelemetry.io/otel/sdk/log.
This new module contains the Go implementation of the OpenTelemetry Logs SDK.
This module is unstable and breaking changes may be introduced.
See our versioning policy for more information about these stability guarantees. (#5240)
Make the initial alpha release of go.opentelemetry.io/otel/exporters/otlp/otlplog/otlploghttp.
This new module contains an OTLP exporter that transmits log telemetry using HTTP.
This module is unstable and breaking changes may be introduced.
See our versioning policy for more information about these stability guarantees. (#5240)
Make the initial alpha release of go.opentelemetry.io/otel/exporters/stdout/stdoutlog.
This new module contains an exporter prints log records to STDOUT.
This module is unstable and breaking changes may be introduced.
See our versioning policy for more information about these stability guarantees. (#5240)
The go.opentelemetry.io/otel/semconv/v1.25.0 package.
The package contains semantic conventions from the v1.25.0 version of the OpenTelemetry Semantic Conventions. (#5254)
Changed
Update go.opentelemetry.io/proto/otlp from v1.1.0 to v1.2.0. (#5177)
Improve performance of baggage member character validation in go.opentelemetry.io/otel/baggage. (#5214)
The otel-collector example now uses docker compose to bring up services instead of kubernetes. (#5244)
Fixed
Slice attribute values in go.opentelemetry.io/otel/attribute are now emitted as their JSON representation. (#5159)
[1.25.0/0.47.0/0.0.8/0.1.0-alpha] 2024-04-05
Added
Add WithProxy option in go.opentelemetry.io/otel/exporters/otlp/otlpmetric/otlpmetrichttp. (#4906)
Add WithProxy option in go.opentelemetry.io/otel/exporters/otlp/otlpmetric/otlptracehttp. (#4906)
Add AddLink method to the Span interface in go.opentelemetry.io/otel/trace. (#5032)
The Enabled method is added to the Logger interface in go.opentelemetry.io/otel/log.
This method is used to notify users if a log record will be emitted or not. (#5071)
Add SeverityUndefinedconst to go.opentelemetry.io/otel/log.
This value represents an unset severity level. (#5072)
Add Empty function in go.opentelemetry.io/otel/log to return a KeyValue for an empty value. (#5076)
Add go.opentelemetry.io/otel/log/global to manage the global LoggerProvider.
This package is provided with the anticipation that all functionality will be migrate to go.opentelemetry.io/otel when go.opentelemetry.io/otel/log stabilizes.
At which point, users will be required to migrage their code, and this package will be deprecated then removed. (#5085)
Add support for Summary metrics in the go.opentelemetry.io/otel/exporters/otlp/otlpmetric/otlpmetrichttp and go.opentelemetry.io/otel/exporters/otlp/otlpmetric/otlpmetricgrpc exporters. (#5100)
Add otel.scope.name and otel.scope.version tags to spans exported by go.opentelemetry.io/otel/exporters/zipkin. (#5108)
Add support for AddLink to go.opentelemetry.io/otel/bridge/opencensus. (#5116)
Add String method to Value and KeyValue in go.opentelemetry.io/otel/log. (#5117)
Add Recorder in go.opentelemetry.io/otel/log/logtest to facilitate testing the log bridge implementations. (#5134)
Add span flags to OTLP spans and links exported by go.opentelemetry.io/otel/exporters/otlp/otlptrace. (#5194)
Make the initial alpha release of go.opentelemetry.io/otel/sdk/log.
This new module contains the Go implementation of the OpenTelemetry Logs SDK.
This module is unstable and breaking changes may be introduced.
See our versioning policy for more information about these stability guarantees. (#5240)
Make the initial alpha release of go.opentelemetry.io/otel/exporters/otlp/otlplog/otlploghttp.
This new module contains an OTLP exporter that transmits log telemetry using HTTP.
This module is unstable and breaking changes may be introduced.
See our versioning policy for more information about these stability guarantees. (#5240)
Make the initial alpha release of go.opentelemetry.io/otel/exporters/stdout/stdoutlog.
This new module contains an exporter prints log records to STDOUT.
This module is unstable and breaking changes may be introduced.
See our versioning policy for more information about these stability guarantees. (#5240)
The go.opentelemetry.io/otel/semconv/v1.25.0 package.
The package contains semantic conventions from the v1.25.0 version of the OpenTelemetry Semantic Conventions. (#5254)
Changed
Update go.opentelemetry.io/proto/otlp from v1.1.0 to v1.2.0. (#5177)
Improve performance of baggage member character validation in go.opentelemetry.io/otel/baggage. (#5214)
The otel-collector example now uses docker compose to bring up services instead of kubernetes. (#5244)
Fixed
Slice attribute values in go.opentelemetry.io/otel/attribute are now emitted as their JSON representation. (#5159)
[1.25.0/0.47.0/0.0.8/0.1.0-alpha] 2024-04-05
Added
Add WithProxy option in go.opentelemetry.io/otel/exporters/otlp/otlpmetric/otlpmetrichttp. (#4906)
Add WithProxy option in go.opentelemetry.io/otel/exporters/otlp/otlpmetric/otlptracehttp. (#4906)
Add AddLink method to the Span interface in go.opentelemetry.io/otel/trace. (#5032)
The Enabled method is added to the Logger interface in go.opentelemetry.io/otel/log.
This method is used to notify users if a log record will be emitted or not. (#5071)
Add SeverityUndefinedconst to go.opentelemetry.io/otel/log.
This value represents an unset severity level. (#5072)
Add Empty function in go.opentelemetry.io/otel/log to return a KeyValue for an empty value. (#5076)
Add go.opentelemetry.io/otel/log/global to manage the global LoggerProvider.
This package is provided with the anticipation that all functionality will be migrate to go.opentelemetry.io/otel when go.opentelemetry.io/otel/log stabilizes.
At which point, users will be required to migrage their code, and this package will be deprecated then removed. (#5085)
Add support for Summary metrics in the go.opentelemetry.io/otel/exporters/otlp/otlpmetric/otlpmetrichttp and go.opentelemetry.io/otel/exporters/otlp/otlpmetric/otlpmetricgrpc exporters. (#5100)
Add otel.scope.name and otel.scope.version tags to spans exported by go.opentelemetry.io/otel/exporters/zipkin. (#5108)
Add support for AddLink to go.opentelemetry.io/otel/bridge/opencensus. (#5116)
Add String method to Value and KeyValue in go.opentelemetry.io/otel/log. (#5117)
Add Recorder in go.opentelemetry.io/otel/log/logtest to facilitate testing the log bridge implementations. (#5134)
Add span flags to OTLP spans and links exported by go.opentelemetry.io/otel/exporters/otlp/otlptrace. (#5194)
Make the initial alpha release of go.opentelemetry.io/otel/sdk/log.
This new module contains the Go implementation of the OpenTelemetry Logs SDK.
This module is unstable and breaking changes may be introduced.
See our versioning policy for more information about these stability guarantees. (#5240)
Make the initial alpha release of go.opentelemetry.io/otel/exporters/otlp/otlplog/otlploghttp.
This new module contains an OTLP exporter that transmits log telemetry using HTTP.
This module is unstable and breaking changes may be introduced.
See our versioning policy for more information about these stability guarantees. (#5240)
Make the initial alpha release of go.opentelemetry.io/otel/exporters/stdout/stdoutlog.
This new module contains an exporter prints log records to STDOUT.
This module is unstable and breaking changes may be introduced.
See our versioning policy for more information about these stability guarantees. (#5240)
The go.opentelemetry.io/otel/semconv/v1.25.0 package.
The package contains semantic conventions from the v1.25.0 version of the OpenTelemetry Semantic Conventions. (#5254)
Changed
Update go.opentelemetry.io/proto/otlp from v1.1.0 to v1.2.0. (#5177)
Improve performance of baggage member character validation in go.opentelemetry.io/otel/baggage. (#5214)
The otel-collector example now uses docker compose to bring up services instead of kubernetes. (#5244)
Fixed
Slice attribute values in go.opentelemetry.io/otel/attribute are now emitted as their JSON representation. (#5159)
[1.25.0/0.47.0/0.0.8/0.1.0-alpha] 2024-04-05
Added
Add WithProxy option in go.opentelemetry.io/otel/exporters/otlp/otlpmetric/otlpmetrichttp. (#4906)
Add WithProxy option in go.opentelemetry.io/otel/exporters/otlp/otlpmetric/otlptracehttp. (#4906)
Add AddLink method to the Span interface in go.opentelemetry.io/otel/trace. (#5032)
The Enabled method is added to the Logger interface in go.opentelemetry.io/otel/log.
This method is used to notify users if a log record will be emitted or not. (#5071)
Add SeverityUndefinedconst to go.opentelemetry.io/otel/log.
This value represents an unset severity level. (#5072)
Add Empty function in go.opentelemetry.io/otel/log to return a KeyValue for an empty value. (#5076)
Add go.opentelemetry.io/otel/log/global to manage the global LoggerProvider.
This package is provided with the anticipation that all functionality will be migrate to go.opentelemetry.io/otel when go.opentelemetry.io/otel/log stabilizes.
At which point, users will be required to migrage their code, and this package will be deprecated then removed. (#5085)
Add support for Summary metrics in the go.opentelemetry.io/otel/exporters/otlp/otlpmetric/otlpmetrichttp and go.opentelemetry.io/otel/exporters/otlp/otlpmetric/otlpmetricgrpc exporters. (#5100)
Add otel.scope.name and otel.scope.version tags to spans exported by go.opentelemetry.io/otel/exporters/zipkin. (#5108)
Add support for AddLink to go.opentelemetry.io/otel/bridge/opencensus. (#5116)
Add String method to Value and KeyValue in go.opentelemetry.io/otel/log. (#5117)
Bumps the stable-updates group with 9 updates in the / directory:
7.0.67
7.0.70
1.19.0
1.19.1
1.10.1
1.11.0
1.8.4
1.9.0
0.49.0
0.51.0
1.24.0
1.26.0
0.29.2
0.30.0
0.29.2
0.30.0
0.29.2
0.30.0
Updates
github.com/minio/minio-go/v7
from 7.0.67 to 7.0.70Release notes
Sourced from github.com/minio/minio-go/v7's releases.
Commits
c2fe179
remove sha256-simd support we do not need it anymore (#1958)0e5a768
avoid trailing checksums for zero byte objectsafa8d59
Bump golang.org/x/net from 0.21.0 to 0.23.0 in /examples/minio (#1955)0558c7e
Bump golang.org/x/net from 0.21.0 to 0.23.0 (#1954)bfc8151
remove broken codeql integration from GitHube44abd3
fix: non md5 etags (#1952)18e8073
Update vulncheck Go version to 1.22.x (#1953)e8ddcf0
Update version to next releasebf1b772
update vulncheck go-version0dacc4a
Addedx-minio-replication-actual-object-size
to allowed headers (#1946)Updates
github.com/prometheus/client_golang
from 1.19.0 to 1.19.1Release notes
Sourced from github.com/prometheus/client_golang's releases.
Changelog
Sourced from github.com/prometheus/client_golang's changelog.
Commits
6e3f4b1
Cut 1.19.1 (#1494)cad1bfa
Merge pull request #1454 from prometheus/small-nits0aa8c9f
Rephrase incompatibility with common v0.48.0Updates
github.com/rs/cors
from 1.10.1 to 1.11.0Commits
4c32059
Normalize allowed request headers and store them in a sorted set (fixes #170)...8d33ca4
Complete documentation; deprecate AllowOriginRequestFunc in favour of AllowOr...af821ae
Merge branch 'jub0bs-master'0bcf73f
Update benchmarkeacc8e8
Fix skewed middleware benchmarks (#165)9297f15
Respect the documented precedence of options (#163)73f81b4
Fix readme benchmark rendering (#161)Updates
github.com/stretchr/testify
from 1.8.4 to 1.9.0Release notes
Sourced from github.com/stretchr/testify's releases.
... (truncated)
Commits
bb548d0
Merge pull request #1552 from stretchr/dependabot/go_modules/github.com/stret...814075f
build(deps): bump github.com/stretchr/objx from 0.5.1 to 0.5.2e045612
Merge pull request #1339 from bogdandrutu/uintptr5b6926d
Merge pull request #1385 from hslatman/not-implements9f97d67
Merge pull request #1550 from stretchr/release-notesbcb0d3f
Include the auto-release notes in releasesfb770f8
Merge pull request #1247 from ccoVeille/typos85d8bb6
fix typos in comments, tests and github templatese2741fa
Merge pull request #1548 from arjunmahishi/msgAndArgs6e59f20
http_assertions: assert that the msgAndArgs actually works in testsUpdates
go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp
from 0.49.0 to 0.51.0Release notes
Sourced from go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp's releases.
... (truncated)
Changelog
Sourced from go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp's changelog.
Commits
8c7c4de
Release v1.26.0/v0.51.0/v0.20.0/v0.6.0/v0.1.0 (#5426)fed6e67
[chore] dependabot updates Sun Apr 21 19:39:24 UTC 2024 (#5419)30ed923
HTTP Semconv migration Part1 Server - v1.20.0 support (#5333)0ebeecf
change the scope name for the prometheus bridge to match the package (#5396)e90376c
Fix bug where an empty exemplar was added to counters (#5395)2faced4
dependabot updates Sun Apr 14 19:43:32 UTC 2024 (#5394)d8b068e
build(deps): bump codecov/codecov-action from 4.2.0 to 4.3.0 (#5393)07d8068
config: NewSDK can return valid MeterProvider (#4804)7a9e861
Add benchmarks for the prometheus bridge (#5364)b343370
build(deps): bump codecov/codecov-action from 4.1.1 to 4.2.0 (#5369)Updates
go.opentelemetry.io/otel
from 1.24.0 to 1.26.0Changelog
Sourced from go.opentelemetry.io/otel's changelog.
... (truncated)
Commits
9656d0a
Release 1.26.0/0.48.0/0.2.0-alpha (#5260)29e1c7e
Add custom ring implementation to the BatchProcessor (#5237)baeb560
sdk/log: Fix doc for LoggerProvider.ForceFlush and LoggerProvider.Shutdown (#...ae55e29
Remove left-over TODO in otlploghttp (#5256)fe8e3a1
Semconv v1.25.0 (#5254)bf37c5a
Revert the usage ofgo.opentelemetry.io/proto/slim
(#5253)b34cfc4
Default implementation for empty BatchProcessor (#5239)9370c5a
Implement resource serialization for stdoutlog (#5213)6e92163
otlpmetrichttp: Use go.opentelemetry.io/proto/slim/otlp (#5222)f885333
build(deps): bump golang.org/x/vuln in /internal/tools (#5245)Updates
go.opentelemetry.io/otel/metric
from 1.24.0 to 1.26.0Changelog
Sourced from go.opentelemetry.io/otel/metric's changelog.
... (truncated)
Commits
9656d0a
Release 1.26.0/0.48.0/0.2.0-alpha (#5260)29e1c7e
Add custom ring implementation to the BatchProcessor (#5237)baeb560
sdk/log: Fix doc for LoggerProvider.ForceFlush and LoggerProvider.Shutdown (#...ae55e29
Remove left-over TODO in otlploghttp (#5256)fe8e3a1
Semconv v1.25.0 (#5254)bf37c5a
Revert the usage ofgo.opentelemetry.io/proto/slim
(#5253)b34cfc4
Default implementation for empty BatchProcessor (#5239)9370c5a
Implement resource serialization for stdoutlog (#5213)6e92163
otlpmetrichttp: Use go.opentelemetry.io/proto/slim/otlp (#5222)f885333
build(deps): bump golang.org/x/vuln in /internal/tools (#5245)Updates
go.opentelemetry.io/otel/sdk
from 1.24.0 to 1.26.0Changelog
Sourced from go.opentelemetry.io/otel/sdk's changelog.
... (truncated)
Commits
9656d0a
Release 1.26.0/0.48.0/0.2.0-alpha (#5260)29e1c7e
Add custom ring implementation to the BatchProcessor (#5237)baeb560
sdk/log: Fix doc for LoggerProvider.ForceFlush and LoggerProvider.Shutdown (#...ae55e29
Remove left-over TODO in otlploghttp (#5256)fe8e3a1
Semconv v1.25.0 (#5254)bf37c5a
Revert the usage ofgo.opentelemetry.io/proto/slim
(#5253)b34cfc4
Default implementation for empty BatchProcessor (#5239)9370c5a
Implement resource serialization for stdoutlog (#5213)6e92163
otlpmetrichttp: Use go.opentelemetry.io/proto/slim/otlp (#5222)f885333
build(deps): bump golang.org/x/vuln in /internal/tools (#5245)Updates
k8s.io/api
from 0.29.2 to 0.30.0Commits
fb932d2
Update dependencies to v0.30.0 tagd014286
Merge remote-tracking branch 'origin/master' into release-1.30Superseded by #357.