Skip to content

Release v231030

Compare
Choose a tag to compare
@github-actions github-actions released this 30 Oct 18:50
Use protobuf reflection for serialization

This is used instead of regular Go relection because it is harder
to map it to the table schema. The protobuf is the canonical
representation making converison easier.