---
title: "Changes to GET /component/{uuid}/releases"
method: GET
path: "/component/{uuid}/releases"
---

# Changes to GET /component/{uuid}/releases

`GET /component/{uuid}/releases`

> Every recorded change to this endpoint, newest first.

## Timeline

Changed in 23 of 53 revisions.

- **2026-07-17** `a1fc035210ca` — 1 info
- **2026-06-03** `329e2334e92a` — 1 breaking
- **2026-03-12** `966ee7965a6f` — 1 breaking, 5 info
- **2026-03-11** `397c41d0b6c9` — 2 warning
- **2026-03-06** `18866b26ddf0` — 1 warning, 3 info
- **2026-02-27** `4378096cf2b1` — 3 breaking, 1 info
- **2026-02-26** `26042ec7c1aa` — 1 warning, 3 info
- **2026-02-25** `58cce150dfbe` — 2 info
- **2026-02-25** `64b6f95fe8da` — 3 breaking, 2 warning, 1 info
- **2026-02-22** `2bd6d8b0ff73` — 1 warning, 3 info
- **2026-02-19** `ff24acccebf4` — 1 warning
- **2026-02-10** `ff2cb26a75bf` — 1 info
- **2025-09-22** `2d740e575109` — 1 info
- **2025-09-13** `11cad9f1e5e2` — 1 breaking, 1 info
- **2025-09-13** `bf409a83ba58` — 1 warning, 1 info
- **2025-08-17** `4c19b0fe0a36` — 1 info
- **2025-08-17** `61afa341d1d3` — 1 info
- **2025-08-17** `23a67435984e` — 1 breaking
- **2025-06-18** `d4e79c393266` — 1 warning
- **2025-05-30** `cb60bef0485e` — 1 breaking, 1 info
- **2025-05-30** `552139ac0285` — 1 warning, 1 info
- **2025-05-30** `af488cbbcf1d` — 1 info
- **2025-05-28** `7674cecad962` — 1 breaking, 4 warning, 2 info

## Changes

- **2026-07-17** `a1fc035210ca` — 1 info
  - the response property `allOf[#/components/schemas/pagination-details]/nextPageToken` became required for the status `200`
- **2026-06-03** `329e2334e92a` — 1 breaking
  - the response property `allOf[#/components/schemas/pagination-details]/nextPageToken` became optional for the status `200`
- **2026-03-12** `966ee7965a6f` — 1 breaking, 5 info
  - the response's body type/format changed from `array`/`` to ``/`` for status `200`
  - added the new optional `query` request parameter `pageSize`
  - added the new optional `query` request parameter `pageToken`
  - added the new optional `query` request parameter `sortField`
  - added the new optional `query` request parameter `sortOrder`
  - added `#/components/schemas/pagination-details, subschema #2` to the response body `allOf` list for the response status `200`
- **2026-03-11** `397c41d0b6c9` — 2 warning
  - added the new `COMPLIANCE_DOCUMENT` enum value to the `items/distributions/items/identifiers/items/idType` response property for the response status `200`
  - added the new `COMPLIANCE_DOCUMENT` enum value to the `items/identifiers/items/idType` response property for the response status `200`
- **2026-03-06** `18866b26ddf0` — 1 warning, 3 info
  - removed the optional property `items/distributions/items/distributionType` from the response with the `200` status
  - the response property `items/distributions/items/checksums/items/algType` became required for the status `200`
  - the response property `items/distributions/items/checksums/items/algValue` became required for the status `200`
  - added the required property `items/distributions/items/distributionId` to the response with the `200` status
- **2026-02-27** `4378096cf2b1` — 3 breaking, 1 info
  - the response property `items/distributions/items/checksums/items/algType` became optional for the status `200`
  - the response property `items/distributions/items/checksums/items/algValue` became optional for the status `200`
  - removed the required property `items/distributions/items/distributionId` from the response with the `200` status
  - added the optional property `items/distributions/items/distributionType` to the response with the `200` status
- **2026-02-26** `26042ec7c1aa` — 1 warning, 3 info
  - removed the optional property `items/distributions/items/distributionType` from the response with the `200` status
  - the response property `items/distributions/items/checksums/items/algType` became required for the status `200`
  - the response property `items/distributions/items/checksums/items/algValue` became required for the status `200`
  - added the required property `items/distributions/items/distributionId` to the response with the `200` status
