retrofit v1.9.0 Release Notes

Release Date: 2015-01-07 // over 9 years ago
    • Update to OkHttp 2.x's native API. If you are using OkHttp you must use version 2.0 or newer (the latest is 2.2 at time of writing) and you no longer need to use the okhttp-urlconnection shim.
    • New: Allow disabling Simple XML Framework's strict parsing.
    • New: @Header now accepts a List or array for a type.
    • New: @Field and @FieldMap now have options for enabling or disabling URL encoding of names and values.
    • Fix: Remove query parameters from thread name when running background requests for asynchronous use.