retrofit v2.0.2 Release Notes

Release Date: 2016-04-14 // about 8 years ago
    • New: ProtoConverterFactory.createWithRegistry() method accepts an extension registry to be used when deserializing protos.
    • Fix: Pass the correct Call instance to Callback's onResponse and onFailure methods such that calling clone() retains the correct threading behavior.
    • Fix: Reduce the per-request allocation overhead for the RxJava call adapter.