What's the plan for okhttp 5? Is there a target re...
# squarelibraries
a
What's the plan for okhttp 5? Is there a target release timeframe?
y
Not in a hurry, we are discussing some rework at the moment.
But it's used in production,
The new APIs arent stable, and certain to change
a
Yeah thats why we took a dependency on it (over a year ago now). We get some conflicts from customers from time to time asking about downgrading our use to OkHttp 4.x. We've been holding out though since we aren't 1.0 ourselves but as we approach a 1.x release we are considering whether we should downgrade.
y
I think it's going to be minimum 3 months, but can't give upper bound. We will keep 4.x supported. 5.x is prod ready, but new APIs not stable. And the 4.x APIs are guaranteed to keep working in both. Your call.
2
a
Thanks! thats roughly what I was looking for.