Releases: ludeknovy/jtl-reporter
Releases · ludeknovy/jtl-reporter
v5.0.2
v5.0.1
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
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
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
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
v4.10.0
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
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.