Skip to content

Releases: indigobio/swish-protobuf

v3.0.1

05 May 19:49
Compare
Choose a tag to compare

v3.0.1 updates the tests for protobuf v30.2 and fixes a broken link to generator.ss in README.

v3.0.0

18 Oct 20:29
Compare
Choose a tag to compare

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

06 Aug 16:16
c11c931
Compare
Choose a tag to compare

v2.0.1 updates the generator to handle descriptors with an empty package name.

v2.0.0

06 Sep 14:30
4c1ccab
Compare
Choose a tag to compare

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

18 Oct 19:25
Compare
Choose a tag to compare

v1.2.0 adds a make-message macro and raises more informative errors when writing a message.