|
2 | 2 |
|
3 | 3 | ## Unreleased |
4 | 4 |
|
| 5 | +## v0.30.0 Beta |
| 6 | + |
5 | 7 | ## 🛑 Breaking changes 🛑 |
6 | 8 |
|
7 | 9 | - Rename `pdata.DoubleSum` to `pdata.Sum` (#3583) |
8 | 10 | - 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) |
9 | 33 |
|
10 | 34 | ## 🧰 Bug fixes 🧰 |
11 | 35 |
|
12 | 36 | - `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) |
13 | 40 |
|
14 | 41 | ## v0.29.0 Beta |
15 | 42 |
|
|
0 commit comments