Skip to content

Commit ecb27f4

Browse files
authored
Release v0.16.0 (#2234)
1 parent f7cc49d commit ecb27f4

File tree

1 file changed

+23
-3
lines changed

1 file changed

+23
-3
lines changed

CHANGELOG.md

+23-3
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,31 @@
22

33
## Unreleased
44

5+
## v0.16.0 Beta
6+
7+
## 🛑 Breaking changes 🛑
8+
9+
- Rename Push functions to be consistent across signals in `exporterhelper` (#2203)
10+
511
## 💡 Enhancements 💡
612

7-
- `kafka` exporter: Add support for exporting metrics as otlp Protobuf. #1966
13+
- Change default OTLP/gRPC port number to 4317, also continue receiving on legacy port
14+
55680 during transition period (#2104).
15+
- `kafka` exporter: Add support for exporting metrics as otlp Protobuf. (#1966)
16+
- Move scraper helpers to its own `scraperhelper` package (#2185)
17+
- Add `componenthelper` package to help build components (#2186)
18+
- Remove usage of custom init/stop in `scraper` and use start/shutdown from `component` (#2193)
19+
- Add more trace annotations, so zpages are more useful to determine failures (#2206)
20+
- Add support to skip TLS verification (#2202)
21+
- Expose non-nullable metric types (#2208)
22+
- Expose non-nullable elements from slices of pointers (#2200)
23+
24+
## 🧰 Bug fixes 🧰
25+
26+
- Change InstrumentationLibrary to be non-nullable (#2196)
27+
- Add support for slices to non-pointers, use non-nullable AnyValue (#2192)
28+
- Fix `--set` flag to work with `{}` in configs (#2162)
29+
830
## v0.15.0 Beta
931

1032
## 🛑 Breaking changes 🛑
@@ -25,8 +47,6 @@
2547
- Add config settings for component telemetry (#2148)
2648
- Use net.SplitHostPort for IPv6 support in `prometheus` receiver (#2154)
2749
- Add --log-format command line option (default to "console") #2177.
28-
- Change default OTLP/gRPC port number to 4317, also continue receiving on legacy port
29-
55680 during transition period (#2104).
3050

3151
## 🧰 Bug fixes 🧰
3252

0 commit comments

Comments
 (0)