Skip to content

Commit 5a059be

Browse files
committed
Release v0.28.0
Signed-off-by: Jesus Vazquez <[email protected]>
1 parent d2b14f9 commit 5a059be

File tree

2 files changed

+20
-7
lines changed

2 files changed

+20
-7
lines changed

CHANGELOG.md

Lines changed: 19 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2,17 +2,30 @@
22

33
BREAKING CHANGES:
44

5+
* [CHANGE]
6+
* [FEATURE]
7+
* [ENHANCEMENT]
8+
* [BUGFIX]
9+
10+
## 0.28.0 / 2025-12-04
11+
12+
BREAKING CHANGES:
13+
514
* The `--log.prober` flag behavior has changed. The scrape probe logger is now an independent logger. Please review the README.md and adjust configurations as needed. #1461
615
* Log leveling has been improved for several prober modules. Changes include logging errors at `ERROR` level instead of `INFO`, and adjusting many prober logs from `INFO` to `DEBUG` level. To see more detailed probe logs, set `--log.prober=debug`. #1461
716

817
Changes:
918

10-
* [CHANGE]
11-
* [FEATURE]
12-
* [ENHANCEMENT]
13-
* [BUGFIX]
14-
* [FEATURE] Support config reload automatically - feature flag `config.enable-auto-reload`, `config.auto-reload-interval`
15-
* [CHANGE] Config is not reloaded if the file content didn't change when using all reload methods
19+
* [CHANGE] Make default HTTP User-Agent compliant with RFC9110 (now `Blackbox-Exporter/<version>`) #1446
20+
* [CHANGE] Config is not reloaded if the file content didn't change when using all reload methods #1464
21+
* [FEATURE] Support HTTP/3 (QUIC) prober #1425
22+
* [FEATURE] Add support for configuring gRPC metadata in gRPC prober #956
23+
* [FEATURE] Implement byte matching in TCP query responses #1441
24+
* [FEATURE] Add a new type of probe using unix domain sockets #1480
25+
* [FEATURE] Support config reload automatically - feature flag `config.enable-auto-reload`, `config.auto-reload-interval` #1464
26+
* [BUGFIX] Fix retrieving probe logs by target name when probed by multiple modules #1257
27+
* [BUGFIX] Fix error handling in auto-reload config case #1478
28+
* [BUGFIX] Fix `debug` param log output work regardless of log level #1438
1629

1730
## 0.27.0 / 2025-06-26
1831

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.27.0
1+
0.28.0

0 commit comments

Comments
 (0)