mirror of https://github.com/apache/jmeter.git
doc: update changelog for 5.6.1
This commit is contained in:
parent
3543bc4080
commit
45db4c561b
|
@ -24,7 +24,7 @@
|
|||
113369,bsf-2.4.0.jar
|
||||
389033,bsh-2.0b6.jar
|
||||
912143,caffeine-2.9.3.jar
|
||||
224447,checker-qual-3.34.0.jar
|
||||
224450,checker-qual-3.35.0.jar
|
||||
353793,commons-codec-1.15.jar
|
||||
588337,commons-collections-3.2.2.jar
|
||||
751914,commons-collections4-4.4.jar
|
||||
|
@ -49,7 +49,7 @@
|
|||
217795,darklaf-windows-2.7.3.jar
|
||||
98115,dec-0.1.2.jar
|
||||
320748,dnsjava-2.1.9.jar
|
||||
16477,error_prone_annotations-2.19.1.jar
|
||||
16826,error_prone_annotations-2.20.0.jar
|
||||
1736381,freemarker-2.3.32.jar
|
||||
32359,geronimo-jms_1.1_spec-1.1.1.jar
|
||||
8038657,groovy-3.0.17.jar
|
||||
|
@ -72,9 +72,9 @@
|
|||
852871,httpcore5-5.2.jar
|
||||
236827,httpcore5-h2-5.2.jar
|
||||
41727,httpmime-4.5.14.jar
|
||||
75564,jackson-annotations-2.15.1.jar
|
||||
546100,jackson-core-2.15.1.jar
|
||||
1620059,jackson-databind-2.15.1.jar
|
||||
75567,jackson-annotations-2.15.2.jar
|
||||
549207,jackson-core-2.15.2.jar
|
||||
1620088,jackson-databind-2.15.2.jar
|
||||
78030,javax.activation-1.2.0.jar
|
||||
142391,jcharts-0.7.5.jar
|
||||
16555,jcl-over-slf4j-1.7.36.jar
|
||||
|
@ -90,10 +90,10 @@
|
|||
249924,jtidy-r938.jar
|
||||
384581,junit-4.13.2.jar
|
||||
32033,kotlin-logging-jvm-2.0.5.jar
|
||||
1670468,kotlin-stdlib-1.8.21.jar
|
||||
221490,kotlin-stdlib-common-1.8.21.jar
|
||||
963,kotlin-stdlib-jdk7-1.8.21.jar
|
||||
968,kotlin-stdlib-jdk8-1.8.21.jar
|
||||
1670469,kotlin-stdlib-1.8.22.jar
|
||||
221491,kotlin-stdlib-common-1.8.22.jar
|
||||
963,kotlin-stdlib-jdk7-1.8.22.jar
|
||||
969,kotlin-stdlib-jdk8-1.8.22.jar
|
||||
1548432,kotlinx-coroutines-core-jvm-1.7.1.jar
|
||||
9964,kotlinx-coroutines-swing-1.7.1.jar
|
||||
792176,kotlinx-html-jvm-0.7.3.jar
|
||||
|
@ -110,7 +110,7 @@
|
|||
29680,mxparser-1.2.2.jar
|
||||
5052937,neo4j-java-driver-4.4.11.jar
|
||||
65261,oro-2.0.8.jar
|
||||
1314577,ph-commons-10.2.4.jar
|
||||
1314621,ph-commons-10.2.5.jar
|
||||
530791,ph-css-6.5.0.jar
|
||||
1256127,plot-api-jvm-4.4.1.jar
|
||||
1169629,plot-base-portable-jvm-3.2.0.jar
|
||||
|
|
|
|
@ -67,43 +67,21 @@ Summary
|
|||
|
||||
<ch_section>Improvements</ch_section>
|
||||
|
||||
<h3>Thread Groups</h3>
|
||||
<ul>
|
||||
</ul>
|
||||
|
||||
<h3>HTTP Samplers and Test Script Recorder</h3>
|
||||
<ul>
|
||||
<li><pr>6010</pr>Use UTF-8 as a default encoding in HTTP sampler. It enables sending parameter names, and filenames with unicode characters</li>
|
||||
</ul>
|
||||
|
||||
<h3>Other samplers</h3>
|
||||
<ul>
|
||||
</ul>
|
||||
|
||||
<h3>Controllers</h3>
|
||||
<ul>
|
||||
</ul>
|
||||
|
||||
<h3>Listeners</h3>
|
||||
<ul>
|
||||
</ul>
|
||||
|
||||
<h3>Timers, Assertions, Config, Pre- & Post-Processors</h3>
|
||||
<ul>
|
||||
</ul>
|
||||
|
||||
<h3>Report / Dashboard</h3>
|
||||
<ul>
|
||||
</ul>
|
||||
|
||||
<h3>General</h3>
|
||||
<ul>
|
||||
<li><pr>6010</pr>Test Recorder will use UTF-8 encoding by default, so it will infer human-readable arguments rather than percent-encoded ones</li>
|
||||
</ul>
|
||||
|
||||
<ch_section>Non-functional changes</ch_section>
|
||||
<ul>
|
||||
<li><pr>6000</pr>Add release-drafter for populating GitHub releases info based on the merged PRs</li>
|
||||
<li><pr>5989</pr>Use Gradle toolchains for JDK provisioning, enable building and testing with different JDKs, start testing with Java 21</li>
|
||||
<li><pr>5991</pr>Update jackson-core, jackson-databind, jackson-annotations to 2.15.2 (from 2.15.1)</li>
|
||||
<li><pr>5993</pr>Update ph-commons to 10.2.5 (from 10.2.4)</li>
|
||||
<li><pr>6017</pr>Update kotlin-stdlib to 1.8.22 (from 1.8.21)</li>
|
||||
<li><pr>6020</pr>Update error_prone_annotations to 2.20.0 (from 2.19.1)</li>
|
||||
<li><pr>6023</pr>Update checker-qual to 3.35.0 (from 3.34.0)</li>
|
||||
</ul>
|
||||
|
||||
<!-- =================== Bug fixes =================== -->
|
||||
|
@ -116,47 +94,11 @@ Summary
|
|||
for LoopController.continue_forever rather than initializing it in the constructor</li>
|
||||
</ul>
|
||||
|
||||
<h3>HTTP Samplers and Test Script Recorder</h3>
|
||||
<ul>
|
||||
</ul>
|
||||
|
||||
<h3>Other Samplers</h3>
|
||||
<ul>
|
||||
<li><pr>6012</pr> Java Request sampler cannot be enabled again after disabling in UI (regression since 5.6)</li>
|
||||
</ul>
|
||||
|
||||
<h3>Controllers</h3>
|
||||
<ul>
|
||||
</ul>
|
||||
|
||||
<h3>Listeners</h3>
|
||||
<ul>
|
||||
</ul>
|
||||
|
||||
<h3>Timers, Assertions, Config, Pre- & Post-Processors</h3>
|
||||
<ul>
|
||||
</ul>
|
||||
|
||||
<h3>Functions</h3>
|
||||
<ul>
|
||||
</ul>
|
||||
|
||||
<h3>I18N</h3>
|
||||
<ul>
|
||||
</ul>
|
||||
|
||||
<h3>Report / Dashboard</h3>
|
||||
<ul>
|
||||
</ul>
|
||||
|
||||
<h3>Documentation</h3>
|
||||
<ul>
|
||||
</ul>
|
||||
|
||||
<h3>General</h3>
|
||||
<ul>
|
||||
</ul>
|
||||
|
||||
<!-- =================== Thanks =================== -->
|
||||
|
||||
<ch_section>Thanks</ch_section>
|
||||
|
|
Loading…
Reference in New Issue