tdryer / hangups

the first third-party instant messaging client for Google Hangouts
https://hangups.readthedocs.io/
MIT License
1.71k stars 190 forks source link

Remove protobuf version cap #465

Closed misuchiru03 closed 5 years ago

misuchiru03 commented 5 years ago

Allows for the most up-to-date version to be used without breaking hangups.

misuchiru03 commented 5 years ago

Please consider that a new version could introduce a breaking change to the protobuf interfaces we are using. So to be safe here, we bump the version to known good versions only.

Didn't cross my mind; but a previous version will break it also as it is expecting an older version. Good to know, and I'll keep that in mind. How long is it tested before considered "good"?

tdryer commented 5 years ago

Merged #466.