Re: [protobuf] Problem with timestamp data format while migrating to protoc4 from protoc 3.6.1

2020-08-18 Thread rajegun
Thanks for the update and the notes about the version upgrade, we were thinking of doing upgrade but we will probably stick to 3.13.0 instead as you had mentioned. We have now fixed the issue by rolling back to older version of the libraries and the dependencies we had in the ubuntu 18.04

Re: [protobuf] Problem with timestamp data format while migrating to protoc4 from protoc 3.6.1

2020-08-11 Thread 'Adam Cozzette' via Protocol Buffers
That problem is a little bit surprising because the Go code generator is implemented as a plugin in a separate repo, and shouldn't therefore be affected by a protoc upgrade. Did you upgrade your Go protoc plugin at the same time? As a side note, sorry for the confusion but we decided not to

[protobuf] Problem with timestamp data format while migrating to protoc4 from protoc 3.6.1

2020-08-08 Thread rajegun
Hello there, We are currently using protoc 3.6.1 and planning to migrate to 4.x During our POC on this migration we found timestamp returned using our existing code has differed from the format we were using, digging further we dont know what exactly caused the problem. Timeformat received