Hi Feng, I am also using protocol buffer for both Java and C#. Is there a C# API for 2.6.1? It looks like the latest version for the csharp-port project is 2.4.1 and its in the process of migrating back to the protocol buffer V3 main project.
The reason I am asking is because my Java application is using 2.6.1 and my C# application cannot communicate with the Java application with 2.4.1. Thanks, Francis On Wednesday, October 22, 2014 at 7:31:04 AM UTC+8, Feng Xiao wrote: > Hi all, > > I just published Protocol Buffers v2.6.1: > https://github.com/google/protobuf/releases/tag/2.6.1 > > 2014-10-20 version 2.6.1: > > C++ > * Added atomicops support for Solaris. > * Released memory allocated by InitializeDefaultRepeatedFields() and > GetEmptyString(). Some memory sanitizers reported them as memory leaks. > > Java > * Updated DynamicMessage.setField() to handle repeated enum values > correctly. > * Fixed a bug that caused NullPointerException to be thrown when > converting manually constructed FileDescriptorProto to > FileDescriptor. > > Python > * Fixed WhichOneof() to work with de-serialized protobuf messages. > * Fixed a missing file problem of Python C++ implementation. > > I'll soon upload it to Maven and pypi for Java and Python respectively. > > Cheers, > Feng > -- You received this message because you are subscribed to the Google Groups "Protocol Buffers" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at https://groups.google.com/group/protobuf. For more options, visit https://groups.google.com/d/optout.
