> For the complete documentation index, see [llms.txt](https://releasenotes.loadium.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://releasenotes.loadium.com/loadium-updates-january-2024.md).

# Loadium Updates - January 2024

## New Features

* Scatter Plot now shows the number of successes and errors.

## Improvements

* Updated Supported Gatling version to 3.9.5
* Updated Test Schedule interface.
* Viewer role can no longer see private location information.
* Added informative popup where a compare report file will take longer than usual to produce.
* Added an informative message for JMeter tests to show when the uploaded JMX uses a library that is missing (the user needs to upload its JAR files).

## Bug Fixes

* Fixed an issue where the engine reserving step would cause a test to crash while the test is initializing.
* Fixed an issue in Request Stats in Report Page, where checking and unchecking a label would cause a visual bug.
* Fixed an issue with session name text overflowing in Compare Test.
* Fixed an issue with Graphs tab in Compare Test where x-axis (time) would show inaccurately. All times will start from 00:00.
* Fixed a crucial issue with Record\&Play which causes loss of saved files when the test is edited.
* Fixed multiple issues with table sorting in Report Page.
* Fixed an issue with estimated VUH calculation for multi-step tests.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://releasenotes.loadium.com/loadium-updates-january-2024.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
