Skip to content

Releases: AshleyPoole/ssllabs-api-wrapper

v1.0.8

04 May 18:27
Compare
Choose a tag to compare
  • Added new fields that are present in API version 1.16.x

v1.0.7

22 Mar 12:11
Compare
Choose a tag to compare
  • 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

08 Mar 16:46
Compare
Choose a tag to compare

-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

08 Mar 13:25
Compare
Choose a tag to compare

Updated project name from SSLLWrapper to SSL Labs Api Wrapper.
Written for .NET 4.5

V1.0.4

08 Feb 17:25
Compare
Choose a tag to compare

-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

02 Feb 13:53
Compare
Choose a tag to compare

-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

03 Jan 22:18
Compare
Choose a tag to compare

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

28 Dec 15:37
Compare
Choose a tag to compare

Initial release