Releases: anas-aso/ssllabs_exporter
Releases · anas-aso/ssllabs_exporter
v0.5.0
Compare
Sorry, something went wrong.
No results found
What's Changed
Full Changelog : v0.4.2...v0.5.0
v0.4.2
Compare
Sorry, something went wrong.
No results found
Fixed
#38 The API client to SSLLabs was not initialized due to a missing parameter.
v0.4.1
Compare
Sorry, something went wrong.
No results found
Changed
#37 Use Go 1.20 docker image to build the binary file.
v0.4.0
Compare
Sorry, something went wrong.
No results found
v0.3.0
Compare
Sorry, something went wrong.
No results found
Fixed
#21 Fix a failing test due to Go 1.15 upgrade (Thanks @zerkms for the PR).
#25 Make sure the response body is always closed.
Added
#24 Add flag to not cache unsuccessful assessments due to intermittent ssllabs issue.
Changed
#26 Switch to zerolog for a consistent logging format and less allocations.
#27 Go 1.16
#28 Upgrade Prometheus client and Zerolog dependencies.
v0.2.0
Compare
Sorry, something went wrong.
No results found
Fixed
#10 Fix the reported probe time as sometimes SSLabs responds by a very old value
#12 Fix goroutines leaks
Added
#11 Add support for caching results
#13 more tests coverage for the main package
Changed
#13 Rename metric ssllabs_grade_age_seconds to ssllabs_grade_time_seconds
#13 --timeout flag value changed from int to time.Duration formats to ease readability
#10 the reported probe time is generated by the exporter now instead of using the returned value from SSLLabs API
v0.1.0
Compare
Sorry, something went wrong.
No results found
Added
#7 expose build parameters in ssllabs_exporter and SSLLabs API in ssllabs_api.
Changed
#4 [breaking change] Expose SSLLabs grades in a grade label and set the metric value to 0, 1 or -1 to distinguish different failure cases.
Initial release
Compare
Sorry, something went wrong.
No results found
v0.0.1
Add license. (#1)