Sourced from github.com/grafana/grafana-plugin-sdk-go's releases.
v0.248.0
What's Changed
- JSON: Ensure all fields types work as expected when they are the first field in a frame by
@ryantxu
in grafana/grafana-plugin-sdk-go#1080- Chore: Fix DeepCopyInto for DataQuery by
@toddtreece
in grafana/grafana-plugin-sdk-go#1081Full Changelog: https://github.com/grafana/grafana-plugin-sdk-go/compare/v0.247.0...v0.248.0
Compatibility
gorelease -base v0.247.0 -version v0.248.0 # summary v0.248.0 is a valid semantic version for this release.
71cd88b
Chore: Fix DeepCopyInto for DataQuery (#1081)84021fd
JSON: Ensure all fields types work as expected when they are the first
field ...Sourced from go.opentelemetry.io/otel's changelog.
[1.30.0/0.52.0/0.6.0/0.0.9] 2024-09-09
Added
- Support
OTEL_EXPORTER_OTLP_LOGS_INSECURE
andOTEL_EXPORTER_OTLP_INSECURE
environments ingo.opentelemetry.io/otel/exporters/otlp/otlplog/otlploggrpc
. (#5739)- The
WithResource
option forNewMeterProvider
now merges the provided resources with the ones from environment variables. (#5773)- The
WithResource
option forNewLoggerProvider
now merges the provided resources with the ones from environment variables. (#5773)- Add UTF-8 support to
go.opentelemetry.io/otel/exporters/prometheus
. (#5755)Fixed
- Fix memory leak in the global
MeterProvider
when identical instruments are repeatedly created. (#5754)- Fix panic on instruments creation when setting meter provider. (#5758)
- Fix an issue where
SetMeterProvider
ingo.opentelemetry.io/otel
might miss the delegation for instruments and registries. (#5780)Removed
ed4fc75
Release v1.30.0/v0.52.0/v0.6.0/v0.0.9 (#5797)cdd2dbb
Drop support for Go 1.21 in dice example (#5800)e9ac0d2
fix(deps): update module google.golang.org/grpc to v1.66.1 (#5798)4cc9fee
fix(deps): update golang.org/x/exp digest to 701f63a (#5795)71b341f
Add utf8 support to the prometheus exporter (#5755)506a9ba
Fix typos (#5763)b37e8a9
SetMeterProvider
might miss the delegation for instruments
and registries (...9e1b015
fix(metric, log): merge explicit resource with environment variables (#5773)8dca9cc
Support OTEL_EXPORTER_OTLP_LOGS_INSECURE and OTEL_EXPORTER_OTLP_INSECURE
envi...fb7cc02
fix(deps): update module github.com/prometheus/client_golang to v1.20.3
(#5788)Sourced from go.opentelemetry.io/otel/trace's changelog.
[1.30.0/0.52.0/0.6.0/0.0.9] 2024-09-09
Added
- Support
OTEL_EXPORTER_OTLP_LOGS_INSECURE
andOTEL_EXPORTER_OTLP_INSECURE
environments ingo.opentelemetry.io/otel/exporters/otlp/otlplog/otlploggrpc
. (#5739)- The
WithResource
option forNewMeterProvider
now merges the provided resources with the ones from environment variables. (#5773)- The
WithResource
option forNewLoggerProvider
now merges the provided resources with the ones from environment variables. (#5773)- Add UTF-8 support to
go.opentelemetry.io/otel/exporters/prometheus
. (#5755)Fixed
- Fix memory leak in the global
MeterProvider
when identical instruments are repeatedly created. (#5754)- Fix panic on instruments creation when setting meter provider. (#5758)
- Fix an issue where
SetMeterProvider
ingo.opentelemetry.io/otel
might miss the delegation for instruments and registries. (#5780)Removed
ed4fc75
Release v1.30.0/v0.52.0/v0.6.0/v0.0.9 (#5797)cdd2dbb
Drop support for Go 1.21 in dice example (#5800)e9ac0d2
fix(deps): update module google.golang.org/grpc to v1.66.1 (#5798)4cc9fee
fix(deps): update golang.org/x/exp digest to 701f63a (#5795)71b341f
Add utf8 support to the prometheus exporter (#5755)506a9ba
Fix typos (#5763)b37e8a9
SetMeterProvider
might miss the delegation for instruments
and registries (...9e1b015
fix(metric, log): merge explicit resource with environment variables (#5773)8dca9cc
Support OTEL_EXPORTER_OTLP_LOGS_INSECURE and OTEL_EXPORTER_OTLP_INSECURE
envi...fb7cc02
fix(deps): update module github.com/prometheus/client_golang to v1.20.3
(#5788)