Skip to content

Commit 7d7ae2e

Browse files
authored
Release v0.21.0 (#2535)
1 parent 5c1c1ce commit 7d7ae2e

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

CHANGELOG.md

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

33
## Unreleased
44

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

79
- Remove deprecated function `IsValid` from trace/span ID (#2522)
810
- Remove accessors for deprecated status code (#2521)
911

12+
## 💡 Enhancements 💡
13+
14+
- `otlphttp` exporter: Add `compression` option for gzip encoding of outgoing http requests (#2502)
15+
- Add `ScrapeErrors` struct to `consumererror` to simplify errors usage (#2414)
16+
- Add `cors_allowed_headers` option to `confighttp` (#2454)
17+
- Add SASL/SCRAM authentication mechanism on `kafka` receiver and exporter (#2503)
18+
1019
## 🧰 Bug fixes 🧰
1120

1221
- `otlp` receiver: Sets the correct deprecated status code before sending data to the pipeline (#2521)
22+
- Fix `IsPermanent` to account for wrapped errors (#2455)
23+
- `otlp` exporter: Preserve original error messages (#2459)
1324

1425
## v0.20.0 Beta
1526

0 commit comments

Comments
 (0)