Skip to content

Latest commit

 

History

History
29 lines (24 loc) · 1.48 KB

CHANGELOG.md

File metadata and controls

29 lines (24 loc) · 1.48 KB

1.3.1

  • Don't return a 400 for / to behave more like other Prometheus exporters out there. Can now be used for health checks. (#15)
  • Start building releases with go 1.8

1.3

  • Release packages now use the same naming and internal structure scheme with promu.
  • No code changes
  • Start building releases with go 1.7.5

1.2

  • Fix VBE label inconsistencies by always having backend and server labels present. (#5 #8)
  • Resulted in varnish reporting lots of errors for a while after VCL reloads.
  • Fix bugs in backend and server label value parsing from VBE ident. (#5 #8)
  • Add travis-ci build and test integration. Also auto pushes cross compiled binaries to github releases on tags.

1.1

  • -web.health-path <path> can be configured to return a 200 OK response, by default not enabled. #6
  • Start building releases with go 1.7.3

1.0

  • First official release
  • Start building releases with go 1.7.1