Skip to content

Commit c07a8d5

Browse files
committed
chore:SP-3133 Adds 'json_name' to protobuf definitions to keep compatibility between gRPC and REST protocols
1 parent 6d16a39 commit c07a8d5

21 files changed

+214
-211
lines changed

CHANGELOG.md

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

12+
## [0.17.0] - 2025-08-29
13+
### Added
14+
- Added `json_name` to protobuf to keep compatibility between REST and gRPC protocol
15+
16+
1217
## [0.16.0] - 2025-08-29
1318
### Added
1419
- Enhanced swagger documentation with examples for dependencies protobuf
@@ -106,6 +111,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
106111
- Added REST endpoint support for each service also
107112

108113
[Unreleased]: https://github.com/scanoss/papi/compare/v0.12.0...HEAD
114+
[0.17.0]: https://github.com/scanoss/papi/compare/v0.16.0...v0.17.0
109115
[0.16.0]: https://github.com/scanoss/papi/compare/v0.15.0...v0.16.0
110116
[0.15.0]: https://github.com/scanoss/papi/compare/v0.14.0...v0.15.0
111117
[0.14.0]: https://github.com/scanoss/papi/compare/v0.13.0...v0.14.0

api/componentsv2/scanoss-components.pb.go

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

api/cryptographyv2/scanoss-cryptography.pb.go

Lines changed: 7 additions & 7 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: 7 additions & 7 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)