> 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.5.0.md).

# Release Notes - v5.5.0

This update introduces the **Nested Query** **enhancement**, a new **Certificate Inventory**, a range of new integrations, and improvements to existing integrations. Below is a structured summary of the key enhancements included in this version.

### 1. New Nested Query Enhancement

With the new **Nested Query enhancement**, the Query Wizard now supports searching within grouped (nested) data.

This improvement builds on the existing Query Wizard functionality without altering its core behavior. All your previously saved queries will remain intact and continue to work as expected. Any Nested Queries you create can also be used in the same way as standard Saved Queries (e.g., generating reports, adding widgets, etc.).

With the updated Query Wizard, you can now perform:

* Searches without nested data
* Searches only within nested data
* Combined searches (nested + non-nested)

#### How to Use Nested Queries

To create a nested query:

* Open the Query Wizard and select **Add Nested Row.**
* Choose the parent group of the nested data you want to search.
* Select one or more sub-values within that group to further refine your query.

This provides greater flexibility and allows you to build more detailed and precise queries across your data.

### New Vulnerability Inventory

The former Asset Vulnerability Management page has been replaced with the newly developed **Vulnerability Inventory** module. This redesigned page provides a more streamlined and enriched vulnerability management experience.

### 2. New Certificate Inventory

With the new Certification Inventory, you will be able to manage all your certificates in one place. The Query Wizard, already available across our platform, will also be supported in this inventory.

Additionally, we have introduced the **“Next ” operand** to help you write queries more easily for scenarios we anticipate you may need in this area.

With your created **Saved Queries**, you will be able to:

* Add charts or widgets to your dashboards.
* Generate scheduled or on-demand reports.

#### 2.1. Certificates Inventory

This section lists all certificates, including:

* Cloudflare
* Microsoft CA
* Azure Key Vault
* Custom Certificates

Statuses are determined according to the following logic:

* **Expired**: Certificates with an Expiry Date earlier than today.
* **Critical**: Certificates where the difference between the Expiry Date and today is less than the minimum of:
  * 5% of t he cer tificate’s total validity period, or&#x20;
  * 30 days.
* **Warning**: Certificates where the difference between the Expiry Date and today is less than the minimum of:
  * 10% of the certificate’s total validity period, or
  * 90 days.
* **Good**: Certificates that do not fall into the Warning or Critical statuses.

#### 2.2. Custom Certificates

This section lists certificates you add manually. By clicking the **“Create Certificate”** button, you can eit her:

* Add certificates manually, or
* Upload certificate files you wish to track.
  * Supported file formats: **.der** and **.pem.**

#### 2.3. New “Certificate Expiry Status” Widget

Alongside the new Certification Inventory, we have developed a widget that displays the distribution of your certificates based on their status.

The widget shows the count of certificates in the following statuses:

* Good
* Warning
* Critical
* Expired in 30
  * Not a direct status, but shows the number of certificates that expired within the last 30 days.
* Expired

### New Adapters

* DefenseX
* Action1
* Google Cloud (GCP)
* Huawei Cloud
* Velociraptor
* Thales ERP
* Abnormal
* Zscaler Private Access
* Oracle Cloud
* Microfocus Ser ver Automation
* Microsoft Log Analytics
* Snow License Manager
* Zscaler Client Connector
* Proxmox
* StellarCyber XDR
* Microsoft o365
* Cisco Duo
* Checkpoint Quantum Management
* Google Directory
* DarkTrace
* Bit Bucket On-Prem
* Bit Bucket Cloud
* Google Cloud Identity
* Symantec Endpoint Encryption
* FortiManager Cloud
* OCS Inventory
* Cisco Firewall Management Center

### Major Features

* Add **Thales ERP** integration to Action Center page
* Update **Actions** dropdown on platform.
* Update left-side menu

### Minor Features

* Add **"Name"** column to **Software Inventory** page
* Add "**Connector"** filter to **Adapter** page
* Add I**P Option** to **Discovery Ordering** page
* Enable **Total Count** re-count to charts on **Vulnerability Inventory** page
* Add **IP Aggregation** field on **Falcon Crowdstrike** adapter
* Add **Custom Fields** data on **ServiceNow CMDB** adapter
* Update the **Symantec Cloud** **Secure Web Gateway** adapter
* Update the **Report Service** for better chart and widget preview
* Update I**P aggregation** on **Logsign IP** adapter
* Update connection test timeout mechanism on **Crowdstrike LogScale** adapter
* Change **"lastSuccessfulPoll"** variable to datetime on **Fortinac** adapter
* Enrich **Hostname** and **Zone** information using the **Name** field on **Infoblox DDI** adapter
* Enable pagination with page\_ id and max\_ resulsts parameters on **Infoblox DDI** adapter
* Update the **ApexOne** adapter
* Update the **Beamsec Phishtrace** adapter
* Update **Zabbix** adapter for collecting device uptime data

### Resolved Issues

* Fix title change on widget preview
* Fix inventory selection issue on group by property
* Fix **"restore\_ points.allowedOperations"** issue on **Veeam Backup** adapter
* Fix date time parse issue on **Tenable SC** adapter
* Fix authentication mechanism on **Beyond Trust** adapter
* Fix **"Vulnerabilities ElasticSearch TypeError"** on **Microsoft Defender ATP** adapter
* Fix wrong header creation on **KnowBe4** adapter
* Fix wrong primary key parsing on **Palo Alto XDR** adapter
* Fix connection test issue on **Microsoft DHCP Server** adapter
* Fix query count update issue on charts & widgets
* Fix issue on **Forscout NAC** adapter
* Fix groups count 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.5.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.
