Skip to content

Commit 176186b

Browse files
authored
Prepare for v0.36.0 release (#4079)
Signed-off-by: Anthony J Mirabella <[email protected]>
1 parent 16c681e commit 176186b

File tree

2 files changed

+14
-3
lines changed

2 files changed

+14
-3
lines changed

CHANGELOG.md

Lines changed: 13 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,16 +2,27 @@
22

33
## Unreleased
44

5+
## v0.36.0 Beta
6+
57
## 🛑 Breaking changes 🛑
68

9+
- Remove deprecated pdata.AttributeMapToMap (#3994)
710
- Move ValidateConfig from configcheck to configtest (#3956)
8-
- Remove AttributeMessageType (#4020)
911
- 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)
1114
- Remove squash on `configtls.TLSClientSetting` and move TLS client configs under `tls` (#4063)
1215
- Rename TLS server config `*configtls.TLSServerSetting` from `tls_settings` to `tls` (#4063)
1316
- Split `service.Collector` from the `cobra.Command` (#4074)
1417

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+
1526
## v0.35.0 Beta
1627

1728
## 🛑 Breaking changes 🛑

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ require (
1818
github.com/spf13/cobra v1.2.1
1919
github.com/stretchr/testify v1.7.0
2020
go.opencensus.io v0.23.0
21-
go.opentelemetry.io/collector/model v0.35.0
21+
go.opentelemetry.io/collector/model v0.36.0
2222
go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc v0.23.0
2323
go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.23.0
2424
go.opentelemetry.io/contrib/zpages v0.23.0

0 commit comments

Comments
 (0)