java-sdk-8.0.0
mariobodemann
released this
16 Aug 11:11
·
275 commits
to master
since this release
- New:
populateContentTypeCache
-family to pre populate the cache of ContentTypes. - Change: Requesting a non existing resource will throw an exception! ⚡⚡
- Change: Set timeout to parsing an error body to one second.
- Polish: Update dependencies:
- rxjava 2.1.1 (was 1.2.0)
- Please update your code to use the following new additions:
rx.schedulers.Schedulers.io()
toio.reactivex.schedulers.Schedulers.io()
Subscriber<CDAArray>
toDisposableSubscriber<CDAArray>
- and
onCompleted()
toonComplete()
- retrofit 2.3.0 (was 2.2.0)
- okhttp 3.8.1 (was 3.6.0)
- commonsio 2.5 (was 2.4)
- junit 4.12 (was 4.11)
- mockito 2.8.47 (was 1.10.19)
- truth 0.34 (was 0.27)
- rxjava 2.1.1 (was 1.2.0)