Skip to content

Commit 8786546

Browse files
authored
Release v0.29.0 (#3480)
1 parent 9bb6ed6 commit 8786546

File tree

1 file changed

+29
-1
lines changed

1 file changed

+29
-1
lines changed

CHANGELOG.md

+29-1
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,43 @@
22

33
## Unreleased
44

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

79
- Rename `service.Application` to `service.Collector` (#3268)
810
- Provide case sensitivity in config yaml mappings by using Koanf instead of Viper (#3337)
11+
- Move zipkin constants to an internal package (#3431)
12+
- Disallow renaming metrics using metric relabel configs (#3410)
13+
- Move cgroup and iruntime utils from memory_limiter to internal folder (#3448)
14+
- Move model pdata interfaces to pdata, expose them publicly (#3455)
915

1016
## 💡 Enhancements 💡
1117

1218
- Change obsreport helpers for scraper to use the same pattern as Processor/Exporter (#3327)
19+
- Convert `otlptext` to implement Marshaler interfaces (#3366)
20+
- Add encoder/decoder and marshaler/unmarshaler for OTLP protobuf (#3401)
21+
- Use the new marshaler/unmarshaler in `kafka` exporter (#3403)
22+
- Convert `zipkinv2` to to/from translator interfaces (#3409)
23+
- `zipkinv1`: Move to translator and encoders interfaces (#3419)
24+
- Use the new marshaler/unmarshaler in `kafka` receiver #3402
25+
- Change `oltp` receiver to use the new unmarshaler, avoid grpc-gateway dependency (#3406)
26+
- Use the new Marshaler in the `otlphttp` exporter (#3433)
27+
- Add grpc response struct for all signals instead of returning interface in `otlp` receiver/exporter (#3437)
28+
- `zipkinv2`: Add encoders, decoders, marshalers (#3426)
29+
- `scrapererror` receiver: Return concrete error type (#3360)
30+
- `kafka` receiver: Add metrics support (#3452)
31+
- `prometheus` receiver:
32+
- Add store to track stale metrics (#3414)
33+
- Add `up` and `scrape_xxxx` internal metrics (#3116)
34+
35+
## 🧰 Bug fixes 🧰
36+
37+
- `prometheus` receiver:
38+
- Reject datapoints with duplicate label keys (#3408)
39+
- Scrapers are not stopped when receiver is shutdown (#3450)
40+
- `prometheusremotewrite` exporter: Adjust default retry settings (#3416)
41+
- `hostmetrics` receiver: Fix missing startTimestamp for `processes` scraper (#3461)
1342

1443
## v0.28.0 Beta
1544

@@ -38,7 +67,6 @@
3867
- Updated configgrpc `ToDialOptions` and confighttp `ToClient` apis to take extensions configuration map (#3340)
3968
- Remove `GenerateSequentialTraceID` and `GenerateSequentialSpanIDin` functions in testbed (#3390)
4069
- Change "grpc" to "GRPC" in configauth function/type names (#3285)
41-
- Disallow renaming metrics using metric relabel configs (#3410)
4270

4371
## 💡 Enhancements 💡
4472

0 commit comments

Comments
 (0)