Skip to content

1.4.3

Compare
Choose a tag to compare
@uKL uKL released this 21 Nov 14:52
· 434 commits to master since this release
  • Log informing that the underlying semaphore in a QueueSemaphore has been interrupted will be printed only when the situation was unexpected. (#317)
  • Fixed possible race condition when calling .doOnSubscribe() and .doOnUnsubscribe() which lead to calling ConnectionOperationQueueImpl.onConnectionUnsubscribed() before the .onConnectionSubscribed() has returned. (#308)
  • Updated RxJava dependency (#312)
  • Updated to Gradle 3.0.0/Android Studio 3.0 (#302)
  • Nicer exception messages (#303)