Skip to content

Releases: zaproxy/zap-api-python

0.0.18

18 Dec 18:14
0.0.18
b1d3df6
Compare
Choose a tag to compare

Changed

  • Core APIs updated for ZAP version 2.10.0.
  • Update APIs from add-ons:
    • AJAX Spider;
    • GraphQL.

0.0.17

14 Oct 15:01
0.0.17
74a3d35
Compare
Choose a tag to compare

Added

  • Add API for GraphQL add-on, version 0.2.0.

Changed

  • Fix typos in error messages.

0.0.16

14 Oct 14:02
0.0.16
1c0c776
Compare
Choose a tag to compare

Added

  • Core APIs.
  • APIs from add-ons:
    • Access Control Testing;
    • Export Report;
    • Revisit;
    • Wappalyzer - Technology Detection.

Changed

  • Core APIs updated for ZAP version 2.9.0.
  • Update APIs from add-ons:
    • Alert Filters;
    • OpenAPI Support;
    • Replacer.

0.0.15

14 Jun 09:29
0.0.15
9d6822b
Compare
Choose a tag to compare

Added

  • 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.

Changed

  • 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 argument validate_status_code
    set to True.
  • Update Replacer API, per release of version 7.
  • Add description to Importurls API endpoint.

0.0.14

04 Dec 10:44
0.0.14
2329f40
Compare
Choose a tag to compare

Update descriptions to mention ZAP 2.7.

0.0.13

01 Dec 20:22
0.0.13
c3645b9
Compare
Choose a tag to compare
Version 0.0.13.

0.0.12

27 Sep 14:49
0.0.12
Compare
Choose a tag to compare
Version 0.0.12.

0.0.11

23 Jun 17:29
0.0.11
Compare
Choose a tag to compare
Version 0.0.11.

0.0.10

12 May 16:47
0.0.10
Compare
Choose a tag to compare
Version 0.0.10.

0.0.9.dev1

29 Sep 09:42
Compare
Choose a tag to compare
0.0.9.dev1 Pre-release
Pre-release
Merge pull request #7 from psiinon/master

Updated for latest API changes and baseline