Skip to content

Commit 025147c

Browse files
committed
chore:SP-3127 Removes '/api' prefix from vulnerability and dependency endpoints
1 parent a567727 commit 025147c

14 files changed

+210
-85
lines changed

CHANGELOG.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,22 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
99
### Added
1010
- Upcoming changes...
1111

12+
## [0.15.0] - 2025-08-29
13+
### Added
14+
- Enhanced swagger documentation with examples for dependencies protobuf
15+
- Added request/response examples to transitive dependencies API
16+
### Changed
17+
- Updated REST endpoint paths: removed `/api/` prefix from vulnerability and dependency endpoints (now `/v2/...` instead of `/api/v2/...`)
18+
- Changed Component Echo endpoints from GET to POST
19+
20+
## [0.14.0] - 2025-08-26
21+
### Added
22+
- Added gRPC `GetComponentCpes` and REST endpoint GET `/api/v2/vulnerabilities/cpes/component`
23+
- Added gRPC `GetComponentsCpes` and REST endpoint POST `/api/v2/vulnerabilities/cpes/components`
24+
- Added gRPC `GetComponentVulnerabilities` and REST endpoint GET `/api/v2/vulnerabilities/component`
25+
- Added gRPC `GetComponentsVulnerabilities` and REST endpoint POST `/api/v2/vulnerabilities/components`
26+
- Added vulnerability API documentation
27+
1228
## [0.13.0] - 2025-08-13
1329
### Added
1430
- Added License API v2 service
@@ -86,6 +102,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
86102
- Added REST endpoint support for each service also
87103

88104
[Unreleased]: https://github.com/scanoss/papi/compare/v0.12.0...HEAD
105+
[0.15.0]: https://github.com/scanoss/papi/compare/v0.14.0...v0.15.0
106+
[0.14.0]: https://github.com/scanoss/papi/compare/v0.13.0...v0.14.0
89107
[0.13.0]: https://github.com/scanoss/papi/compare/v0.12.0...v0.13.0
90108
[0.12.0]: https://github.com/scanoss/papi/compare/v0.11.0...v0.12.0
91109
[0.11.0]: https://github.com/scanoss/papi/compare/v0.10.0...v0.11.0

api/componentsv2/scanoss-components.pb.go

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

api/componentsv2/scanoss-components.pb.gw.go

Lines changed: 6 additions & 14 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

api/dependenciesv2/scanoss-dependencies.pb.go

Lines changed: 13 additions & 9 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

api/dependenciesv2/scanoss-dependencies.pb.gw.go

Lines changed: 9 additions & 9 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)