From b8fa9552cd56ab093293ddaee3cc2edb0eab07c9 Mon Sep 17 00:00:00 2001
From: Bruno Demion
Date: Sat, 12 Oct 2013 18:26:09 +0000
Subject: [PATCH] Change style for section, category and title changes to have
better look&feel (IMHO) Add a screeshot to show the new name of test recorder
git-svn-id: https://svn.apache.org/repos/asf/jmeter/trunk@1531571 13f79535-47bb-0310-9956-ffa450edef68
Former-commit-id: 36c023f2128538f6aa064712b2ce223784ddf52f
---
xdocs/changes.xml | 90 +++++++++++-------
.../2.10/18_https_test_script_recorder.png | Bin 0 -> 6985 bytes
2 files changed, 53 insertions(+), 37 deletions(-)
create mode 100644 xdocs/images/screenshots/changes/2.10/18_https_test_script_recorder.png
diff --git a/xdocs/changes.xml b/xdocs/changes.xml
index c5d55f556d..af7b37ce59 100644
--- a/xdocs/changes.xml
+++ b/xdocs/changes.xml
@@ -37,11 +37,23 @@ Earlier changes are detailed in the History of Pr
+New and Noteworthy
+
+Core Improvements
+
+New Performance improvements
A Huge performance improvement has been made on High Throughput Tests (no pause), see 54777
@@ -50,14 +62,15 @@ Earlier changes are detailed in the History of Pr
-
* New CSS/JQuery Tester in View Tree Results that makes CSS/JQuery Extractor a first class
-citizen in JMeter, you can now test your expressions very easily
+New CSS/JQuery Tester in View Tree Results that makes CSS/JQuery Extractor a first class
+citizen in JMeter, you can now test your expressions very easily"/>
-
* Many improvements in HTTP(S) Recording have been made
+Many improvements in HTTP(S) Recording have been made
+
The "HTTP Proxy Server" test element has been renamed as "HTTP(S) Test Script Recorder".
@@ -71,7 +84,7 @@ See updated documentation:
-
* You can now load test MongoDB through new MongoDB Source Config
+You can now load test MongoDB through new MongoDB Source Config
@@ -79,47 +92,48 @@ See updated documentation:
-
* Kerberos authentication has been added to Auth Manager
+Kerberos authentication has been added to Auth Manager
-
* device can now be used in addition to source IP address
+Device can now be used in addition to source IP address
-
* You can now do functional testing of MongoDB scripts through new MongoDB Script
+You can now do functional testing of MongoDB scripts through new MongoDB Script
-
* Timeout has been added to OS Process Sampler
+Timeout has been added to OS Process Sampler
-
* Query timeout has been added to JDBC Request
+Query timeout has been added to JDBC Request
-
* New functions (__urlencode and __urldecode) are now available to encode/decode URL encoded chars
+New functions (__urlencode and __urldecode) are now available to encode/decode URL encoded chars
-
* Continuous Integration is now eased by addition of a new flag that forces NON-GUI JVM to exit after test end
+Continuous Integration is now eased by addition of a new flag that forces NON-GUI JVM to exit after test end
See jmeter property:
jmeterengine.force.system.exit
+
-
* HttpSampler now allows DELETE Http Method to have a body (works for HC4 and HC31 implementations). This allows for example to test Elastic Search APIs
+HttpSampler now allows DELETE Http Method to have a body (works for HC4 and HC31 implementations). This allows for example to test Elastic Search APIs
-
* 2 implementations of HtmlParser have been added to improve Embedded resources parsing
+2 implementations of HtmlParser have been added to improve Embedded resources parsing
You can choose the implementation to use for parsing Embedded resources in HTML pages:
See jmeter.properties and look at property "htmlParser.className".
@@ -129,7 +143,7 @@ See jmeter.properties and look at property "htmlParser.className".
-
* Distributed testing has been improved
+Distributed testing has been improved
@@ -147,9 +161,9 @@ Number of threads on each node are now reported to controller.
-
* ModuleController has been improved to better handle changes to referenced controllers
+ModuleController has been improved to better handle changes to referenced controllers
-
* Improved class loader configuration, see 55503
+Improved class loader configuration, see 55503
New property "plugin_dependency_paths" for plugin dependencies
@@ -158,13 +172,14 @@ Number of threads on each node are now reported to controller.
-
* Best-practices section has been improved, ensure you read it to get the most out of JMeter
-
-
GUI and ergonomy Improvements:
+Best-practices section has been improved, ensure you read it to get the most out of JMeter
+
* New Templates feature that allows you to create test plan from existing template or merge
-template into your Test Plan
+New Templates feature that allows you to create test plan from existing template or merge
+template into your Test Plan
@@ -172,12 +187,12 @@ template into your Test Plan
-
* Workbench can now be saved
+Workbench can now be saved
-
* Syntax color has been added to scripts elements (BeanShell, BSF, and JSR223), MongoDB and JDBC elements making code much more readable and allowing UNDO/REDO through CTRL+Z/CTRL+Y
+Syntax color has been added to scripts elements (BeanShell, BSF, and JSR223), MongoDB and JDBC elements making code much more readable and allowing UNDO/REDO through CTRL+Z/CTRL+Y
BSF Sampler with syntax color
@@ -185,13 +200,13 @@ template into your Test Plan
-
* Better editors are now available for Test Elements with large text content, like HTTP Sampler, and JMS related Test Element providing line numbering and allowing UNDO/REDO through CTRL+Z/CTRL+Y
+Better editors are now available for Test Elements with large text content, like HTTP Sampler, and JMS related Test Element providing line numbering and allowing UNDO/REDO through CTRL+Z/CTRL+Y
-
* JMeter GUI can now be fully Internationalized, all remaining issues have been fixed
+JMeter GUI can now be fully Internationalized, all remaining issues have been fixed
Currently French has all its labels translated. Other languages are partly translated, feel free to
contribute translations by reading Localisation (Translator's Guide)
-
* Moving elements in Test plan has been improved in many ways
+Moving elements in Test plan has been improved in many ways
Drag and drop of elements in Test Plan tree is now much easier and possible on multiple nodes
@@ -205,16 +220,17 @@ before the one you just dropped.
(alt + Arrow Up) and (alt + Arrow Down) move the element within the parent node.
(alt + Arrow Left) and (alt + Arrow Right) move the element up and down in the tree depth
-
* Response Time Graph Y axis can now be scaled
+Response Time Graph Y axis can now be scaled
-
* JUnit Sampler gives now more details on configuration errors
+JUnit Sampler gives now more details on configuration errors
-
Known bugs
+
+Known bugs
The Once Only controller behaves correctly under a Thread Group or Loop Controller,
@@ -255,7 +271,7 @@ A workaround is to use a Java 7 runtime (OpenJDK or Oracle JDK).
-
Incompatible changes
+Incompatible changes
SMTP Sampler now uses eml file subject if subject field is empty
@@ -300,7 +316,7 @@ If you use any plugin or third-party code that depends on it, you need to add it
-
Bug fixes
+Bug fixes
HTTP Samplers and Proxy
@@ -395,7 +411,7 @@ If you use any plugin or third-party code that depends on it, you need to add it
-
Improvements
+Improvements
HTTP Samplers and Proxy
@@ -480,7 +496,7 @@ If you use any plugin or third-party code that depends on it, you need to add it
55651 - Change JMeter application icon to Apache plume icon
-
Non-functional changes
+Non-functional changes
Updated to jsoup-1.7.2
54776 - Update the dependency on Bouncy Castle to 1.48. Contributed by Emmanuel Bourg (ebourg at apache.org)
@@ -513,7 +529,7 @@ If you use any plugin or third-party code that depends on it, you need to add it
55626 - Rename HTTP Proxy Server as HTTP(S) Test Script Recorder
-
Thanks
+Thanks
We thank all contributors mentioned in bug and improvement sections above.
We also thank bug reporters who helped us improve JMeter.
For this release we want to give special thanks to the following reporters for the clear reports and tests made after our fixes:
diff --git a/xdocs/images/screenshots/changes/2.10/18_https_test_script_recorder.png b/xdocs/images/screenshots/changes/2.10/18_https_test_script_recorder.png
new file mode 100644
index 0000000000000000000000000000000000000000..eea27d8d5a5d2d1f30175cf2756f1604e77f70c2
GIT binary patch
literal 6985
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