betfair / cougar

Cougar is a framework for making building network exposed service interfaces easy.
http://betfair.github.io/cougar
Apache License 2.0
27 stars 18 forks source link

Addition of CougarClientException breaks binary client compatibility #68

Closed eswdd closed 10 years ago

eswdd commented 10 years ago

Older cougars (<=3.0) know nothing about CougarClientException (added in #10).

We need to introduce a new protocol version and only send them (and the new enum values from #65) when running the new version.

eswdd commented 10 years ago

This turns out to be utter rubbish. Closing.