This is an automated email from the ASF dual-hosted git repository. fschumacher pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/jmeter.git
commit 238a915ae30946bddd67d4d3d7e2bdae6d2eb18d Author: Felix Schumacher <[email protected]> AuthorDate: Sat Apr 29 18:05:21 2023 +0200 Add changes for InfluxDBRawBackendListenerClient to changelog --- xdocs/changes.xml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/xdocs/changes.xml b/xdocs/changes.xml index fef507cfb9..9f35c6479e 100644 --- a/xdocs/changes.xml +++ b/xdocs/changes.xml @@ -142,6 +142,8 @@ Summary <ul> <li><issue>5740</issue><pr>5741</pr>Fix Aggregated Graph component to cope with empty names of samplers</li> <li><issue>5807</issue>Fix an ArrayIndexOutOfBoundsException on HTTP parameters line on special case when key and value are empty, i.e.: "k1=v1&=&k2=v2"</li> + <li><issue>5654</issue><pr>5785</pr> Fix <code>InfluxDBRawBackendListenerClient</code> missing data. Allow InfluxDB to insert multiple entries with the + same <code>timestamp</code> but with different <code>threadName</code>. Contributed by Victor Peralta (vperaltac at github)</li> </ul> <h3>Timers, Assertions, Config, Pre- & Post-Processors</h3> @@ -186,6 +188,7 @@ Summary <li>Ori Marko (orimarko at gmail.com)</li> <li>Stefan Seide (stefan at trilobyte-se.de)</li> <li>andreaslind01 Lind (andreaslind01 at gmail.com)</li> + <li>Victor Peralta (vperaltac at github)</li> </ul> <p>We also thank bug reporters who helped us improve JMeter.</p> <ul>
