All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog.
0.0.15 - 2019-06-14
- Add API for Context Alert Filters add-on, version 8.
- Add API for WebSockets add-on, version 19.
- Add API for SOAP Scanner add-on, version 3.
- Minimum Python 3 version is now 3.4.
- Update Selenium API, per release of version 15.0.0.
- Update core APIs for ZAP 2.8.0.
- Allow to validate the status code returned by the ZAP API, to fail
sooner if the API request was not successful. This can be enabled when
instantiating the
ZAPv2
class with the argumentvalidate_status_code
set toTrue
. - Update Replacer API, per release of version 7.
- Add description to Importurls API endpoint.
0.0.14 - 2017-12-04
- Correct package descriptions for ZAP 2.7.0.
0.0.13 - 2017-11-29
- Update core APIs for ZAP 2.7.0.
- Update APIs of the add-ons Ajax Spider, Reveal, and Selenium to update its docs.
0.0.12 - 2017-06-27
- Add
openaapi
toZAPv2
class.
0.0.11 - 2017-06-23
- Add API for Import files containing URLs add-on.
- Add API for Replacer add-on, version 1.
- Update API of OpenAPI Support add-on, version 6.
0.0.10 - 2017-05-12
- Add
__version__
. - Add API of OpenAPI Support add-on.
- Update for Python 3.
0.0.9 - 2017-03-27
- Update core APIs for ZAP 2.6.0.
- Allow to supply the API key when instantiating the class
ZAPv2
, to ensure it's automatically sent in all API requests.
0.0.8 - 2016-06-03
- Moved from the main
zaproxy
repository.