Skip to content

Commit 51661b8

Browse files
authored
Release v0.26.0 (#3092)
1 parent d96a7fd commit 51661b8

File tree

1 file changed

+21
-1
lines changed

1 file changed

+21
-1
lines changed

CHANGELOG.md

Lines changed: 21 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
## Unreleased
44

5-
- `zipkin` translator: Handle missing starttime case for zipkin json v2 format spans (#2506)
5+
## v0.26.0 Beta
66

77
## 🛑 Breaking changes 🛑
88

@@ -15,9 +15,29 @@
1515

1616
## 💡 Enhancements 💡
1717

18+
- `kafka` exporter: Add logs support (#2943)
19+
- Add AppendEmpty and deprecate Append for slices (#2970)
20+
- Update mdatagen to create factories of init instead of new (#2978)
21+
- `zipkin` receiver: Reduce the judgment of zipkin v1 version (#2990)
22+
- Custom authenticator logic to accept a `component.Host` which will extract the authenticator to use based on a new authenticator name property (#2767)
23+
- `prometheusremotewrite` exporter: Add `resource_to_telemetry_conversion` config option (#3031)
24+
- `logging` exporter: Extract OTLP text logging (#3082)
25+
- Format timestamps as strings instead of int in otlptext output (#3088)
26+
- Add darwin arm64 build (#3090)
27+
1828
## 🧰 Bug fixes 🧰
1929

2030
- Fix Jaeger receiver to honor TLS Settings (#2866)
31+
- `zipkin` translator: Handle missing starttime case for zipkin json v2 format spans (#2506)
32+
- `prometheus` exporter: Fix OTEL resource label drops (#2899)
33+
- `prometheusremotewrite` exporter:
34+
- Enable the queue internally (#2974)
35+
- Don't drop instance and job labels (#2979)
36+
- `jaeger` receiver: Wait for server goroutines exit on shutdown (#2985)
37+
- `logging` exporter: Ignore invalid handle on close (#2994)
38+
- Fix service zpages (#2996)
39+
- `batch` processor: Fix to avoid reordering and send max size (#3029)
40+
2141

2242
## v0.25.0 Beta
2343

0 commit comments

Comments
 (0)