Any concerns with changing e.g. PackageGrantFlat.permission
to repeated permissions
?
This is actually a backward-compatible change under protobuf's binary encoding
The design philosophy for entries is that they are individually simple and you can compose them together to do more complex things by batching them in a record. It's nice for the state machine if they don't try and do too many things.
I guess we can losslessly compress records if size becomes an issue
I think this kind of change is fine as long as we keep it to 1 key and N permissions.
https://github.com/bytecodealliance/registry/pull/188
Turns out this isn't entirely backward-compatible under proto3 encoding after all, but given that the tooling doesn't really support grant/revoke yet I think its a reasonably safe change to make
I don't think we need backwards compatible yet
Yeah just trying not to break logs again before next week
I think our plan should be to finalize any breaking changes by Wednesday.
Last updated: Nov 22 2024 at 16:03 UTC