1. d2f4b2b Gradle version 5.6.1 by Roman Elizarov · 4 years, 9 months ago
  2. 3807a74 Optimize select expression registration phase (#1445) by Roman Elizarov · 4 years, 9 months ago
  3. 0342a0a Restore context preservation invariant in flatMapMerge (#1452) by Vsevolod Tolstopyatov · 4 years, 9 months ago
  4. bcf4a8c Introduce CoroutineDispatcher.asExecutor() extension (#1457) by Roman Elizarov · 4 years, 9 months ago
  5. fbaedc4 Replace kotlinx.coroutines.reactive.FlowKt and kotlinx.coroutines.reactor.FlowKt with properly named files by Vsevolod Tolstopyatov · 4 years, 9 months ago
  6. d533848 Various improvements in combine implementation by Vsevolod Tolstopyatov · 4 years, 10 months ago
  7. 5b56221 Introducing collectLatest terminal operator by Vsevolod Tolstopyatov · 4 years, 10 months ago
  8. 3a95884 Renaming switchMap to flatMapLatest to better reflect its semantics and to have a consistent and meaningful naming scheme for the rest of the 'latest' operators by Vsevolod Tolstopyatov · 4 years, 10 months ago
  9. 44c4c56 combineLatest rework by Vsevolod Tolstopyatov · 4 years, 10 months ago
  10. 0172998 Fully copy CoroutineInfo for DebugProbes.dumpCoroutinesInfo, it is re… (#1368) by Vsevolod Tolstopyatov · 4 years, 10 months ago
  11. 1dcfd97 Coroutine context propagation for Reactor to coroutines API migration (#1377) by SokolovaMaria · 4 years, 10 months ago
  12. ed97260 Get rid of top-level functions in Migration.kt to improve experience of users who depend on any reactive library and kotlinx.coroutines by Vsevolod Tolstopyatov · 4 years, 10 months ago
  13. 131c320 Use US English Spelling for BehaviorSubject. by Nelson Osacky · 4 years, 10 months ago
  14. dc4a474 Stabilize core flow (#1352) by Vsevolod Tolstopyatov · 4 years, 10 months ago
  15. fe4e05c Module with kotlinx-coroutines BOM for better dependency management by Vsevolod Tolstopyatov · 4 years, 10 months ago
  16. fe41869 Cancel extensions for CoroutineScope and Job by Vsevolod Tolstopyatov · 4 years, 10 months ago
  17. 91cc13a withIndex and collectIndexed operators by Vsevolod Tolstopyatov · 4 years, 10 months ago
  18. f6387a7 Fuse consumeAsFlow with channel-using flow operators by Roman Elizarov · 4 years, 10 months ago
  19. f8b43e1 Introduce ReceiveChannel.consumeAsFlow and FlowCollector.emitAll(chan) by Roman Elizarov · 4 years, 10 months ago
  20. a8904e2 Channel.receiveOrNull becomes extension, internal receiveOrClosed added by Vsevolod Tolstopyatov · 4 years, 10 months ago
  21. 693142c Context passing between coroutines and Reactor Mono/Flux (#1138) by SokolovaMaria · 4 years, 10 months ago
  22. 63b6e27 Add Flow.onStart, support emit in onCompletion (#1348) by Roman Elizarov · 4 years, 10 months ago
  23. d100a3f Reactive scopeless (#1341) by Vsevolod Tolstopyatov · 4 years, 10 months ago
  24. ace5899 Add distinctUntilChanged operator that uses a comparator function instead of a key extractor. by Zach Klippenstein · 5 years ago
  25. 8d8b6eb Declarative flow operators (#1291) by Vsevolod Tolstopyatov · 5 years ago
  26. 502610e Decouple asFlow from batchSize and move it to buffer instead, promote… (#1279) by Vsevolod Tolstopyatov · 5 years ago
  27. 91d9f7c Flow exceptions handling facilities (#1280) by Roman Elizarov · 5 years ago
  28. 8d6aeaa Merge branch 'version-1.2.2' into develop by Roman Elizarov · 5 years ago
  29. 18e3a4a Mark Flow.collect as internal to prevent its direct implementation and provide AbstractFlow instead that enforces context preservation guarantees by Vsevolod Tolstopyatov · 5 years ago
  30. 253e8eb Add fast `Semaphore`. by Nikita Koval · 5 years ago
  31. d5478b6 More operators (#1236) by Vsevolod Tolstopyatov · 5 years ago
  32. e2a5671 Flow scope (#1227) by Vsevolod Tolstopyatov · 5 years ago
  33. db52e97 Flow.conflate operator by Roman Elizarov · 5 years ago
  34. b77a80c Flow: decouple buffer size from various operators and fuse by Roman Elizarov · 5 years ago
  35. 08f3225 Version 1.2.1-1.3.40-eap-67 by Vsevolod Tolstopyatov · 5 years ago
  36. b08d61c New flow builder: channelFlow (and its alias callbackFlow) and supple… (#1214) by Vsevolod Tolstopyatov · 5 years ago
  37. f939617 Merge pull request #1161 from Kotlin/flow-performance-improvements by Vsevolod Tolstopyatov · 5 years ago
  38. 8fbd8b7 Recursively check whether parent handles exception to avoid duplicates reporting when Job() is present in the hierarchy by Vsevolod Tolstopyatov · 5 years ago
  39. b0f6e05 Improve coroutine exception handling logic by Vsevolod Tolstopyatov · 5 years ago
  40. 44e625d Nested publication validator project to test actual dependencies on kotlinx.coroutines by Vsevolod Tolstopyatov · 5 years ago
  41. 5627834 Add combineLatest with multiple flow parameters by Vsevolod Tolstopyatov · 5 years ago
  42. 218dc97 Make ChannelIterator.next non-suspending by Vsevolod Tolstopyatov · 5 years ago
  43. c42d338 Reactive scrabble benchmarks by Vsevolod Tolstopyatov · 5 years ago
  44. 2596414 Add flowOf(value), use unsafeFlow in trivial flow builders by Vsevolod Tolstopyatov · 5 years ago
  45. 641d671 Flow performance improvements: mark crucial Flow DSL (unsafeFlow, collect, transform, map, mapNotNull, filter, filterNot, filterNotNull) as inline by Vsevolod Tolstopyatov · 5 years ago
  46. 7af7ede Add overload with long for CoroutinesTimeout.seconds by Vsevolod Tolstopyatov · 5 years ago
  47. 485eab1 Ensure that there are no references to atomicfu in classes by Roman Elizarov · 5 years ago
  48. e569bd3 Fix exception types for channels to ensure transparency & reporting (#1158) by Roman Elizarov · 5 years ago
  49. 9e5f9ab kotlinx-coroutines-test cleanup by Vsevolod Tolstopyatov · 5 years ago
  50. fe820ba Flow operators: (#1132) by Vsevolod Tolstopyatov · 5 years ago
  51. 0685dc4 Deprecate consumeEach on Publisher, ObservableSource and MaybeSource, introduce collect extension instead to be aligned with Flow by Vsevolod Tolstopyatov · 5 years ago
  52. fcfabee Job.asCompletableFuture (#1113) by Vsevolod Tolstopyatov · 5 years ago
  53. 1826194 Make PublicApiTest more robust when looking for .jar file by Roman Elizarov · 5 years ago
  54. d76456f TestCoroutineDispatcher code style cleanup and todos by Roman Elizarov · 5 years ago
  55. d39ffed Merge branch 'develop' into pr/890 by Roman Elizarov · 5 years ago
  56. c9f25fc Introducing zip and combineLatest Flow operators by Vsevolod Tolstopyatov · 5 years ago
  57. d3cc25f Rework purity concept: by Vsevolod Tolstopyatov · 5 years ago
  58. 8788488 FlatMap-related API rework by Vsevolod Tolstopyatov · 5 years ago
  59. 170690f Flow.asObservable and Flow.asFlowable converters in rx2 module by Vsevolod Tolstopyatov · 5 years ago
  60. 35f9ad5 FlatMap improvements: by Vsevolod Tolstopyatov · 5 years ago
  61. 2b8218a Introduce CancellableContinuation.resume with onCancelling lambda by Roman Elizarov · 5 years ago
  62. d57bfa2 Flow preview implementation by Vsevolod Tolstopyatov · 5 years ago
  63. f2604f6 Tweaked order of notifications for better error handling & consistency by Roman Elizarov · 5 years ago
  64. 6227c64 Improved coroutine exception handling logic by Roman Elizarov · 5 years ago
  65. 1ea4da4 Merge branch 'develop' into debugger-sm-bypass by Vsevolod Tolstopyatov · 5 years ago
  66. 2496dc2 Rename CoroutineState to CoroutineInfo and improve its API by Vsevolod Tolstopyatov · 5 years ago
  67. 0355b2c Add ThreadLocal.isPresent and ThreadLocal.ensurePresent methods (#1043) by Vsevolod Tolstopyatov · 5 years ago
  68. 338b231 Merge branch 'cancel-exception' into develop by Vsevolod Tolstopyatov · 5 years ago
  69. 1660e6a Update binary compatibility data by Vsevolod Tolstopyatov · 5 years ago
  70. 5ae3947 Add ensureActive extension by Vsevolod Tolstopyatov · 5 years ago
  71. 0aad8f1 Hide cancel(Throwable), introduce cancel(CancellationException) by Roman Elizarov · 5 years ago
  72. c35953c Structured concurrency for Completable/Listenable futures by Roman Elizarov · 5 years ago
  73. 3feddff Add API binary compatibility listing by Sean McQuillan · 5 years ago
  74. 2bdd460 CoroutinesTimeout debug rule for JUnit 4 (#991) by Vsevolod Tolstopyatov · 5 years ago
  75. 3f65e17 Merge pull request #967 from Kotlin/stacktrace-recovery-improvements by Vsevolod Tolstopyatov · 5 years ago
  76. cd2a8d7 Completable job (#971) by Roman Elizarov · 5 years ago
  77. 4ba30cd Stacktrace recovery improvements by Vsevolod Tolstopyatov · 5 years ago
  78. f6f6037 Recover stacktrace in select clauses by Vsevolod Tolstopyatov · 5 years ago
  79. e50a0fa Migration to new multiplatorm plugin (#947) by Vsevolod Tolstopyatov · 5 years ago
  80. 5173824 EventLoop integration and reuse for runBlocking and Unconfined dispatchers (#889) by Roman Elizarov · 5 years ago
  81. 1616676 Improve documentation, make MainScope experimental, cleanup leftovers by Vsevolod Tolstopyatov · 5 years ago
  82. 115a139 Debug improvements (#900) by Vsevolod Tolstopyatov · 5 years ago
  83. 876e9ba Ignore exception on cancel/fail race in CancellableContinuation by Roman Elizarov · 5 years ago
  84. 4327b21 Introduce test module with testable main dispatcher (#749) by Vsevolod Tolstopyatov · 5 years ago
  85. 29493e1 Merge pull request #792 from Kotlin/stacktrace-recovery by Vsevolod Tolstopyatov · 5 years ago
  86. a5a7cdb Merge pull request #876 from Kotlin/debug-agent by Vsevolod Tolstopyatov · 5 years ago
  87. 54b2ecd Merge branch 'develop' into stacktrace-recovery by Vsevolod Tolstopyatov · 5 years ago
  88. e64b52c Introduce MainScope factory and CoroutineScope.cancel extension by Vsevolod Tolstopyatov · 5 years ago
  89. 5a80d2a Debug agent optimizations by Vsevolod Tolstopyatov · 5 years ago
  90. c7239ac Debug agent to track alive coroutines by Vsevolod Tolstopyatov · 5 years ago
  91. d88e427 Enable progressive mode by Vsevolod Tolstopyatov · 5 years ago
  92. 675c30c Basic exception stacktrace recovery mechanism by Vsevolod Tolstopyatov · 6 years ago
  93. e3ab2a6 Add ExperimentalCoroutineDispatcher to binary compatibility check, restore binary compatibility in Ktor by Vsevolod Tolstopyatov · 6 years ago
  94. ac848e8 Fixed exception handling for publish builder by Roman Elizarov · 6 years ago
  95. b058ba1 Deprecate Job.cancel(cause) and ReceiveChannel.cancel(cause), return Unit from cancel without cause by Vsevolod Tolstopyatov · 6 years ago
  96. 2dfa0df Ignore stdlib-stubs in binary compatibility by Vsevolod Tolstopyatov · 6 years ago
  97. b6eca2a Make EventLoop internal, @JvmName("from") for ExecutorService.asCoroutineDispatcher by Vsevolod Tolstopyatov · 6 years ago
  98. 7fb590d Make some internal API public, but deprecated as error, exposing internal supertypes does not work in K/N (https://github.com/JetBrains/kotlin-native/issues/2167), add workaround for KT-27534 by Vsevolod Tolstopyatov · 6 years ago
  99. 5a74c75 Hide ConflatedBroadcastChannel private companion fields from public ABI by Roman Elizarov · 6 years ago
  100. 1f7b2d8 Make all API internal where it is possible by Vsevolod Tolstopyatov · 6 years ago