Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
25 changes: 19 additions & 6 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,17 +2,30 @@

BREAKING CHANGES:

* [CHANGE]
* [FEATURE]
* [ENHANCEMENT]
* [BUGFIX]

## 0.28.0 / 2025-12-04

BREAKING CHANGES:

* 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
* 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

Changes:

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

## 0.27.0 / 2025-06-26

Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.27.0
0.28.0