Skip to content

Commit 0d9922b

Browse files
authored
Release v0.28.0 (#3395)
1 parent 40f7db7 commit 0d9922b

File tree

1 file changed

+32
-1
lines changed

1 file changed

+32
-1
lines changed

CHANGELOG.md

Lines changed: 32 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22

33
## Unreleased
44

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

79
- Remove unused logstest package (#3222)
@@ -14,6 +16,19 @@
1416
- Replace `ExporterCreateParams` with `ExporterCreateSettings` (#3164)
1517
- Replace `ReceiverCreateParams` with `ReceiverCreateSettings`. (#3167)
1618
- 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)
1732

1833
## 💡 Enhancements 💡
1934

@@ -22,6 +37,23 @@
2237
- Enable Dependabot for Github Actions (#3312)
2338
- Remove the proto dependency in `goldendataset` for traces (#3322)
2439
- 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)
2557

2658
## v0.27.0 Beta
2759

@@ -50,7 +82,6 @@
5082
- Add an internal sharedcomponent to be shared by receivers with shared resources (#3198)
5183
- Allow users to configure the Prometheus remote write queue (#3046)
5284
- Mark internaldata traces translation as deprecated for external usage (#3176)
53-
- Change receiver obsreport helpers pattern to match the Processor/Exporter (#3227)
5485

5586
## 🧰 Bug fixes 🧰
5687

0 commit comments

Comments
 (0)