You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: addOns/help/src/main/javahelp/contents/releases/2.16.1.html
+31-9Lines changed: 31 additions & 9 deletions
Original file line number
Diff line number
Diff line change
@@ -17,6 +17,36 @@ <H1>Release 2.16.1</H1>
17
17
These release notes do not include all of the changes included in add-ons updated since 2.16.0.
18
18
<p>
19
19
20
+
The enhancements include:
21
+
22
+
<H3>Use Main Output Tab for Scripts</H3>
23
+
24
+
The Script Console no longer includes its own "Script Output" panel.
25
+
Instead it uses the main <ahref="../ui/tabs/output.html">Output</a> tab.
26
+
27
+
<H3>Support Sub-tabs in Output Tab</H3>
28
+
29
+
The <ahref="../ui/tabs/output.html">Output</a> tab now supports sub-tabs.
30
+
The Script Console add-on will add one tab for each script that generates any output, making it much easier to see where output messages come from.
31
+
32
+
<h3>API Support for Plugable Authentication and Session Management</h3>
33
+
34
+
The API now supports plugable Authentication and Session Management methods, which means you can configure modern
35
+
options like Browser Based Authentication.
36
+
37
+
<h3>Authentication Enhancements</h3>
38
+
39
+
Many enhancements have been made to ensure ZAP handles authentication more easily and effectively,
40
+
including support for TOTP.
41
+
42
+
<h3>Windows Native Decorations Support</h3>
43
+
44
+
ZAP now supports Native Decorations on Windows systems, providing a more unified and visually pleasing experience.
45
+
46
+
<h3>AJAX Spider URL Count</h3>
47
+
48
+
The AJAX Spider no longer counts URLs that are out of scope. This may affect any tests you have in place.
49
+
20
50
<h3>Dependency Updates</h3>
21
51
22
52
As usual the release includes dependency updates.
@@ -35,21 +65,13 @@ <h3>Dependency Updates</h3>
35
65
<li>Rsyntaxtextarea, 3.5.3 → 3.6.0</li>
36
66
</ul>
37
67
38
-
<H2>Add-Ons</H2>
39
-
40
-
<H3>Updated Add-Ons</H3>
41
-
42
-
The following add0ons were updated:
43
-
44
-
<ul>
45
-
<li>TBA</li>
46
-
</ul>
47
68
48
69
<H2>Enhancements</H2>
49
70
<ul>
50
71
<li><ahref="https://github.com/zaproxy/zaproxy/issues/8843">Issue 8843</a> : Support CakePHP CSRF Token name</li>
51
72
<li><ahref="https://github.com/zaproxy/zaproxy/issues/8868">Issue 8868</a> : Adjust Footer Status Icons Label</li>
52
73
<li><ahref="https://github.com/zaproxy/zaproxy/issues/8872">Issue 8872</a> : Tag verification requests</li>
74
+
<li><ahref="https://github.com/zaproxy/zaproxy/issues/8879">Issue 8879</a> : Look and feel: Use native decorations on Windows</li>
53
75
<li><ahref="https://github.com/zaproxy/zaproxy/issues/8885">Issue 8885</a> : Allow API access to dynamically added Authn & Session Mgmt Method Types</li>
54
76
<li><ahref="https://github.com/zaproxy/zaproxy/issues/8886">Issue 8886</a> : Provide DB details and notify close</li>
55
77
<li><ahref="https://github.com/zaproxy/zaproxy/issues/8892">Issue 8892</a> : Add TOTP to credentials</li>
0 commit comments