> For the complete documentation index, see [llms.txt](https://docs.veedna.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.veedna.com/release-notes/april-release-notes-version-21.md).

# April Release Notes (Version 21)

## UnifAI

* Introduces scanning in source control management (SCM) systems and pull requests, enabling discovery and governance of AI assets across the development lifecycle. To learn more, see [Scanning in SCMs](/unifai/scanning-for-violations/scanning-in-scms.md).
* Enables on-premises deployment of the UnifAI MCP server, ensuring full scan capabilities without code or metadata leaving the customer's environment. To learn more, see [Scanning in SCMs](/unifai/scanning-for-violations/scanning-in-scms.md).
* Integrates the Factory.ai Droid CLI, enabling developers who build agents and AI applications in Factory to apply Lineaje security controls directly within their development workflow.

## SBOM360

Lineaje Secure Software now supports fully on-premises deployment in air-gapped environments, bundled with the GLOSI vulnerability and open-source intelligence database for complete offline operation.&#x20;

## SBOM Hub

Lineaje SBOM360 and SBOM Hub now deliver broader bill of materials coverage, including Cryptography (CBOM) and Hardware (HBOM), through a new ReversingLabs integration, moving beyond traditional software components.


---

# 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.veedna.com/release-notes/april-release-notes-version-21.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.
