I am pleased to announce that I have updated the Haskell language version of the protocol buffers library and .proto compilation tool to version 1.6.0.
The new versions are on hackage in three pieces: http://hackage.haskell.org/package/protocol-buffers http://hackage.haskell.org/package/protocol-buffers-descriptor http://hackage.haskell.org/package/hprotoc This version is now caught up with the official protobuf-2.3.0 release. The highlights of the changes are (cribbing from Kenton's announcement): > General > * Parsers for repeated numeric fields now always accept both packed and > unpacked input. The [packed=true] option only affects serializers. > Therefore, it is possible to switch a field to packed format without > breaking backwards-compatibility -- as long as all parties are using > protobuf 2.3.0 or above, at least. and > * inf, -inf, and nan can now be used as default values for float and double > fields. have been added to 1.6.0. I did not add support for plugin code generators or for writing directly to a compressed zip or jar file. No service related code is ever generated so the "option *_generic_services" changes were ignored. Cheers, Chris Kuklewicz -- You received this message because you are subscribed to the Google Groups "Protocol Buffers" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/protobuf?hl=en.
