Skip to content

Releases: horazont/xmpp-blackbox-exporter

Breaking release 0.6.0

03 Oct 15:05
v0.6.0
Compare
Choose a tag to compare
  • Fix issues with expired LE root (eca4b9d)
  • Fix reliability in face of TCP blackholes (1454de9)
  • Support for restricting the IP version used for a probe (c298a9a)
  • Do not break massively if a server for a ping account is a blackhole (002e7d1)
  • Migrate to zap for logging (2760089)
  • Fix another file descriptor leak in the context of broken client sessions (7793065)
  • Be stricter about how connections are established (2b3e741) to avoid false negatives

Breaking release 0.5.0

26 Apr 13:55
v0.5.0
Compare
Choose a tag to compare

Breaking change

Bugs fixed

Feature release 0.4.0

25 Apr 10:01
v0.4.0
Compare
Choose a tag to compare

New features

  • Support for exporting the IBR error condition (if IBR failed with an IQ error), see #10

Bug fixes

  • Fix panic if IBR fails with an IQ error, also #10

Bugfix release 0.3.1

29 Mar 15:12
v0.3.1
Compare
Choose a tag to compare

Docker image tag: xsfjonas/prometheus-xmpp-blackbox-exporter:0.3.1

Bug fixes

  • Docker image was unbuildable due to outdated go version.

Feature release 0.3.0

29 Mar 15:03
v0.3.0
Compare
Choose a tag to compare

New features

  • Support for probing via IBR (#6)
  • Support for gathering SASL and Dialback information for s2s probes
  • Support for checking SASL/Dialback offerings for s2s probes, just like c2s probes can already for SASL
  • Support for configuring the from attribute of the stream header in s2s probes (#7)

Breaking changes

  • The s2s probe config now requires a from field which specifies the value of the from attribute in the stream header. This needs to be a valid bare domain JID, though it doesn’t have to resolve to anything. (#7)

Bug fixes

  • Fix invalid stream from in s2s probes (#7)

Bugfix release version 0.2.3

10 Jul 16:31
v0.2.3
Compare
Choose a tag to compare

Fixed bugs

  • Panic when no proper IQ reply is received in time

Bugfix release version 0.2.2

08 Jul 15:30
v0.2.2
Compare
Choose a tag to compare

Fixed bugs

  • Goroutine leak with the ping prober (see #4)

Bugfix release version 0.2.1

06 Jul 10:21
v0.2.1
Compare
Choose a tag to compare

Fixed bugs

  • Fix file descriptor leaks which eventually turn the exporter useless (too many open files)

Feature release version 0.2.0

06 Jul 10:19
v0.2.0
Compare
Choose a tag to compare

New features

  • Export duration metrics for connection phases (connect, starttls) analogous to the official blackbox exporter
  • Support for IQ ping prober: Authenticates using password-based SASL to a provisioned account and issues a XEP-0199 ping. Exports round-trip time, auth connection phase duration metric and allows on matching on success and/or error types.

Initial release

02 Jul 16:42
v0.1.0
Compare
Choose a tag to compare

Nothing much to say here! Just look at the README.