eclipse / kuksa.val

kuksa.val
Apache License 2.0
89 stars 52 forks source link

Remove `optional` from kuksa.val.v1 proto #689

Closed argerus closed 8 months ago

argerus commented 8 months ago

Remove optional from kuksa.val.v1 as it's causing unnecessary issues building it on various platforms depending on which version of protoc is available.

It should have minimal effects downstream, as the python library API remains backwards compatible and the few clients using their own generated files can be updated with minimal effort.