Re: 2.1.0 release is up

2009-05-18 Thread Kenton Varda
On Sun, May 17, 2009 at 6:57 AM, Chris Kuklewicz turingt...@gmail.comwrote: I am patching the Haskell implementation and I have a follow up question to this: On May 14, 12:06 am, Kenton Varda ken...@google.com wrote: * The type name resolver will no longer resolve type names to fields.

Re: 2.1.0 release is up

2009-05-17 Thread Chris Kuklewicz
I am patching the Haskell implementation and I have a follow up question to this: On May 14, 12:06 am, Kenton Varda ken...@google.com wrote:   * The type name resolver will no longer resolve type names to fields.  For     example, this now works:       message Foo {}       message Bar {    

Re: 2.1.0 release is up

2009-05-14 Thread clint.foster
It's very nice to see support in the API for length-prefixed messages and blocking RPC's. Both will reduce the amount of boilerplate code needed for many protobuf applications. --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google

2.1.0 release is up

2009-05-13 Thread Kenton Varda
http://code.google.com/p/protobuf/downloads/list Aaaand, I just realized that CHANGES.txt still has the release date as . :( /me is not very good at release engineering. Oh well. --~--~-~--~~~---~--~~ You received this message because you are subscribed to

Re: 2.1.0 release is up

2009-05-13 Thread Kenton Varda
Here's the major changes (from CHANGES.txt): General * Repeated fields of primitive types (types other that string, group, and nested messages) may now use the option [packed = true] to get a more efficient encoding. In the new encoding, the entire list is written as a single byte

Re: 2.1.0 release is up

2009-05-13 Thread Kenton Varda
Updated documentation covering all this has been submitted and should go live in a couple hours. http://code.google.com/apis/protocolbuffers/docs/overview.html On Wed, May 13, 2009 at 4:06 PM, Kenton Varda ken...@google.com wrote: Here's the major changes (from CHANGES.txt): General *

Re: 2.1.0 release is up

2009-05-13 Thread Henner Zeller
Thanks for releasing! On Wed, May 13, 2009 at 4:04 PM, Kenton Varda ken...@google.com wrote: http://code.google.com/p/protobuf/downloads/list Aaaand, I just realized that CHANGES.txt still has the release date as .  :( /me is not very good at release engineering. Good enough, these

Re: 2.1.0 release is up

2009-05-13 Thread Peter K.
Good job, Kenton! Thanks for your efforts. Ciao, Peter K. --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Protocol Buffers group. To post to this group, send email to protobuf@googlegroups.com To unsubscribe from