Skip to content

0.22.2

Compare
Choose a tag to compare
@elizarov elizarov released this 07 Feb 19:57
· 2264 commits to master since this release
  • Android: Use Keep annotation on AndroidExceptionPreHandler to fix the problem on Android with minification enabled (see #214).
  • Reactive: Added awaitFirstOrDefault and awaitFirstOrNull extensions (see #224, PR by @konrad-kaminski).
  • Core: Fixed withTimeout and withTimeoutOrNull that should not use equals on result (see #212, PR by @konrad-kaminski).
  • Core: Fixed hanged receive from a closed subscription of BroadcastChannel (see #226).
  • IO: fixed error propagation (see ktorio/ktor#301)
  • Include common sources into sources jar file to work around KT-20971.
  • Fixed bugs in documentation due to MPP.