File tree 2 files changed +5
-1
lines changed
2 files changed +5
-1
lines changed Original file line number Diff line number Diff line change 2
2
3
3
## Unreleased
4
4
5
+ ## v0.34.0 Beta
6
+
5
7
## 🛑 Breaking changes 🛑
6
8
9
+ - Artifacts are no longer published in this repository, check [ here] ( https://github.com/open-telemetry/opentelemetry-collector-releases ) (#3941 )
7
10
- Remove deprecated ` tracetranslator.AttributeValueToString ` and ` tracetranslator.AttributeMapToMap ` (#3873 )
8
11
- Change semantic conventions for status (code, msg) as per specifications (#3872 )
9
12
- Add ` pdata.NewTimestampFromTime ` , deprecate ` pdata.TimestampFromTime ` (#3868 )
13
+ - Add ` pdata.NewAttributeMapFromMap ` , deprecate ` pdata.AttributeMap.InitFromMap ` (#3936 )
10
14
- Move ` fileexporter ` to contrib (#3474 )
11
15
- Move ` jaegerexporter ` to contrib (#3474 )
12
16
- Move ` kafkaexporter ` to contrib (#3474 )
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.33 .0
21
+ go.opentelemetry.io/collector/model v0.34 .0
22
22
go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc v0.22.0
23
23
go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.22.0
24
24
go.opentelemetry.io/contrib/zpages v0.22.0
You can’t perform that action at this time.
0 commit comments