Skip to content

v1.0.0-alpha.3

Compare
Choose a tag to compare
@binarymist binarymist released this 01 Sep 03:38
· 26 commits to main since this release

Added

  • Implement Tls Tester a105791
    • Update doc to README around testerFeedbackComms.medium
    • Add version configuration to validate Job files
    • Change references to buildUserConfig throughout to job to line-up with Definitions
    • Change casing to line-up with Definitions
    • schamas/job.js was renamed from buildUserConfig.js to be inline with our Definitions. This file is also duplicated in the CLI to provide validation of the Job file before sending it
    • Rearchitect the way Testers are initialised, started and cleaned up. This includes fixing a number of major bugs around synchronisation, error handling, retrying, timeouts, cold EC2 instances and ultimatly reliability
    • Add more logging
    • Add issues to the backlog for technical debt removal and additional work

Changed

  • Update config doc comment 3d9e138

Removed

  • Implement Tls Tester a105791
    • Remove depricated @hapi/good and implement similar functionality in hapiEventHandler.js
    • Remove the ability to specify Tester report formats, we now just provide them all
    • Remove requirement to configure testerFeedbackComms.medium on client-side as the orchestrator now controls this

v0.1.2-alpha.1...v1.0.0-alpha.3