1. 7b14046 Revert "Merge tag '1.4.3'" by Aurimas Liutikas · 3 years, 2 months ago
  2. 41a2e30 Update copyright year (#2520) by Vsevolod Tolstopyatov · 3 years, 5 months ago
  3. 167c44e Update Knit to 0.2.3 (#2415) by Vsevolod Tolstopyatov · 3 years, 7 months ago
  4. 34c3464 Introduce SharedFlow and sharing operators (#2069) by Roman Elizarov · 3 years, 9 months ago
  5. 8773a26 Breaking: Get rid of atomic cancellation and provide a replacement (#1937) by Roman Elizarov · 3 years, 9 months ago
  6. 5dd94a3 Add Publisher.awaitSingleOrDefault|Null|Else extensions (#2260) by Sébastien Deleuze · 3 years, 9 months ago
  7. 964cd92 Transition to the Gradle kts by Victor Turansky · 4 years, 2 months ago
  8. 1a6beba Support context in Flow.asPublisher and similar methods (#2156) by Roman Elizarov · 3 years, 11 months ago
  9. d718970 Fix race in Flow.asPublisher (#2124) by Roman Elizarov · 4 years ago
  10. f4fb204 Fix typos in docs (#2098) by Yanis Batura · 4 years ago
  11. 5a20585 Flow cancellation (#2028) by Vsevolod Tolstopyatov · 4 years, 2 months ago
  12. 0f15812 Kts transition (#1951) by Vsevolod Tolstopyatov · 4 years, 2 months ago
  13. 9cbad7d Enable strict explicit mode (#1877) by Vsevolod Tolstopyatov · 4 years, 3 months ago
  14. a25bf36 JDK9 Flow integration (#1783) by dkhalanskyjb · 4 years, 4 months ago
  15. 1eae238 Make call to service loader in reactor integrations optimizable by R8 (#1847) by Vsevolod Tolstopyatov · 4 years, 4 months ago
  16. 6d1a6e3 Update copyright year by Vsevolod Tolstopyatov · 4 years, 5 months ago
  17. 387d1dd Improve test style by Dmitry Khalanskiy · 4 years, 5 months ago
  18. e153863 Integration with binary-compatibility-validator plugin (#1790) by Vsevolod Tolstopyatov · 4 years, 5 months ago
  19. 6810745 Request elements in batches in ReactiveFlow to avoid requesting elements one by one in a default configuration by Vsevolod Tolstopyatov · 4 years, 5 months ago
  20. 3d59fef Fix context support in Publisher.asFlow.flowOn by Roman Elizarov · 4 years, 5 months ago
  21. a930b0c Consistently handle undeliverable exceptions in RxJava and Reactor integrations by Vsevolod Tolstopyatov · 4 years, 7 months ago
  22. 9a2eb38 Add missing TestBase inheritance to fail on asynchronous errors by Vsevolod Tolstopyatov · 4 years, 8 months ago
  23. 5378b80 Deprecate obsolete reactive API, improve existing Reactive documentation by Vsevolod Tolstopyatov · 4 years, 10 months ago
  24. 52b97b9 Promote rx2 extensions to stable, increase deprecation level for obsolete reactive primitives by Vsevolod Tolstopyatov · 4 years, 10 months ago
  25. d870a16 Promote Publisher<T>.collect to stable API by Vsevolod Tolstopyatov · 4 years, 10 months ago
  26. b14afef Promote reactive adapters for Flow to stable API by Vsevolod Tolstopyatov · 4 years, 10 months ago
  27. fbaedc4 Replace kotlinx.coroutines.reactive.FlowKt and kotlinx.coroutines.reactor.FlowKt with properly named files by Vsevolod Tolstopyatov · 4 years, 11 months ago
  28. 1dcfd97 Coroutine context propagation for Reactor to coroutines API migration (#1377) by SokolovaMaria · 5 years ago
  29. 97863c3 Report fatal errors to both onError (to comply the spec fully) and to coroutine context (to eagerly fail as fatal exceptions are not recoverable anyway), cleanup tests after scopeless reactive by Vsevolod Tolstopyatov · 5 years ago
  30. 39f5cf8 Properly handle fatal exceptions in Rx coroutines, get rid of deadlock in RxObservable by Vsevolod Tolstopyatov · 5 years ago
  31. 233e74c Consistently handle fatal exceptions in PublisherCoroutine by Vsevolod Tolstopyatov · 5 years ago
  32. 693142c Context passing between coroutines and Reactor Mono/Flux (#1138) by SokolovaMaria · 5 years ago
  33. d100a3f Reactive scopeless (#1341) by Vsevolod Tolstopyatov · 5 years ago
  34. 502610e Decouple asFlow from batchSize and move it to buffer instead, promote… (#1279) by Vsevolod Tolstopyatov · 5 years ago
  35. 9420df3 Change default request size in Publisher.openSubscription to one by Roman Elizarov · 5 years ago
  36. 15c7d0f Mark Flow declarations as experimental by Vsevolod Tolstopyatov · 5 years ago
  37. 71fa64f Use downloaded package list for dokka (and knit, transitively) to avoid dependency on (frequently) unstable external JavaDoc resources by Vsevolod Tolstopyatov · 5 years ago
  38. 0685dc4 Deprecate consumeEach on Publisher, ObservableSource and MaybeSource, introduce collect extension instead to be aligned with Flow by Vsevolod Tolstopyatov · 5 years ago
  39. ebe519a Fix "note that" comma everywhere by Inego · 5 years ago
  40. 61c64cc Flow improvements: by Vsevolod Tolstopyatov · 5 years ago
  41. 170690f Flow.asObservable and Flow.asFlowable converters in rx2 module by Vsevolod Tolstopyatov · 5 years ago
  42. 24586c1 Cleanup FlowAsPublisher by Vsevolod Tolstopyatov · 5 years ago
  43. d57bfa2 Flow preview implementation by Vsevolod Tolstopyatov · 5 years ago
  44. f2604f6 Tweaked order of notifications for better error handling & consistency by Roman Elizarov · 5 years ago
  45. 6227c64 Improved coroutine exception handling logic by Roman Elizarov · 5 years ago
  46. 0aad8f1 Hide cancel(Throwable), introduce cancel(CancellationException) by Roman Elizarov · 5 years ago
  47. 1be63c0 Introduce JobSupport.cancelCoroutine for AbstractCoroutine-derived classes by Roman Elizarov · 5 years ago
  48. c35953c Structured concurrency for Completable/Listenable futures by Roman Elizarov · 5 years ago
  49. 52700ff Dispose/cancel reactive subscription exactly once using atomic by Roman Elizarov · 5 years ago
  50. ae8a874 Cancellation in consumeEach should dispose Rx Observable by Roman Elizarov · 5 years ago
  51. 63d1d1b Use https in documentation and builds by Roman Elizarov · 5 years ago
  52. 85c7f4d Fix typo in IllegalArgumentException message by Vsevolod Tolstopyatov · 5 years ago
  53. 5bb8a4e Properly close subscription on exception in Publisher.consumeEach by Vsevolod Tolstopyatov · 5 years ago
  54. 69c15b3 Make ConflatedChannel linearizable by Vsevolod Tolstopyatov · 6 years ago
  55. bafe7fb Increase timeout in TCK tests to work on slow TC agents by Vsevolod Tolstopyatov · 6 years ago
  56. 77d1aea Improve code style and test coverage by Vsevolod Tolstopyatov · 6 years ago
  57. 8a059f5 Publish: Proper handling of onNext exception and test for it by Roman Elizarov · 6 years ago
  58. f18b9f5 Publish: Comments style fixed by Roman Elizarov · 6 years ago
  59. a0e4101 Publish: better name for shouldHandleException by Roman Elizarov · 6 years ago
  60. b3285f2 Fixed running specific reactive tests via gradle by Roman Elizarov · 6 years ago
  61. ac848e8 Fixed exception handling for publish builder by Roman Elizarov · 6 years ago
  62. 8e2fd07 Use TestNG for TCK tests by Vsevolod Tolstopyatov · 6 years ago
  63. 4ad5b0e Fixed aggregated error handling in Publish & test for it by Roman Elizarov · 6 years ago
  64. 669a84f Fixed diagnostic message on null subscriber by Roman Elizarov · 6 years ago
  65. 8cced24 Reactive streams integration conformance to TCK verified & fixed by Roman Elizarov · 6 years ago
  66. e6e8239 Experimental annotation revisit: by Vsevolod Tolstopyatov · 6 years ago
  67. 1f7b2d8 Make all API internal where it is possible by Vsevolod Tolstopyatov · 6 years ago
  68. d92b0fa Remove deprecated API by Vsevolod Tolstopyatov · 6 years ago
  69. 0950dfa Migrate to Kotlin 1.3 coroutines, drop experimental from package by Roman Elizarov · 6 years ago
  70. 52bfdab async and async-like builders cancel parent on failure by Roman Elizarov · 6 years ago
  71. 27b8f45 API Review for 1.0 release by Roman Elizarov · 6 years ago
  72. 6e3ffb1 Structured concurrency in tests (removed explicit coroutineContext) by Roman Elizarov · 6 years ago
  73. dc29b07 Dispatchers are renamed and grouped in the Dispatchers object by Roman Elizarov · 6 years ago
  74. bbaf99d Structured concurrency for reactive modules by Vsevolod Tolstopyatov · 6 years ago
  75. c32579e Coroutines guide and IU guide update for stuctured concurrency by Roman Elizarov · 6 years ago
  76. 91ecee8 Exception handling update: by Vsevolod Tolstopyatov · 6 years ago
  77. 3ac73f6 Merge branch 'develop' into coroutines-scheduler-forcepush by Vsevolod Tolstopyatov · 6 years ago
  78. 5c7454b Scheduler tests infrastructure by Roman Elizarov · 6 years ago
  79. 7f2ed2f Report exception on cancellation in AbstractContinuation, do not swallow exceptions on cancellation in rx1 by Vsevolod Tolstopyatov · 6 years ago
  80. 732474f Implement SendChannel#invokeOnClose by Vsevolod Tolstopyatov · 6 years ago
  81. 1f74a2d Updated copyright to short template and year 2018 across all files by Roman Elizarov · 6 years ago
  82. e1fa197 Restructure packages, get rid of src/main/kotlin/kotlinx/coroutines/experimental folder layout by Vsevolod Tolstopyatov · 6 years ago
  83. f5f0983 Restored binary compatibility for SubscriptionReceiveChannel removal by Roman Elizarov · 6 years ago
  84. 1d6230a Replace SubscriptionReceiveChannel with ReceiveChannel by Marko Devcic · 6 years ago
  85. 3e9f244 Review and optimize usage of CancellableContinuation.invokeOnCancellation by Roman Elizarov · 6 years ago
  86. 6d9f40f Merge develop into decouple-job by Roman Elizarov · 6 years ago
  87. e89cd68 More comments about CancellationException and its consistent use; by Roman Elizarov · 6 years ago
  88. f5e63ca Replacing isCancelledWithoutCause with proper contract on exception, disabling stacktraces of JobCancellationException in production mode by Vsevolod Tolstopyatov · 6 years ago
  89. 80a2947 Make deprecated API hidden, replace deprecated API with new one by Vsevolod Tolstopyatov · 6 years ago
  90. c7d10a4 Fix references to `coroutineContext` is the docs of all the builders by Roman Elizarov · 6 years ago
  91. 9fe5f46 Deprecated CoroutineScope.coroutineContext which is replaced with by Roman Elizarov · 6 years ago
  92. b8ed47c Implementation of awaitFirstOrDefault and awaitFirstOrNull. by Konrad Kamiński · 6 years ago
  93. 2adf8bc AbstractCoroutine.start is introduced. by Roman Elizarov · 6 years ago
  94. 6640b2b Public API for AbstractCoroutine by Roman Elizarov · 6 years ago
  95. 3e342e3 Fixed Publisher/Observable/Flowable.openSubscription in presence of selects; by Roman Elizarov · 6 years ago
  96. e00f0ba MPP: Dokka support via hacks (using dev version 0.9.16-eap-2-dev-1) by Roman Elizarov · 7 years ago
  97. e8f694e Optional parent job parameter for coroutine builders by Roman Elizarov · 7 years ago
  98. e19ee04 Add DefaultDispatcher on some reactive operators by Francesco Vasco · 7 years ago
  99. b555d91 Introduced ReceiveChannel.cancel method; by Roman Elizarov · 7 years ago
  100. a518696 Migrate build to gradle by Kirill Timofeev · 7 years ago