Arkadii Ivanov
06/14/2021, 1:00 PMwatchosX64 target, deprecations and more.
• Updated Kotlin version to 1.5.10 (#610, #619)
• Added watchosX64 target support (#619)
• Added maxConcurrency argument for Observable flatMap, flatMapSingle, flatMapMaybe and flatMapCompletable operators (#614)
• Added KDocs for Completable operators (#616)
• Removed previously deprecated ThreadLocalStorage, deprecated ThreadLocalHolder (#606)
• Deprecated DisposableWrapper, introduced SerialDisposable (drop-in replacement) (#607)
• Fixed bug in the retry operator, the attempt argument of the predicate now counts from 1, not 0 (#621)
• All the code previously deprecated with the WARNING level is now deprecated with the ERROR level (#622)