Author: pmouawad
Date: Sun Sep  9 14:11:57 2018
New Revision: 1840409

URL: http://svn.apache.org/viewvc?rev=1840409&view=rev
Log:
Fill in New and Noteworthy section

Modified:
    jmeter/trunk/xdocs/changes.xml

Modified: jmeter/trunk/xdocs/changes.xml
URL: 
http://svn.apache.org/viewvc/jmeter/trunk/xdocs/changes.xml?rev=1840409&r1=1840408&r2=1840409&view=diff
==============================================================================
--- jmeter/trunk/xdocs/changes.xml [utf-8] (original)
+++ jmeter/trunk/xdocs/changes.xml [utf-8] Sun Sep  9 14:11:57 2018
@@ -57,19 +57,38 @@ Summary
 </ul>
 
 <ch_section>New and Noteworthy</ch_section>
-<!-- <ch_category>Sample category</ch_category> -->
-<!-- <ch_title>Sample title</ch_title> -->
-<!-- <figure width="846" height="613" 
image="changes/3.0/view_results_tree_search_feature.png"></figure> -->
 <ch_title>Core improvements</ch_title>
-
-<ch_title>UX improvements</ch_title>
-
-<ch_title>Functions</ch_title>
-
-<ch_title>Scripting and Plugin Development</ch_title>
+<p>Rest support has been improved in many fields
+<ul>
+    <li>Multipart/form-data requests now work for <code>PUT</code>, 
<code>DELETE</code> &hellip;</li>
+    <li>It is now also possible to send a JSON Body with attached file</li>
+    <li>Parameters entered in Parameters Tab are now used in body instead of 
being ignored</li>
+</ul>
+<p>In distributed testing, JMeter now automatically prefixes thread names with 
engine host and port, this makes the counting of threads correct in the HTML 
report without any other configuration as it was required before</p>
+</p>
+<p>XPath 2.0 is supported in a new element called <code>XPath2 
extractor</code> providing easier XML namespaces handling, up to date XPath 
syntax and better performances</p>
+<p>Upgrade to HTTP Components 4.6 last APIs has been completed and JMeter does 
not rely anymore on deprecated APIs of this library</p>
+<p>It is now possible to control in an easier way Loop breaking and Loop 
switching to next iteration. This is available in <code>Flow Control 
Action</code> element</p>
+<p>While Controller now exports a variable containing its current index named 
<code>__jm__&lt;Name of your element&gt;__idx</code>. So for
+example, if your While Controller is named WC, then you can access the looping 
index through <code>${__jm__WC__idx}</code></p>
+
+<ch_title>Scripting / Debugging enhancements</ch_title>
+<p>Search feature has been improved to allow you to iterate in the tree over 
search results and do necessary replacements through 
<code>Next</code>/<code>Previous</code>/<code>Replace</code>/<code>Replace/Find</code>
 buttons</p>
+<p>In View Results Tree, the request and response headers/body are clearly 
separated to allow you to better inspect requests and responses. You can also 
search in all those tabs for a particular value</p>
+<p>Recording feature has been improved to provide a popup that is always on 
top when you navigate in browser allowing you to name transactions while you 
navigate in your application.</p>
+<p>You can now restart JMeter from menu 
<menuchoice><guimenuitem>File</guimenuitem><guimenuitem>Restart</guimenuitem></menuchoice></p>
 
 <ch_title>Live Reporting and Web Report</ch_title>
+Reporting feature has been enhanced 
+<p>A new Graph Total Transactions per second has been added to the HTML Web 
Report</p> 
+<p>It is now possible to graph over time custom metrics available as JMeter 
Variables through <code>sample_variables</code>. Those custom metrics graphs 
will be 
+available in the HTML Report in <code>Custom Graphs section</code></p>
+<p>Hits per second graph now takes into account the embedded resources</p>
 
+<p>In Live reporting, the sent and received bytes are now sent to Backends 
(InfluxDB or Graphite)</p>
+
+<ch_title>Functions</ch_title>
+<p>A New function <code>__threadGroupName</code> has been introduced to obtain 
ThreadGroup name.</p>
 
 <!-- =================== Incompatible changes =================== -->
 
@@ -78,8 +97,9 @@ Summary
 <li>Since JMeter 5.0, when using default HC4 Implementation, JMeter will reset 
HTTP state (SSL State + Connections) on each thread group iteration. If you 
don't want
 this behaviour, set 
<code>httpclient.reset_state_on_thread_group_iteration=false</code></li>
 <li>Since JMeter 5.0, in relation to above remark, 
<code>https.use.cached.ssl.context</code> is deprecated and not used 
anymore.</li>
-<li>Since JMeter 5.0, when using CSV output, sub results will now be also 
output to CSV file. To revert to previous behaviour set 
<code>jmeter.save.saveservice.subresults=false</code></li>
+<li>Since JMeter 5.0, when using CSV output, sub results will now be also 
output to CSV file. To revert to previous behaviour set 
<code>jmeter.save.saveservice.subresults=false</code>, see 
<bugzilla>62470</bugzilla>, <bugzilla>60917</bugzilla>, 
<bugzilla>62550</bugzilla>.</li>
 <li>Since JMeter 5.0, <code>CSS/JQuery Extractor</code> has been renamed to 
<code>CSS Selector Extractor</code></li>
+<li>Since JMeter 5.0, <code>Test Action</code> has been renamed to <code>Flow 
Control Action</code></li>
 
 </ul>
 <!-- =================== Improvements =================== -->


Reply via email to