These 1 commits are when the Protocol Buffers files have changed:
Commit: | 93715f7 | |
---|---|---|
Author: | Martin Dobias |
Do not use pre-generated files from protoc It turns out different versions of protobuf library may not necessarily work with different versions of code generated by protoc (for example, these files worked fine on Ubuntu 18.04 but they do not work on 19.10 which has newer version of protobuf library). Also, we should be fine with using just "lite" version of the library which is about an order of magnitude smaller (lite 0.3mb vs full 2.3mb).
The documentation is generated from this commit.