Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,13 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [Unreleased]

## [0.42.0] - 2026-04-20
### Added
- Added `info_message` and `info_code` fields to `ComponentStatusResponse.VersionStatus` and `ComponentStatusResponse.ComponentStatus` messages in Components responses as the definitive fields for reporting the outcome of processing each component
### Removed
- **Breaking change:** Removed `error_message` and `error_code` fields from `ComponentStatusResponse.VersionStatus` and `ComponentStatusResponse.ComponentStatus` messages in Components responses. Clients must migrate to `info_message`/`info_code`

## [0.41.0] - 2026-04-20
### Added
- Added `info_message` and `info_code` fields to all Cryptography response messages (`AlgorithmResponse.Purls`, `ComponentAlgorithms`, `AlgorithmsInRangeResponse.Purl`, `ComponentsAlgorithmsInRangeResponse.Component`, `ComponentAlgorithmsInRangeResponse.Component`, `VersionsInRangeResponse.Purl`, `ComponentsVersionsInRangeResponse.Component`, `ComponentVersionsInRangeResponse.Component`, `ComponentHints`, `HintsResponse.Purls`, `HintsInRangeResponse.Purl`, `ComponentsHintsInRangeResponse.Component`, `ComponentHintsInRangeResponse.Component`)
Expand Down Expand Up @@ -307,6 +314,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Vulnerabilities
- Added REST endpoint support for each service also

[0.42.0]: https://github.com/scanoss/papi/compare/v0.41.0...v0.42.0
[0.41.0]: https://github.com/scanoss/papi/compare/v0.40.0...v0.41.0
[0.40.0]: https://github.com/scanoss/papi/compare/v0.39.0...v0.40.0
[0.39.0]: https://github.com/scanoss/papi/compare/v0.38.0...v0.39.0
Expand Down
129 changes: 69 additions & 60 deletions api/componentsv2/scanoss-components.pb.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading
Loading