> ## Documentation Index
> Fetch the complete documentation index at: https://docs.scanoss.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Changelog / Version History

> SCANOSS is a modular platform distributed across several independent repositories on GitHub.

Each component maintains its own versioned changelog. This page provides a central index
of all components that publish a `CHANGELOG.md`, along with notable cross-component
migration notes where applicable.

## Component Changelogs

| Component                | Description                                                                                                        | Changelog                                                                              |
| ------------------------ | ------------------------------------------------------------------------------------------------------------------ | -------------------------------------------------------------------------------------- |
| **scanoss-py**           | Python CLI and SDK for scanning, fingerprinting, and interacting with SCANOSS APIs                                 | [CHANGELOG.md](https://github.com/scanoss/scanoss.py/blob/main/CHANGELOG.md)           |
| **scanoss-js**           | JavaScript CLI and SDK for scanning, fingerprinting, and Software Bill of Materials (SBOM) generation              | [CHANGELOG.md](https://github.com/scanoss/scanoss.js/blob/main/CHANGELOG.md)           |
| **scanoss.java**         | Java SDK for interacting with SCANOSS APIs                                                                         | [CHANGELOG.md](https://github.com/scanoss/scanoss.java/blob/main/CHANGELOG.md)         |
| **scanoss-winnowing.py** | C-extension implementation of the Winnowing algorithm for Python (15× speedup over the pure-Python implementation) | [CHANGELOG.md](https://github.com/scanoss/scanoss-winnowing.py/blob/main/CHANGELOG.md) |
| **api.go**               | REST API server for SCANOSS; exposes scanning and SBOM intelligence endpoints                                      | [CHANGELOG.md](https://github.com/scanoss/api.go/blob/main/CHANGELOG.md)               |
| **SBOM Workbench**       | Desktop GUI for scanning, auditing, and reporting on open-source components                                        | [CHANGELOG.md](https://github.com/scanoss/sbom-workbench/blob/main/CHANGELOG.md)       |
| **scanoss.cc**           | Lightweight code comparison utility                                                                                | [CHANGELOG.md](https://github.com/scanoss/scanoss.cc/blob/main/CHANGELOG.md)           |
| **gha-code-scan**        | SCANOSS Code Scan Action for GitHub CI/CD workflows                                                                | [CHANGELOG.md](https://github.com/scanoss/gha-code-scan/blob/main/CHANGELOG.md)        |
| **ado-code-scan**        | Azure DevOps Code Scan extension task                                                                              | [CHANGELOG.md](https://github.com/scanoss/ado-code-scan/blob/main/CHANGELOG.md)        |
| **integration-jenkins**  | Sample Jenkins integrations for SCANOSS tools                                                                      | [CHANGELOG.md](https://github.com/scanoss/integration-jenkins/blob/main/CHANGELOG.md)  |
| **scanoss-sonar-plugin** | SonarQube plugin for SonarQube 10.x                                                                                | [CHANGELOG.md](https://github.com/scanoss/scanoss-sonar-plugin/blob/main/CHANGELOG.md) |
| **pre-commit-hooks**     | SCANOSS pre-commit hooks for enforcing scanning policies at commit time                                            | [CHANGELOG.md](https://github.com/scanoss/pre-commit-hooks/blob/main/CHANGELOG.md)     |
| **papi**                 | Public API definitions for the SCANOSS Platform                                                                    | [CHANGELOG.md](https://github.com/scanoss/papi/blob/main/CHANGELOG.md)                 |
| **crypto-finder**        | CLI tool for detecting cryptographic algorithms in source code                                                     | [CHANGELOG.md](https://github.com/scanoss/crypto-finder/blob/main/CHANGELOG.md)        |

## Staying Up to Date

Watch individual repositories on GitHub to receive release notifications for the components
you depend on. The full SCANOSS organisation repository listing is available at
[github.com/scanoss](https://github.com/scanoss).

If you encounter an undocumented breaking change or regression, please report it via the

<a href="/en/latest/support-and-contribution" target="_blank">
  Support & Contribution
</a>

page.
