Skip to content

Commit b1060eb

Browse files
committed
Release v0.22.0
1 parent 3e5d49e commit b1060eb

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22

33
## Unreleased
44

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

79
- Rename ServiceExtension to just Extension (#2581)
@@ -11,6 +13,20 @@
1113
- Move ScrapeErrors and PartialScrapeError to `scrapererror` (#2580)
1214
- Remove support for deprecated unmarshaler `CustomUnmarshaler`, only `Unmarshal` is supported (#2591)
1315
- Remove deprecated componenterror.CombineErrors (#2598)
16+
- Rename `pdata.TimestampUnixNanos` to `pdata.Timestamp` (#2549)
17+
18+
## 💡 Enhancements 💡
19+
20+
- `prometheus` exporter: Re-implement on top of `github.com/prometheus/client_golang/prometheus` and add `metric_expiration` option
21+
- `logging` exporter: Add support for AttributeMap (#2609)
22+
- Add semantic conventions for instrumentation library (#2602)
23+
24+
## 🧰 Bug fixes 🧰
25+
26+
- `otlp` receiver: Fix `Shutdown()` bug (#2564)
27+
- `batch` processor: Fix Shutdown behavior (#2537)
28+
- `logging` exporter: Fix handling the loop for empty attributes (#2610)
29+
- `prometheusremotewrite` exporter: Fix counter name check (#2613)
1430

1531
## v0.21.0 Beta
1632

0 commit comments

Comments
 (0)