Skip to content

Releases: ludeknovy/jtl-reporter

v5.0.2

02 Oct 19:59
ab09649
Compare
Choose a tag to compare

New features and improvements

  • Dashboard and scenario detail loading state improved

Fixes

  • Fix for a case when a project could not have been deleted successfully
  • Anonymous report not loading with a valid token
  • Removing the monitoring chart after comparison is removed

v5.0.1

29 Sep 11:07
5712a1e
Compare
Choose a tag to compare

New features and improvements

  • Various dependencies upgraded.
  • Instance ID added to the database.
  • Possibility to compare results with test runs from another scenario.
  • Comparison mode was reworked—overall charts now being able to compare side by side.
  • Monitoring chart was moved into a separate tab and displaying compared to the chart if present.
  • Sticky control panel in a report.

v5.0.0

11 Sep 11:09
a2fbd92
Compare
Choose a tag to compare

Warning

The new version uses different DB image (timescale/timescaledb-ha) https://github.com/timescale/timescaledb-docker-ha The timescale/timescaledb-ha contains a toolkit, which is not distributed as OSS, but under a TSL. For more information, please see https://docs.timescale.com/about/latest/timescaledb-editions/#timescaledb-community-edition

If you are upgrading from the previous versions, please make sure that you have backed up your data first. If you are not sure how to do it, please have a look here for help.

Fixes

  • lttb module was removed and replaced by db function to avoid high memory usage
  • Scenario trends chart point not clickable when the page is loaded anonymously

v4.10.3

11 Sep 10:37
f1a6b2b
Compare
Choose a tag to compare

New features and improvements

* Base Node.js image upgraded to v20

  • Various dependencies upgraded
  • Increased file upload limit
  • 95% and 99% response time metrics were added to the report overview

Fixes

  • Refactored metric naming and mapping in scenario trends
    * Missing 90th percentile from scenario trends

v4.10.2

19 Apr 13:08
bd1c1c8
Compare
Choose a tag to compare

New features and improvements

  • Improve the error message when migrations haven't finished yet.

Fixes

  • Fixing an exception that didn't break project creation, but threw an error as the user list of non-admin users could have been empty.
  • Optimize memory usage in item data processing—releasing accumulated memory after processing is complete

v4.10.1

05 Apr 11:19
60316c8
Compare
Choose a tag to compare

New features and improvements

  • Tracking unexpected errors
  • Various dependencies updated.

v4.10.0

11 Mar 07:32
c2d16b0
Compare
Choose a tag to compare

New features and improvements

  • Angular update to v15
  • Regression notification added - #247
  • Various dependencies updated.

Fixes

  • Compare button was displayed for anonymous reports, although it was not supposed to.
  • CSS fixes for report detail page.
  • Displaying label chart upon focusing on anonymous reports.
  • Displaying correct notification when a scenario is created, displaying a proper error message if API returns an error.
  • Visual glitches of empty tables fixed, wording improved.
  • Error during project creation caused by adding admin user to the project twice was fixed.
  • Deleting scenario token was fixed.

v4.9.3

19 Feb 07:53
60475ee
Compare
Choose a tag to compare

New features and improvements

  • Various dependencies updated.
  • Added possibility to edit report status.
  • Scenario label trends chart - displaying all labels instead of limiting them to 20 labels.

Fixes

  • Removing VACUUM FULL, leaving the job up to autovacuum.
  • Clear tempBuffer after file processing to ensure the array is no longer referenced and can be GC'ed.

v4.9.2

03 Feb 14:21
eeab054
Compare
Choose a tag to compare

New features and improvements

  • setting retention period on scenario upsert
  • axios version upgraded to v1.6.x
  • xlsx version upgraded

v4.9.1

01 Dec 07:47
eeab054
Compare
Choose a tag to compare

New features and improvements

  • Scenario trends sharing
  • Support for arm platforms

Fixes

  • p50 default value fix - preventing scenario settings from being saved.