File tree Expand file tree Collapse file tree 2 files changed +14
-3
lines changed Expand file tree Collapse file tree 2 files changed +14
-3
lines changed Original file line number Diff line number Diff line change 2
2
3
3
## Unreleased
4
4
5
+ ## v0.36.0 Beta
6
+
5
7
## 🛑 Breaking changes 🛑
6
8
9
+ - Remove deprecated pdata.AttributeMapToMap (#3994 )
7
10
- Move ValidateConfig from configcheck to configtest (#3956 )
8
- - Remove AttributeMessageType (#4020 )
9
11
- Remove ` mem-ballast-size-mib ` , already deprecated and no-op (#4005 )
10
- - Remove ` AttributeHTTPStatusText ` const (#4015 )
12
+ - Remove ` semconv.AttributeMessageType ` (#4020 )
13
+ - Remove ` semconv.AttributeHTTPStatusText ` (#4015 )
11
14
- Remove squash on ` configtls.TLSClientSetting ` and move TLS client configs under ` tls ` (#4063 )
12
15
- Rename TLS server config ` *configtls.TLSServerSetting ` from ` tls_settings ` to ` tls ` (#4063 )
13
16
- Split ` service.Collector ` from the ` cobra.Command ` (#4074 )
14
17
18
+ ## 💡 Enhancements 💡
19
+
20
+ - Create new semconv package for v1.6.1 (#3948 )
21
+ - Add AttributeValueBytes support to AsString (#4002 )
22
+ - Add AttributeValueTypeBytes support to AttributeMap.AsRaw (#4003 )
23
+ - Add MeterProvider to TelemetrySettings (#4031 )
24
+ - Add configuration to setup collector logs via config file. (#4009 )
25
+
15
26
## v0.35.0 Beta
16
27
17
28
## 🛑 Breaking changes 🛑
Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ require (
18
18
github.com/spf13/cobra v1.2.1
19
19
github.com/stretchr/testify v1.7.0
20
20
go.opencensus.io v0.23.0
21
- go.opentelemetry.io/collector/model v0.35 .0
21
+ go.opentelemetry.io/collector/model v0.36 .0
22
22
go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc v0.23.0
23
23
go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.23.0
24
24
go.opentelemetry.io/contrib/zpages v0.23.0
You can’t perform that action at this time.
0 commit comments