|
| 1 | +<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 3.2 Final//EN"> |
| 2 | +<HTML> |
| 3 | +<HEAD> |
| 4 | +<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=utf-8"> |
| 5 | +<TITLE> |
| 6 | + Release 2.14.0 |
| 7 | +</TITLE> |
| 8 | +</HEAD> |
| 9 | +<BODY> |
| 10 | +<H1>Release 2.14.0</H1> |
| 11 | + |
| 12 | +This is a bug fix and enhancement release. |
| 13 | +<br> |
| 14 | +These release notes do not include all of the changes included in add-ons updated since 2.13.0. |
| 15 | + |
| 16 | +<h3>Dependency Updates</h3> |
| 17 | + |
| 18 | +As usual the release includes dependency updates. |
| 19 | +<p> |
| 20 | +The following libraries were updated: |
| 21 | + |
| 22 | +<ul> |
| 23 | + <li>Commons Lang, 3.12.0 → 3.13.0</li> |
| 24 | + <li>Flatlaf 3.1.1 → 3.2.1</li> |
| 25 | + <li>RSyntaxTextArea, 3.3.3 → 3.3.4</li> |
| 26 | +</ul> |
| 27 | + |
| 28 | +The following library was added: |
| 29 | +<ul> |
| 30 | + <li>Log4j JUL Adapter 2.20.0</li> |
| 31 | +</ul> |
| 32 | + |
| 33 | +<H2>Add-Ons</H2> |
| 34 | +<H3>New Add-Ons</H3> |
| 35 | +The following add-ons are included by default in this release for the first time: |
| 36 | +<ul> |
| 37 | + <li><a href="https://www.zaproxy.org/docs/desktop/addons/postman-support/">Postman Support</a> - allows to import Postman Collections.</li> |
| 38 | +</ul> |
| 39 | + |
| 40 | +<H3>Updated Add-Ons</H3> |
| 41 | +All of the add-ons included by default have been updated since the last full release. |
| 42 | + |
| 43 | +<H2>Enhancements</H2> |
| 44 | +<ul> |
| 45 | +<li><a href="https://github.com/zaproxy/zaproxy/issues/1926">Issue 1926</a> : Remove Alerts for defined Context through ZAP API</li> |
| 46 | +<li><a href="https://github.com/zaproxy/zaproxy/issues/2189">Issue 2189</a> : Enable/Disable Script Causes Save Prompt on Exit</li> |
| 47 | +<li><a href="https://github.com/zaproxy/zaproxy/issues/7607">Issue 7607</a> : Allow to download/upload files through the ZAP API</li> |
| 48 | +<li><a href="https://github.com/zaproxy/zaproxy/issues/7951">Issue 7951</a> : Validate API parameter names</li> |
| 49 | +<li><a href="https://github.com/zaproxy/zaproxy/issues/7984">Issue 7984</a> : Allow to display script without focusing</li> |
| 50 | +<li><a href="https://github.com/zaproxy/zaproxy/issues/7988">Issue 7988</a> : Use short name for home dir in Windows</li> |
| 51 | +<li><a href="https://github.com/zaproxy/zaproxy/issues/8012">Issue 8012</a> : Move vulnerability data to Common Library add-on</li> |
| 52 | +<li><a href="https://github.com/zaproxy/zaproxy/issues/8033">Issue 8033</a> : Add/use Log4j JUL adapter</li> |
| 53 | +<li><a href="https://github.com/zaproxy/zaproxy/issues/8040">Issue 8040</a> : Add prompt text to search input fields</li> |
| 54 | +<li><a href="https://github.com/zaproxy/zaproxy/issues/8042">Issue 8042</a> : Find: use focus owner</li> |
| 55 | +<li><a href="https://github.com/zaproxy/zaproxy/issues/8043">Issue 8043</a> : Update Download Icon</li> |
| 56 | +<li><a href="https://github.com/zaproxy/zaproxy/issues/8050">Issue 8050</a> : Allow to select a script node without focusing</li> |
| 57 | +<li><a href="https://github.com/zaproxy/zaproxy/issues/8067">Issue 8067</a> : Allow to disable modification of multiple options</li> |
| 58 | +<li><a href="https://github.com/zaproxy/zaproxy/issues/8070">Issue 8070</a> : Prevent concurrent usage of ZAP home</li> |
| 59 | +<li><a href="https://github.com/zaproxy/zaproxy/issues/8089">Issue 8089</a> : Break: Allow host header manipulation</li> |
| 60 | +</ul> |
| 61 | + |
| 62 | +<H2>Bug fixes</H2> |
| 63 | +<ul> |
| 64 | +<li><a href="https://github.com/zaproxy/zaproxy/issues/7353">Issue 7353</a> : Header `If-None-Match: *` removed for PUT requests</li> |
| 65 | +<li><a href="https://github.com/zaproxy/zaproxy/issues/7960">Issue 7960</a> : Graal.js engine might fail to load/access add-on classes</li> |
| 66 | +<li><a href="https://github.com/zaproxy/zaproxy/issues/8013">Issue 8013</a> : Use add-on class loader for interface from script</li> |
| 67 | +<li><a href="https://github.com/zaproxy/zaproxy/issues/8028">Issue 8028</a> : Set the view to `ExtensionAdaptor` sooner</li> |
| 68 | +<li><a href="https://github.com/zaproxy/zaproxy/issues/8055">Issue 8055</a> : Include country name for duplicated languages</li> |
| 69 | +<li><a href="https://github.com/zaproxy/zaproxy/issues/8068">Issue 8068</a> : Use the current database body size values</li> |
| 70 | +</ul> |
| 71 | + |
| 72 | + |
| 73 | +<H2>See Also</H2> |
| 74 | +<table> |
| 75 | +<tr><td> </td><td><a href="../intro.html">Introduction</a></td><td>the introduction to ZAP</td></tr> |
| 76 | +<tr><td> </td><td><a href="releases.html">Releases</a></td><td>the full set of releases</td></tr> |
| 77 | +<tr><td> </td><td><a href="../credits.html">Credits</a></td><td>the people and groups who have made this release possible</td></tr> |
| 78 | +</table> |
| 79 | +</BODY> |
| 80 | +</HTML> |
0 commit comments