v1.0.7
Note this release impacts all categories
- An issue was raised with
v1.0.6
where existing requests to the okHttpClient were not backwards compatible once we released the ability to override certain fields withrequestOptions
. The issue burned down to the fact that there was a bug in thenull
handling ofrequestOptions
. This release should address this to make the release ofrequestOptions
backwards compatible with previous releases.