Releases: AshleyPoole/ssllabs-api-wrapper
v1.0.8
v1.0.7
- New fields have been added to Cert2 result object
- startNew and ignoreMismatch parameters has been added to Analyze method
- clearCache parameter has been removed from Analyze method
v1.0.6
-Run integration tests against latest APIs
-Updated data models to reflect latest APIs
-Expose RAW JSON output to consume
-Expose API url to consome
v1.0.5
Updated project name from SSLLWrapper to SSL Labs Api Wrapper.
Written for .NET 4.5
V1.0.4
-Added new AutomaticAnalyzer() method. This new method only returns the analysis data once the scan has completed saving the developer/consumer to constantly check for updates on the scans progress.
v1.0.3
-Dramatically increased code coverage
-Minor internal bug fixes
-Now if Analyze() returns a 'status' error this is added to the response models Errors list
v1.0.2
Added
StatusCodes model.
Integration tests.
Fixed
Bug with GetStatusCodes() response model being incomplete.
Changed
Major refractor
GetStatusCodes() now returns a StatusCodes model which contains StatusDetails rather than just returning StatusDetails as the top level response model.
Renamed Service() to SSLLService()
V1.0.1
Initial release