-
-
Notifications
You must be signed in to change notification settings - Fork 134
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #524 from thc202/rel-notes/2.14
- Loading branch information
Showing
7 changed files
with
88 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
80 changes: 80 additions & 0 deletions
80
addOns/help/src/main/javahelp/contents/releases/2.14.0.html
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,80 @@ | ||
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 3.2 Final//EN"> | ||
<HTML> | ||
<HEAD> | ||
<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=utf-8"> | ||
<TITLE> | ||
Release 2.14.0 | ||
</TITLE> | ||
</HEAD> | ||
<BODY> | ||
<H1>Release 2.14.0</H1> | ||
|
||
This is a bug fix and enhancement release. | ||
<br> | ||
These release notes do not include all of the changes included in add-ons updated since 2.13.0. | ||
|
||
<h3>Dependency Updates</h3> | ||
|
||
As usual the release includes dependency updates. | ||
<p> | ||
The following libraries were updated: | ||
|
||
<ul> | ||
<li>Commons Lang, 3.12.0 → 3.13.0</li> | ||
<li>Flatlaf 3.1.1 → 3.2.1</li> | ||
<li>RSyntaxTextArea, 3.3.3 → 3.3.4</li> | ||
</ul> | ||
|
||
The following library was added: | ||
<ul> | ||
<li>Log4j JUL Adapter 2.20.0</li> | ||
</ul> | ||
|
||
<H2>Add-Ons</H2> | ||
<H3>New Add-Ons</H3> | ||
The following add-ons are included by default in this release for the first time: | ||
<ul> | ||
<li><a href="https://www.zaproxy.org/docs/desktop/addons/postman-support/">Postman Support</a> - allows to import Postman Collections.</li> | ||
</ul> | ||
|
||
<H3>Updated Add-Ons</H3> | ||
All of the add-ons included by default have been updated since the last full release. | ||
|
||
<H2>Enhancements</H2> | ||
<ul> | ||
<li><a href="https://github.com/zaproxy/zaproxy/issues/1926">Issue 1926</a> : Remove Alerts for defined Context through ZAP API</li> | ||
<li><a href="https://github.com/zaproxy/zaproxy/issues/2189">Issue 2189</a> : Enable/Disable Script Causes Save Prompt on Exit</li> | ||
<li><a href="https://github.com/zaproxy/zaproxy/issues/7607">Issue 7607</a> : Allow to download/upload files through the ZAP API</li> | ||
<li><a href="https://github.com/zaproxy/zaproxy/issues/7951">Issue 7951</a> : Validate API parameter names</li> | ||
<li><a href="https://github.com/zaproxy/zaproxy/issues/7984">Issue 7984</a> : Allow to display script without focusing</li> | ||
<li><a href="https://github.com/zaproxy/zaproxy/issues/7988">Issue 7988</a> : Use short name for home dir in Windows</li> | ||
<li><a href="https://github.com/zaproxy/zaproxy/issues/8012">Issue 8012</a> : Move vulnerability data to Common Library add-on</li> | ||
<li><a href="https://github.com/zaproxy/zaproxy/issues/8033">Issue 8033</a> : Add/use Log4j JUL adapter</li> | ||
<li><a href="https://github.com/zaproxy/zaproxy/issues/8040">Issue 8040</a> : Add prompt text to search input fields</li> | ||
<li><a href="https://github.com/zaproxy/zaproxy/issues/8042">Issue 8042</a> : Find: use focus owner</li> | ||
<li><a href="https://github.com/zaproxy/zaproxy/issues/8043">Issue 8043</a> : Update Download Icon</li> | ||
<li><a href="https://github.com/zaproxy/zaproxy/issues/8050">Issue 8050</a> : Allow to select a script node without focusing</li> | ||
<li><a href="https://github.com/zaproxy/zaproxy/issues/8067">Issue 8067</a> : Allow to disable modification of multiple options</li> | ||
<li><a href="https://github.com/zaproxy/zaproxy/issues/8070">Issue 8070</a> : Prevent concurrent usage of ZAP home</li> | ||
<li><a href="https://github.com/zaproxy/zaproxy/issues/8089">Issue 8089</a> : Break: Allow host header manipulation</li> | ||
</ul> | ||
|
||
<H2>Bug fixes</H2> | ||
<ul> | ||
<li><a href="https://github.com/zaproxy/zaproxy/issues/7353">Issue 7353</a> : Header `If-None-Match: *` removed for PUT requests</li> | ||
<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> | ||
<li><a href="https://github.com/zaproxy/zaproxy/issues/8013">Issue 8013</a> : Use add-on class loader for interface from script</li> | ||
<li><a href="https://github.com/zaproxy/zaproxy/issues/8028">Issue 8028</a> : Set the view to `ExtensionAdaptor` sooner</li> | ||
<li><a href="https://github.com/zaproxy/zaproxy/issues/8055">Issue 8055</a> : Include country name for duplicated languages</li> | ||
<li><a href="https://github.com/zaproxy/zaproxy/issues/8068">Issue 8068</a> : Use the current database body size values</li> | ||
</ul> | ||
|
||
|
||
<H2>See Also</H2> | ||
<table> | ||
<tr><td> </td><td><a href="../intro.html">Introduction</a></td><td>the introduction to ZAP</td></tr> | ||
<tr><td> </td><td><a href="releases.html">Releases</a></td><td>the full set of releases</td></tr> | ||
<tr><td> </td><td><a href="../credits.html">Credits</a></td><td>the people and groups who have made this release possible</td></tr> | ||
</table> | ||
</BODY> | ||
</HTML> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters