Re: [protobuf] Re: Protocol Buffers 2.6.1

2015-12-14 Thread 'Feng Xiao' via Protocol Buffers
On Mon, Dec 14, 2015 at 1:58 AM wrote: > Hi Feng, > > Thanks for your confirmation. > > For our issue of not able to send messages after upgrading to protobuf > 2.6.1, our application depends on an API which was compiled with > protobuf 2.4.1, when we try to use that particular API in our applica

Re: [protobuf] Re: Protocol Buffers 2.6.1

2015-12-14 Thread fkkchiu
Hi Feng, Thanks for your confirmation. For our issue of not able to send messages after upgrading to protobuf 2.6.1, our application depends on an API which was compiled with protobuf 2.4.1, when we try to use that particular API in our application with protobuf 2.6.1, we get the following exc

Re: [protobuf] Re: Protocol Buffers 2.6.1

2015-12-12 Thread 'Feng Xiao' via Protocol Buffers
On Thu, Dec 10, 2015 at 7:41 PM, wrote: > Hi Feng, > > I am also using protocol buffer for both Java and C#. Is there a C# API > for 2.6.1? > We will focus on v3.0.0 release and will not have a C# release for 2.6.1. > It looks like the latest version for the csharp-port project is 2.4.1 and > i

[protobuf] Re: Protocol Buffers 2.6.1

2015-12-12 Thread fkkchiu
Hi Feng, I am using protocol buffer for Java and C# applications. Is there a 2.6.1 version for C#? I checked the latest version for the protobuf-csharp-port project is 2.4.1 and it is in the process of merging to the main protocol buffer v3 project. My Java application is using 2.6.1, my C# a

[protobuf] Re: Protocol Buffers 2.6.1

2015-12-12 Thread fkkchiu
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 applicat

Re: [protobuf] Re: Protocol Buffers 2.6.1

2015-06-23 Thread 'Feng Xiao' via Protocol Buffers
On Tue, Jun 23, 2015 at 6:08 PM, Ashish Singla wrote: > Hi Feng, > Quick question, Is there support for python 3.x in any upcoming > release? and if yes, when is this release expected? > +Josh has been working on python recently and is probably the best person to answer this. > > Best > Ash

[protobuf] Re: Protocol Buffers 2.6.1

2015-06-23 Thread Ashish Singla
Hi Feng, Quick question, Is there support for python 3.x in any upcoming release? and if yes, when is this release expected? Best Ashish On Tuesday, October 21, 2014 at 7:31:04 PM UTC-4, Feng Xiao wrote: > > Hi all, > > I just published Protocol Buffers v2.6.1: > https://github.com/google/p

Re: [protobuf] Re: Protocol Buffers 2.6.1

2014-10-22 Thread Tres Seaver
On 10/22/2014 05:58 PM, Feng Xiao wrote: > Hi Tres, > > I just uploaded a new 2.6.1 package to pypi. Can you check whether it works > for you? Thanks. It does install, although it hangs up in 'ez_install' for some seconds (which it shouldn't need to do). Tres. -- =

Re: [protobuf] Re: Protocol Buffers 2.6.1

2014-10-22 Thread Danny Hermes
Thanks Feng! On Wed, Oct 22, 2014 at 1:00 PM, Feng Xiao wrote: > On Wed, Oct 22, 2014 at 12:11 PM, Tres Seaver > wrote: > >> On 10/22/2014 02:51 PM, Feng Xiao wrote: >> > Does 2.6.0 work on python 2.6? I don't think there is any change to >> > setup.py in 2.6.1. >> >> Yes: >> >> ---

Re: [protobuf] Re: Protocol Buffers 2.6.1

2014-10-22 Thread Feng Xiao
Hi Tres, I just uploaded a new 2.6.1 package to pypi. Can you check whether it works for you? Thanks. -- 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 proto

Re: [protobuf] Re: Protocol Buffers 2.6.1

2014-10-22 Thread 'Feng Xiao' via Protocol Buffers
On Wed, Oct 22, 2014 at 12:11 PM, Tres Seaver wrote: > On 10/22/2014 02:51 PM, Feng Xiao wrote: > > Does 2.6.0 work on python 2.6? I don't think there is any change to > > setup.py in 2.6.1. > > Yes: > > -- %< - > Downloading/unpacking p

Re: [protobuf] Re: Protocol Buffers 2.6.1

2014-10-22 Thread Tres Seaver
On 10/22/2014 02:51 PM, Feng Xiao wrote: > Does 2.6.0 work on python 2.6? I don't think there is any change to > setup.py in 2.6.1. Yes: -- %< - Downloading/unpacking protobuf==2.6.0 Downloading protobuf-2.6.0.tar.gz (187kB): 187kB dow

Re: [protobuf] Re: Protocol Buffers 2.6.1

2014-10-22 Thread 'Feng Xiao' via Protocol Buffers
Does 2.6.0 work on python 2.6? I don't think there is any change to setup.py in 2.6.1. On Wed, Oct 22, 2014 at 10:35 AM, Tres Seaver wrote: > > > On Tuesday, October 21, 2014 7:31:04 PM UTC-4, Feng Xiao wrote: >> >> Hi all, >> >> I just published Protocol Buffers v2.6.1: >> https://github.com/go

[protobuf] Re: Protocol Buffers 2.6.1

2014-10-22 Thread Tres Seaver
On Tuesday, October 21, 2014 7:31:04 PM UTC-4, Feng Xiao wrote: > > Hi all, > > I just published Protocol Buffers v2.6.1: > https://github.com/google/protobuf/releases/tag/2.6.1 > > I'll soon upload it to Maven and pypi for Java and Python respectively. > 2.6.1 won't install on Python 2.6 (ca