2002-03-08 07:03:13 +08:00
|
|
|
<?xml version="1.0"?>
|
2004-02-14 09:20:53 +08:00
|
|
|
<!--
|
2007-01-08 02:50:01 +08:00
|
|
|
Licensed to the Apache Software Foundation (ASF) under one or more
|
|
|
|
contributor license agreements. See the NOTICE file distributed with
|
|
|
|
this work for additional information regarding copyright ownership.
|
|
|
|
The ASF licenses this file to You under the Apache License, Version 2.0
|
|
|
|
(the "License"); you may not use this file except in compliance with
|
|
|
|
the License. You may obtain a copy of the License at
|
2004-02-14 09:20:53 +08:00
|
|
|
|
|
|
|
http://www.apache.org/licenses/LICENSE-2.0
|
|
|
|
|
|
|
|
Unless required by applicable law or agreed to in writing, software
|
|
|
|
distributed under the License is distributed on an "AS IS" BASIS,
|
|
|
|
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
|
|
See the License for the specific language governing permissions and
|
|
|
|
limitations under the License.
|
|
|
|
-->
|
2002-03-08 07:03:13 +08:00
|
|
|
<document>
|
|
|
|
<properties>
|
2006-03-15 08:30:02 +08:00
|
|
|
<author email="jmeter-dev AT jakarta.apache.org">JMeter developers</author>
|
2008-05-16 22:19:21 +08:00
|
|
|
<title>Changes</title>
|
2002-03-08 07:03:13 +08:00
|
|
|
</properties>
|
|
|
|
<body>
|
2008-05-16 22:19:21 +08:00
|
|
|
<section name="Changes">
|
2001-03-25 04:44:24 +08:00
|
|
|
|
2008-05-16 22:19:21 +08:00
|
|
|
<note>
|
|
|
|
<b>This page details the changes made in the current version only.</b>
|
|
|
|
<br></br>
|
|
|
|
Earlier changes are detailed in the <a href="changes_history.html">History of Previous Changes</a>.
|
|
|
|
</note>
|
2008-05-29 07:08:45 +08:00
|
|
|
|
|
|
|
<!-- =================== -->
|
|
|
|
|
2008-06-14 09:30:48 +08:00
|
|
|
<h2>Version 2.3.3</h2>
|
2007-11-26 23:12:36 +08:00
|
|
|
|
2008-05-16 22:19:21 +08:00
|
|
|
<h3>Summary of main changes</h3>
|
2007-12-13 20:42:16 +08:00
|
|
|
|
2008-05-16 22:19:21 +08:00
|
|
|
<h4>Bug fixes</h4>
|
2008-03-02 11:41:10 +08:00
|
|
|
<p>
|
2008-06-23 20:41:56 +08:00
|
|
|
<ul>
|
|
|
|
</ul>
|
2008-04-09 23:11:19 +08:00
|
|
|
</p>
|
2007-12-13 20:42:16 +08:00
|
|
|
|
2008-05-16 22:19:21 +08:00
|
|
|
<h4>Improvements</h4>
|
2008-07-19 10:46:41 +08:00
|
|
|
|
2008-05-30 09:54:49 +08:00
|
|
|
<p>
|
2008-06-23 20:17:49 +08:00
|
|
|
<ul>
|
2008-07-19 03:03:14 +08:00
|
|
|
</ul>
|
2008-07-19 10:46:41 +08:00
|
|
|
|
2008-05-10 05:37:13 +08:00
|
|
|
</p>
|
|
|
|
|
2008-06-27 04:53:52 +08:00
|
|
|
<!-- ========================= End of summary ===================================== -->
|
|
|
|
|
2008-05-16 22:19:21 +08:00
|
|
|
<h3>Known bugs</h3>
|
2007-12-13 20:42:16 +08:00
|
|
|
|
2008-05-14 06:11:33 +08:00
|
|
|
<p>
|
|
|
|
The Include Controller has some problems in non-GUI mode.
|
|
|
|
In particular, it can cause a NullPointerException if there are two include controllers with the same name.
|
|
|
|
</p>
|
|
|
|
|
2007-12-13 20:42:16 +08:00
|
|
|
<p>Once Only controller behaves OK under a Thread Group or Loop Controller,
|
|
|
|
but otherwise its behaviour is not consistent (or clearly specified).</p>
|
2007-11-26 23:12:36 +08:00
|
|
|
|
2008-05-30 09:54:49 +08:00
|
|
|
<p>
|
|
|
|
The menu item Options / Choose Language does not change all the displayed text to the new language.
|
|
|
|
To override the default local language, set the JMeter property "language" before starting JMeter.
|
|
|
|
</p>
|
2008-07-06 00:48:57 +08:00
|
|
|
|
2008-05-16 22:19:21 +08:00
|
|
|
<h3>Incompatible changes</h3>
|
2008-07-20 01:10:02 +08:00
|
|
|
<p>
|
2008-06-27 04:53:52 +08:00
|
|
|
The test element "Save Results to a file" is now shown as a Listener.
|
|
|
|
It was previously shown as a Post-Processor, even though it was in fact a Listener.
|
|
|
|
This change only affects the icon that is displayed and the location in the Gui pop-up menus.
|
|
|
|
It does not affect test plans or test behaviour.
|
2008-07-20 01:10:02 +08:00
|
|
|
</p>
|
|
|
|
|
|
|
|
<p>
|
|
|
|
Moved the Scoping Rules sub-section from Section 3. "Building a Test Plan" to Section 4. "Elements of a test plan"
|
|
|
|
</p>
|
2007-11-26 23:12:36 +08:00
|
|
|
|
2008-05-16 22:19:21 +08:00
|
|
|
<h3>Bug fixes</h3>
|
2007-11-26 23:12:36 +08:00
|
|
|
<ul>
|
2008-06-14 10:29:17 +08:00
|
|
|
<li>Bug 45199 - don't try to replace blank variables in Proxy recording</li>
|
2008-06-27 04:53:52 +08:00
|
|
|
<li>The "prev" and "sampler" objects are now defined for BSF test elements</li>
|
|
|
|
<li>Prompt to overwrite an existing file when first saving a new test plan</li>
|
|
|
|
<li>The test element "Save Results to a file" is now shown as a Listener</li>
|
2008-07-06 00:48:57 +08:00
|
|
|
<li>Amend TestBeans to show the correct popup menu for Listeners</li>
|
|
|
|
<li>Fix NPE when using nested Transaction Controllers with parent samples</li>
|
2008-07-06 01:54:17 +08:00
|
|
|
<li>Bug 45185 - CSV dataset blank delimiter causes OOM</li>
|
2008-07-06 04:20:29 +08:00
|
|
|
<li>Bug 43791 - ensure QueueReceiver is closed</li>
|
2007-11-26 23:12:36 +08:00
|
|
|
</ul>
|
|
|
|
|
2008-05-16 22:19:21 +08:00
|
|
|
<h3>Improvements</h3>
|
2007-11-26 23:12:36 +08:00
|
|
|
<ul>
|
2008-06-27 04:53:52 +08:00
|
|
|
<li>LDAP result data now formatted with line breaks</li>
|
|
|
|
<li>Add OUT variable to jexl function</li>
|
2008-06-27 07:36:35 +08:00
|
|
|
<li>Save Responses to a file can save the generated filename(s) to variables.</li>
|
2008-06-27 09:09:41 +08:00
|
|
|
<li>Add BSF Listener element</li>
|
2008-06-27 10:15:01 +08:00
|
|
|
<li>Bug 45200 - MailReaderSampler: store the whole MIME message in the SamplerResult</li>
|
2008-07-19 21:24:35 +08:00
|
|
|
<li>Added __char() function: allows arbitrary Unicode characters to be entered in fields.</li>
|
|
|
|
<li>Added __unescape() function: allows Java-escaped strings to be used.</li>
|
|
|
|
<li>Add Body (unescaped) source option to Regular Expression Extractor.</li>
|
|
|
|
<li>Added __unescapeHtml() function: decodes Html-encoded text.</li>
|
|
|
|
<li>Added __escapeHtml() function: encodes text using Html-encoding.</li>
|
2007-11-26 23:12:36 +08:00
|
|
|
</ul>
|
|
|
|
|
2008-05-16 22:19:21 +08:00
|
|
|
<h3>Non-functional changes</h3>
|
2007-11-26 23:12:36 +08:00
|
|
|
<ul>
|
2008-06-27 04:53:52 +08:00
|
|
|
Introduce AbstractListenerGui class to make it easier to create Listeners with no visual output
|
2007-11-26 23:12:36 +08:00
|
|
|
</ul>
|
2002-03-08 07:03:13 +08:00
|
|
|
</section>
|
|
|
|
</body>
|
2002-12-27 18:41:33 +08:00
|
|
|
</document>
|