> For the complete documentation index, see [llms.txt](https://docs.octoxlabs.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.octoxlabs.com/release-notes/previous-releases/octoxlabs-5.x/release-notes-v5.4.0.md).

# Release Notes - v5.4.0

We are pleased to announce the release of **version 5.4.0.** This update introduces a range of new features and enhancements designed to improve system usability, data visibility, and reporting capabilities. Below is a structured summary of the key improvements delivered in this version.

## New Discovery Center

With this feature, users will now be able to monitor the entire Discovery process end-to-end. This allows them to pinpoint and identify issues encountered during Discovery more accurately. In addition, users can download all logs related to the Discovery process via the **“Download Discovery Logs”** button located in the top-right corner.

#### a. General Information

This section will provide a general overview of the Discovery status, including:

* Discovery state
* Notifications regarding errors such as memory usage, etc.

Just below this, the progress of the Discovery process will be displayed. Once completed, a **“100% Completed”** notification will appear.

#### b. Discovery Operations

In this section, background operations performed during the Discovery process will be displayed step-by-step. Users will be able to view which steps failed, completed successfully, or were skipped, along with the duration of each step.

#### c. Connection Status

This area will display the connections found in the customer environment along with their statuses:

* Connections that completed successfully will be highlighted with a green border, and the **Processing Time** field will display the duration of the connection.
* Failed connections will be highlighted with a red border, and the **Processing Time** field will display **“Connection Test Failed”.**
* Connections currently in progress will be highlighted with a navy blue border, and the **Processing Time** field will show **“In Progress”.**
* Connections that have not yet started will appear without a border, and the **Processing Time** field will show **“Queued”.**

#### d. System Information

This section will provide detailed system information, including:

* CPU Usage
* Memory Usage
* Swap Information

### Major Features

* Add click-to-view functionality on counts in all Charts and Widgets
* Update select fields across the platform
* Add option to use Labels instead of Query Names in Charts
* Update log and discovery time infrastructure

### New Adapters

* Snow Asset Management
* Limrad
* Mobileiron

### Minor Features

* Add "Create Report" button to Report listing page
* Add "Module" and "Discovery ID" columns to System Activities page
* Add LB records to Entropi adapter
* Update user collecting mechanism on AD adapter
* Update the BMC Discovery adapter
* Update the FortiNAC adapter
* Update on notification messages on platform
* Update the default value of isSecure to False in the PowerShell Base Adapter
* Add ability to edit Saved Queries directly from the inventory page
* Add discovery select option to Device & Vulnerability detail page
* Update the IBM QRadar Asset adapter

### Resolved Issues

* Fix name parsing on Discover y Ordering page
* Fix IP address mapping on WSUS adapter
* Fix "First Seen" & "Last Seen" time format error on Ser viceNow CMDB adapter
* Fix Clear Quer y issue on Software Inventory


---

# 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://docs.octoxlabs.com/release-notes/previous-releases/octoxlabs-5.x/release-notes-v5.4.0.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.