- **2026-02-25** `58cce150dfbe` — 2 info
  - removed the `COMPLIANCE_DOCUMENT` enum value from the `items/distributions/items/identifiers/items/idType` response property for the response status `200`
  - removed the `COMPLIANCE_DOCUMENT` enum value from the `items/identifiers/items/idType` response property for the response status `200`
- **2026-02-25** `64b6f95fe8da` — 3 breaking, 2 warning, 1 info
  - the response property `items/distributions/items/checksums/items/algType` became optional for the status `200`
  - the response property `items/distributions/items/checksums/items/algValue` became optional for the status `200`
  - removed the required property `items/distributions/items/distributionId` from the response with the `200` status
  - added the new `COMPLIANCE_DOCUMENT` enum value to the `items/distributions/items/identifiers/items/idType` response property for the response status `200`
  - added the new `COMPLIANCE_DOCUMENT` enum value to the `items/identifiers/items/idType` response property for the response status `200`
  - added the optional property `items/distributions/items/distributionType` to the response with the `200` status
- **2026-02-22** `2bd6d8b0ff73` — 1 warning, 3 info
  - removed the optional property `items/distributions/items/distributionType` from the response with the `200` status
  - the response property `items/distributions/items/checksums/items/algType` became required for the status `200`
  - the response property `items/distributions/items/checksums/items/algValue` became required for the status `200`
  - added the required property `items/distributions/items/distributionId` to the response with the `200` status
- **2026-02-19** `ff24acccebf4` — 1 warning
  - removed the optional property `items/cle` from the response with the `200` status
- **2026-02-10** `ff2cb26a75bf` — 1 info
  - added the optional property `items/cle` to the response with the `200` status
- **2025-09-22** `2d740e575109` — 1 info
  - added the optional property `items/componentName` to the response with the `200` status
- **2025-09-13** `11cad9f1e5e2` — 1 breaking, 1 info
  - added the pattern `^[0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12}$` to the `path` request parameter `uuid`
  - added the optional property `items/component` to the response with the `200` status
- **2025-09-13** `bf409a83ba58` — 1 warning, 1 info
  - removed the optional property `items/component` from the response with the `200` status
  - removed the pattern `^[0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12}$` from the `path` request parameter `uuid`
- **2025-08-17** `4c19b0fe0a36` — 1 info
  - added the optional property `items/distributions` to the response with the `200` status
- **2025-08-17** `61afa341d1d3` — 1 info
  - added the optional property `items/component` to the response with the `200` status
- **2025-08-17** `23a67435984e` — 1 breaking
  - added the pattern `^[0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12}$` to the `path` request parameter `uuid`
- **2025-06-18** `d4e79c393266` — 1 warning
  - removed the optional property `items/distributions` from the response with the `200` status
- **2025-05-30** `cb60bef0485e` — 1 breaking, 1 info
  - removed the required property `items/distributions/items/id` from the response with the `200` status
  - added the optional property `items/distributions/items/distributionType` to the response with the `200` status
- **2025-05-30** `552139ac0285` — 1 warning, 1 info
  - removed the optional property `items/formats` from the response with the `200` status
  - added the optional property `items/distributions` to the response with the `200` status
- **2025-05-30** `af488cbbcf1d` — 1 info
  - added the optional property `items/formats` to the response with the `200` status
- **2025-05-28** `7674cecad962` — 1 breaking, 4 warning, 2 info
  - the response's body type/format changed from ``/`` to `array`/`` for status `200`
  - deleted the `query` request parameter `pageSize`
  - deleted the `query` request parameter `pageToken`
  - deleted the `query` request parameter `sortField`
  - deleted the `query` request parameter `sortOrder`
  - removed the pattern `^[0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12}$` from the `path` request parameter `uuid`
  - removed `#/components/schemas/pagination-details, subschema #2` from the response body `allOf` list for the response status `200`

---

[Operation](https://skmtc.dev/cyclonedx/apis/transparency-exchange-api/docs/component/:uuid/releases/get.md) · [API](https://skmtc.dev/cyclonedx/apis/transparency-exchange-api.md) · [Page](https://skmtc.dev/cyclonedx/apis/transparency-exchange-api/changes/component/:uuid/releases/get)
