From b4f83339c4f0b92586af201cd0ccefb0b8282be2 Mon Sep 17 00:00:00 2001 From: Anthony J Mirabella Date: Mon, 20 Sep 2021 13:40:54 -0400 Subject: [PATCH] Prepare for v0.36.0 release Signed-off-by: Anthony J Mirabella --- CHANGELOG.md | 15 +++++++++++++-- go.mod | 2 +- 2 files changed, 14 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f3f77a934f7..735c5276da2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,16 +2,27 @@ ## Unreleased +## v0.36.0 Beta + ## 🛑 Breaking changes 🛑 +- Remove deprecated pdata.AttributeMapToMap (#3994) - Move ValidateConfig from configcheck to configtest (#3956) -- Remove AttributeMessageType (#4020) - Remove `mem-ballast-size-mib`, already deprecated and no-op (#4005) -- Remove `AttributeHTTPStatusText` const (#4015) +- Remove `semconv.AttributeMessageType` (#4020) +- Remove `semconv.AttributeHTTPStatusText` (#4015) - Remove squash on `configtls.TLSClientSetting` and move TLS client configs under `tls` (#4063) - Rename TLS server config `*configtls.TLSServerSetting` from `tls_settings` to `tls` (#4063) - Split `service.Collector` from the `cobra.Command` (#4074) +## 💡 Enhancements 💡 + +- Create new semconv package for v1.6.1 (#3948) +- Add AttributeValueBytes support to AsString (#4002) +- Add AttributeValueTypeBytes support to AttributeMap.AsRaw (#4003) +- Add MeterProvider to TelemetrySettings (#4031) +- Add configuration to setup collector logs via config file. (#4009) + ## v0.35.0 Beta ## 🛑 Breaking changes 🛑 diff --git a/go.mod b/go.mod index 0c354b60231..ca5cdccd243 100644 --- a/go.mod +++ b/go.mod @@ -18,7 +18,7 @@ require ( github.com/spf13/cobra v1.2.1 github.com/stretchr/testify v1.7.0 go.opencensus.io v0.23.0 - go.opentelemetry.io/collector/model v0.35.0 + go.opentelemetry.io/collector/model v0.36.0 go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc v0.23.0 go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.23.0 go.opentelemetry.io/contrib/zpages v0.23.0