Skip to content

Conversation

@Sandipmandal25
Copy link

Summary

This PR adds a new REST endpoint to fetch packages linked to a release with pagination and lightweight serverside filtering.
It allows consumers to retrieve only the relevant linked packages instead of fetching all packages and filtering client side.

No new dependencies were added.

Issue

Issue: #3439

Suggest Reviewer

@GMishx
@deo002

How To Test?

  1. Create or identify a release with linked packages.
  2. Call the endpoint via Swagger UI or curl:
GET /releases/{id}/linkedPackages?page=0&size=20
  1. Test optional filters, for example:
GET /releases/{id}/linkedPackages?vendor=apache&name=http&licenseIds=MIT,Apache-2.0

Checklist

Must:

  • All related issues are referenced in commit messages and in PR

@Sandipmandal25 Sandipmandal25 force-pushed the feat/release-linked-packages-api branch from 6300903 to 1579c6e Compare January 13, 2026 10:30
@GMishx GMishx added needs code review needs general test This is general testing, meaning that there is no org specific issue to check for labels Jan 14, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

needs code review needs general test This is general testing, meaning that there is no org specific issue to check for

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants