0.8.0
·
6 commits
to main
since this release
Release Notes
The v0.8.0 release introduces new configuration and HTTP client functionality to enable ZAP proxy setup for security testing. It centralises logging using ApiLogger and enhances flexibility for dynamic proxy server configuration.
Users of this release should update their test setups to incorporate the TestRunnerConfig changes and review proxy settings for ZAP integration.
Added
- Added
TestRunnerConfigfor proxy configuration. - Introduced
HttpClientimplementation for ZAP setup. - Centralised logging improvements via
ApiLogger.
For more details, refer to the pull request #12.