|
2 | 2 |
|
3 | 3 | ## Unreleased |
4 | 4 |
|
| 5 | +## v0.16.0 Beta |
| 6 | + |
| 7 | +## π Breaking changes π |
| 8 | + |
| 9 | +- Rename Push functions to be consistent across signals in `exporterhelper` (#2203) |
| 10 | + |
5 | 11 | ## π‘ Enhancements π‘ |
6 | 12 |
|
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 | + |
8 | 30 | ## v0.15.0 Beta |
9 | 31 |
|
10 | 32 | ## π Breaking changes π |
|
25 | 47 | - Add config settings for component telemetry (#2148) |
26 | 48 | - Use net.SplitHostPort for IPv6 support in `prometheus` receiver (#2154) |
27 | 49 | - 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). |
30 | 50 |
|
31 | 51 | ## π§° Bug fixes π§° |
32 | 52 |
|
|
0 commit comments