Skip to content

Commit 5c87708

Browse files
committed
Prepare changelog for v0.30.0 release
1 parent 28091a2 commit 5c87708

File tree

2 files changed

+28
-1
lines changed

2 files changed

+28
-1
lines changed

CHANGELOG.md

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,41 @@
22

33
## Unreleased
44

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

79
- Rename `pdata.DoubleSum` to `pdata.Sum` (#3583)
810
- Rename `pdata.DoubleGauge` to `pdata.Gauge` (#3599)
11+
- Migrated `pdata` to a dedicated package (#3483)
12+
- Change Marshaler/Unmarshaler to be consistent with other interfaces (#3502)
13+
- Remove consumer/simple package (#3438)
14+
- Remove unnecessary interfaces from pdata (#3506)
15+
- zipkinv1 implement directly Unmarshaler interface (#3504)
16+
- zipkinv2 implement directly Marshaler/Unmarshaler interface (#3505)
17+
- Change exporterhelper to accept ExporterCreateSettings instead of just logger (#3569)
18+
- Deprecate Resize() from pdata slice APIs (#3573)
19+
- Use Func pattern in processorhelper, consistent with others (#3570)
20+
21+
## 💡 Enhancements 💡
22+
23+
- Update OTLP to v0.8.0 (#3572)
24+
- Migrate from OpenCensus to OpenTelemetry for internal tracing (#3567)
25+
- Move internal/pdatagrpc to model/otlpgrpc (#3507)
26+
- Move internal/otlp to model/otlp (#3508)
27+
- Create http Server via Config, enable cors and decompression (#3513)
28+
- Allow users to set min and max TLS versions (#3591)
29+
- Support setting ballast size in percentage of total Mem in ballast extension (#3456)
30+
- Publish go.opentelemetry.io/collector/model as a separate module (#3530)
31+
- Pass a TracerProvider via construct settings to all the components (#3592)
32+
- Make graceful shutdown optional (#3577)
933

1034
## 🧰 Bug fixes 🧰
1135

1236
- `scraperhelper`: Include the scraper name in log messages (#3487)
37+
- `scraperhelper`: fix case when returned pdata is empty (#3520)
38+
- Record the correct number of points not metrics in Kafka receiver (#3553)
39+
- Validate the Prometheus configuration (#3589)
1340

1441
## v0.29.0 Beta
1542

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ require (
4545
github.com/uber/jaeger-lib v2.4.1+incompatible
4646
github.com/xdg-go/scram v1.0.2
4747
go.opencensus.io v0.23.0
48-
go.opentelemetry.io/collector/model v0.0.0-00010101000000-000000000000
48+
go.opentelemetry.io/collector/model v0.30.0
4949
go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc v0.21.0
5050
go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.21.0
5151
go.opentelemetry.io/otel v1.0.0-RC1

0 commit comments

Comments
 (0)