Skip to content

Commit 9f5261f

Browse files
authored
Release collector v0.34.0 (#3947)
Signed-off-by: Bogdan Drutu <[email protected]>
1 parent c9439d2 commit 9f5261f

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,15 @@
22

33
## Unreleased
44

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

9+
- Artifacts are no longer published in this repository, check [here](https://github.com/open-telemetry/opentelemetry-collector-releases) (#3941)
710
- Remove deprecated `tracetranslator.AttributeValueToString` and `tracetranslator.AttributeMapToMap` (#3873)
811
- Change semantic conventions for status (code, msg) as per specifications (#3872)
912
- Add `pdata.NewTimestampFromTime`, deprecate `pdata.TimestampFromTime` (#3868)
13+
- Add `pdata.NewAttributeMapFromMap`, deprecate `pdata.AttributeMap.InitFromMap` (#3936)
1014
- Move `fileexporter` to contrib (#3474)
1115
- Move `jaegerexporter` to contrib (#3474)
1216
- Move `kafkaexporter` to contrib (#3474)

go.mod

+1-1
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.33.0
21+
go.opentelemetry.io/collector/model v0.34.0
2222
go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc v0.22.0
2323
go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.22.0
2424
go.opentelemetry.io/contrib/zpages v0.22.0

0 commit comments

Comments
 (0)