|
2 | 2 |
|
3 | 3 | ## Unreleased |
4 | 4 |
|
| 5 | +## v0.28.0 Beta |
| 6 | + |
5 | 7 | ## 🛑 Breaking changes 🛑 |
6 | 8 |
|
7 | 9 | - Remove unused logstest package (#3222) |
|
14 | 16 | - Replace `ExporterCreateParams` with `ExporterCreateSettings` (#3164) |
15 | 17 | - Replace `ReceiverCreateParams` with `ReceiverCreateSettings`. (#3167) |
16 | 18 | - Change `batchprocessor` logic to limit data points rather than metrics (#3141) |
| 19 | +- Rename `PrwExporter` to `PRWExporter` and `NewPrwExporter` to `NewPRWExporter` (#3246) |
| 20 | +- Avoid exposing OpenCensus reference in public APIs (#3253) |
| 21 | +- Move `config.Parser` to `configparser.Parser` (#3304) |
| 22 | +- Remove deprecated funcs inside the obsreceiver (#3314) |
| 23 | +- Remove `obsreport.GRPCServerWithObservabilityEnabled`, enable observability in config (#3315) |
| 24 | +- Remove `obsreport.ProcessorMetricViews`, use `BuildProcessorCustomMetricName` where needed (#3316) |
| 25 | +- Remove "Receive" from `obsreport.Receiver` funcs (#3326) |
| 26 | +- Remove "Export" from `obsreport.Exporter` funcs (#3333) |
| 27 | +- Hide unnecessary public struct `obsreport.StartReceiveOptions` (#3353) |
| 28 | +- Avoid exposing internal implementation public in OC/OTEL receivers (#3355) |
| 29 | +- Updated configgrpc `ToDialOptions` and confighttp `ToClient` apis to take extensions configuration map (#3340) |
| 30 | +- Remove `GenerateSequentialTraceID` and `GenerateSequentialSpanIDin` functions in testbed (#3390) |
| 31 | +- Change "grpc" to "GRPC" in configauth function/type names (#3285) |
17 | 32 |
|
18 | 33 | ## 💡 Enhancements 💡 |
19 | 34 |
|
|
22 | 37 | - Enable Dependabot for Github Actions (#3312) |
23 | 38 | - Remove the proto dependency in `goldendataset` for traces (#3322) |
24 | 39 | - Add telemetry for dropped data due to exporter sending queue overflow (#3328) |
| 40 | +- Add initial implementation of `pdatagrcp` (#3231) |
| 41 | +- Change receiver obsreport helpers pattern to match the Processor/Exporter (#3227) |
| 42 | +- Add model translation and encoding interfaces (#3200) |
| 43 | +- Add otlpjson as a serializer implementation (#3238) |
| 44 | +- `prometheus` receiver: |
| 45 | + - Add `createNodeAndResourcePdata` for Prometheus->OTLP pdata (#3139) |
| 46 | + - Direct metricfamily Prometheus->OTLP (#3145) |
| 47 | +- Add `componenttest.NewNop*CreateSettings` to simplify tests (#3375) |
| 48 | +- Add support for markdown generation (#3100) |
| 49 | +- Refactor components for the Client Authentication Extensions (#3287) |
| 50 | + |
| 51 | +## 🧰 Bug fixes 🧰 |
| 52 | + |
| 53 | +- Use dedicated `zapcore.Core` for Windows service (#3147) |
| 54 | +- Hook up start and shutdown functions in fileexporter (#3260) |
| 55 | +- Fix oc to pdata translation for sum non-monotonic cumulative (#3272) |
| 56 | +- Fix `timeseriesSignature` in prometheus receiver (#3310) |
25 | 57 |
|
26 | 58 | ## v0.27.0 Beta |
27 | 59 |
|
|
50 | 82 | - Add an internal sharedcomponent to be shared by receivers with shared resources (#3198) |
51 | 83 | - Allow users to configure the Prometheus remote write queue (#3046) |
52 | 84 | - Mark internaldata traces translation as deprecated for external usage (#3176) |
53 | | -- Change receiver obsreport helpers pattern to match the Processor/Exporter (#3227) |
54 | 85 |
|
55 | 86 | ## 🧰 Bug fixes 🧰 |
56 | 87 |
|
|
0 commit comments