Skip to content

Commit f36bb06

Browse files
authored
Merge pull request #29 from thc202/changelog
Add change log
2 parents c6ca5d3 + 90341ac commit f36bb06

File tree

1 file changed

+44
-0
lines changed

1 file changed

+44
-0
lines changed

CHANGES.md

Lines changed: 44 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,44 @@
1+
# Change Log
2+
3+
Summary of the changes done in each version.
4+
5+
## 1.2.0-SNAPSHOT (Not yet released)
6+
7+
### Updated APIs
8+
9+
- Core APIs updated for ZAP version 2.6.0.
10+
- AJAX Spider API
11+
- Allows to obtain the full results of a scan, messages in/out of scope and message with I/O errors.
12+
13+
## 1.1.1 (2017-03-09)
14+
15+
### Bug Fixes
16+
- Fixed a bug that prevented the new API methods (that don't require the API key) from being used with ZAP versions <= 2.5.0.
17+
18+
## 1.1.0 (2017-03-09)
19+
20+
### Enhancements
21+
- The `ClientApi` now allows to set the API key through the constructor, which ensures that the API key is sent whenever required. The API methods that allowed to pass the API key were deprecated in favour of using the new constructor.
22+
- It's now possible to specify the API key in all Ant tasks.
23+
- It's now possible to obtain the keys of the values of an `ApiResponseSet` (also, deprecated unused/unnecessary constructor and method).
24+
- The `Alert` now exposes the alert ID, message ID and scanner ID.
25+
- Added confidence "False Positive" (enum `Alert.Confidence`).
26+
- `Alert` and `AlertTask` now use `name` instead of `alert` for the name of the alert (zaproxy/zaproxy#1341), older methods were deprecated.
27+
28+
### Bug Fixes
29+
- `ApiResponseSet` now has as values `ApiResponse` (zaproxy/zaproxy#3228).
30+
31+
### New APIs
32+
33+
- Context Alert Filters API, for more information refer to the help page: https://github.com/zaproxy/zap-extensions/wiki/HelpAddonsAlertFiltersAlertFilter
34+
35+
### Updated APIs
36+
37+
- AJAX Spider API
38+
- Allows to scan a context, as a user and just a subtree.
39+
- Selenium API
40+
- Allows to choose which Firefox binary is used and set the path to geckodriver.
41+
42+
## 1.0.0 (2016-06-03)
43+
44+
First version as "stand alone library", it was migrated from the [zaproxy repository](https://github.com/zaproxy/zaproxy) and released to Maven Central.

0 commit comments

Comments
 (0)