Skip to content

Releases: prometheus/blackbox_exporter

0.18.0 / 2020-10-12

12 Oct 10:13
v0.18.0
Compare
Choose a tag to compare

[ENHANCEMENT] Expose probe_dns_duration_seconds metric (#662)
[ENHANCEMENT] Add probe_icmp_reply_hop_limit (#694)
[ENHANCEMENT] prober/tls: adding metric to expose certificate fingerprint info (#678)
[BUGFIX] prober/tls: fix probe_ssl_last_chain_expiry_timestamp_seconds (#681)
[BUGFIX] Fix incorrect content length reporting when using regexes (#674)
[BUGFIX] Fix panic when running ICMPv4 probe with DontFragment (#686)
[BUGFIX] Deal with URLs with literal IPv6 addresses (#645)
[BUGFIX] Change DoT default port to 853 (#655)

0.17.0 / 2020-06-19

19 Jun 12:14
v0.17.0
Compare
Choose a tag to compare

[FEATURE] Add none/all matches to DNS RRset validation (#552)
[FEATURE] Allow specifying DNS query Class (#635)
[FEATURE] Add support for DoT to DNS probes (#643) (#644)
[ENHANCEMENT] Add new probe_ssl_last_chain_expiry_timestamp_seconds metric (#636)
[ENHANCEMENT] Add probe_ip_addr_hash to detect if the IP changes (#584)
[ENHANCEMENT] Add support for "rootless" ping (#642)
[BUGFIX] Seed RNG to ensure different ICMP ids. (#638)

0.16.0 / 2019-11-11

11 Nov 18:16
v0.16.0
Compare
Choose a tag to compare

[ENHANCEMENT] Add probe_http_uncompressed_body_length metric (#535)
[ENHANCEMENT] Export TLS version (#538)
[BUGFIX] Better handling of HTTP redirects. (#530)
[BUGFIX] Fix logging of IP addresseses in resolve code. (#548)

0.15.1 / 2019-09-17

17 Sep 12:52
v0.15.1
Compare
Choose a tag to compare

[BUGFIX] Fix probe log links on front page when route prefix is set (#520)

0.15.0 / 2019-09-11

11 Sep 13:09
v0.15.0
Compare
Choose a tag to compare

[FEATURE] Adding web.external-url and web.route-prefix flags (#515)
[ENHANCEMENT] Bump default timeout to 2m (#509)
[ENHANCEMENT] Use HTTP request's context, so cancellation works. (#510)
[ENHANCEMENT] Add separate history for expired failed probe results (#517)
[BUGFIX] Handle SIGTERM gracefully (#449)
[BUGFIX] Close configuration file (#467)
[BUGFIX] Use timeout for chooseProtocol (#458)
[BUGFIX] Do not apply offsets for explicit timeouts (#492)
[BUGFIX] Don't put v4 addresses in brackets (#506)
[BUGFIX] Set TLSHandshakeTimeout in HTTP transport (common#179)

0.14.0 / 2019-03-15

15 Mar 13:49
v0.14.0
Compare
Choose a tag to compare

[CHANGE] fail_if_matches_regexp is now fail_if_body_matches_regexp in config file (#419)
[FEATURE] Add regexp matching of HTTP response headers to the http probe (#419)
[FEATURE] Add config option to disable protocol fallback (#382)
[ENHANCEMENT] Add Last-Modified HTTP header metric (#407)
[ENHANCEMENT] Add metrics for successful config loading (#413)
[BUGFIX] prober: icmp: Initialize ID and sequence to random values (#412)

0.13.0 / 2018-12-04

04 Dec 15:20
v0.13.0
Compare
Choose a tag to compare

[FEATURE] Add flag to validate config (#306)
[ENHANCEMENT] Add serial number metric for dns soa queries (#333)
[ENHANCEMENT] Add ICMP duration metrics (#346)
[ENHACNEMENT] Make the history limit a configurable flag (#308)
[BUGFIX] Fix signal handler (#381)
[BUGFIX] Fixes around HTTP response body (#348 #363)
[BUGFIX] Make v4 ICMP work again on Windows (#329)

0.12.0 / 2018-02-27

27 Feb 12:35
v0.12.0
Compare
Choose a tag to compare

[FEATURE] Allow specifying source address for DNS, TCP, and ICMP probes
[BUGFIX] Fix probe_http_content_length metric name
[BUGFIX] Add missing validation of HTTPClientConfig
[BUGFIX] Switched to Go 1.10, which includes fixes for the Host header around redirects

0.11.0 / 2017-11-28

28 Nov 14:00
v0.11.0
Compare
Choose a tag to compare

[FEATURE] Add additional HTTP timing metrics
[FEATURE] Support cookies across HTTP redirects
[BUGFIX] Set Content-Length with HTTP POST
[BUGFIX] Fix probe_dns_lookup_time_seconds always returning ~0

0.10.0 / 2017-10-09

09 Oct 15:05
v0.10.0
Compare
Choose a tag to compare

[FEATURE] ICMP payload size and DF bit now configurable
[BUGFIX] Fix memory leak