Releases: indigobio/swish-protobuf
Releases · indigobio/swish-protobuf
v3.0.1
v3.0.1 updates the tests for protobuf v30.2 and fixes a broken link to generator.ss in README.
v3.0.0
v3.0.0 changes (repeated type) to (list type) and adds (flvector double) and (flvector float) to optimize repeated double and float fields as flonum-only vectors using the new swish_options.proto extension.
v2.0.1
v2.0.1 updates the generator to handle descriptors with an empty package name.
v2.0.0
v2.0.0 eliminates the C++ code for the generator in favor of Scheme code to avoid the complexities of getting the protobuf C++ libraries set up to compile a plugin.
v1.2.0
v1.2.0 adds a make-message
macro and raises more informative errors when writing a message.