File tree Expand file tree Collapse file tree 22 files changed +33
-23
lines changed Top Open diff view settings
kotlinx-coroutines-quasar
kotlinx-coroutines-reactive
kotlinx-coroutines-reactor
kotlinx-coroutines-rx-example
kotlinx-coroutines-android
kotlinx-coroutines-javafx Expand file tree Collapse file tree 22 files changed +33
-23
lines changed Top Open diff view settings Original file line number Diff line number Diff line change 11# Change log for kotlinx.coroutines
22
3+ ## Version 0.19.1
4+
5+ * Failed parent Job cancels all children jobs, then waits for them them.
6+ This makes parent-child hierarchies easier to get working right without
7+ having to use ` try/catch ` or other exception handlers.
8+ * Fixed a race in ` ArrayBroadcastChannel ` between ` send ` and ` openChannel ` invocations
9+ (see #138 ).
10+ * Updated Reactor support to leverage Bismuth release train
11+ (contributed by @sdeleuze , see PR #141 )
12+
313## Version 0.19
414
515* This release is published to Maven Central.
Original file line number Diff line number Diff line change 22
33[ ![ official JetBrains project] ( http://jb.gg/badges/official.svg )] ( https://confluence.jetbrains.com/display/ALL/JetBrains+on+GitHub )
44[ ![ GitHub license] ( https://img.shields.io/badge/license-Apache%20License%202.0-blue.svg?style=flat )] ( http://www.apache.org/licenses/LICENSE-2.0 )
5- [ ![ Download] ( https://api.bintray.com/packages/kotlin/kotlinx/kotlinx.coroutines/images/download.svg?version=0.19 ) ] ( https://bintray.com/kotlin/kotlinx/kotlinx.coroutines/0.19 )
5+ [ ![ Download] ( https://api.bintray.com/packages/kotlin/kotlinx/kotlinx.coroutines/images/download.svg?version=0.19.1 ) ] ( https://bintray.com/kotlin/kotlinx/kotlinx.coroutines/0.19.1 )
66
77Library support for Kotlin coroutines.
88This is a companion version for Kotlin 1.1.4 release (this is the minimal required Kotlin runtime version).
@@ -51,7 +51,7 @@ Add dependencies (you can also add other modules that you need):
5151<dependency >
5252 <groupId >org.jetbrains.kotlinx</groupId >
5353 <artifactId >kotlinx-coroutines-core</artifactId >
54- <version >0.19</version >
54+ <version >0.19.1 </version >
5555</dependency >
5656```
5757
@@ -68,7 +68,7 @@ And make sure that you use the latest Kotlin version:
6868Add dependencies (you can also add other modules that you need):
6969
7070``` groovy
71- compile 'org.jetbrains.kotlinx:kotlinx-coroutines-core:0.19'
71+ compile 'org.jetbrains.kotlinx:kotlinx-coroutines-core:0.19.1 '
7272```
7373
7474And make sure that you use the latest Kotlin version:
Original file line number Diff line number Diff line change 2424 <parent >
2525 <groupId >org.jetbrains.kotlinx</groupId >
2626 <artifactId >kotlinx-coroutines</artifactId >
27- <version >0.19-SNAPSHOT</version >
27+ <version >0.19.1 -SNAPSHOT</version >
2828 </parent >
2929
3030 <artifactId >benchmarks</artifactId >
Original file line number Diff line number Diff line change 2222 <parent >
2323 <groupId >org.jetbrains.kotlinx</groupId >
2424 <artifactId >kotlinx-coroutines</artifactId >
25- <version >0.19-SNAPSHOT</version >
25+ <version >0.19.1 -SNAPSHOT</version >
2626 <relativePath >../../pom.xml</relativePath >
2727 </parent >
2828
Original file line number Diff line number Diff line change 55 <parent >
66 <artifactId >kotlinx-coroutines</artifactId >
77 <groupId >org.jetbrains.kotlinx</groupId >
8- <version >0.19-SNAPSHOT</version >
8+ <version >0.19.1 -SNAPSHOT</version >
99 <relativePath >../../pom.xml</relativePath >
1010 </parent >
1111 <modelVersion >4.0.0</modelVersion >
Original file line number Diff line number Diff line change 2121 <parent >
2222 <groupId >org.jetbrains.kotlinx</groupId >
2323 <artifactId >kotlinx-coroutines</artifactId >
24- <version >0.19-SNAPSHOT</version >
24+ <version >0.19.1 -SNAPSHOT</version >
2525 <relativePath >../../pom.xml</relativePath >
2626 </parent >
2727
Original file line number Diff line number Diff line change 2121 <parent >
2222 <groupId >org.jetbrains.kotlinx</groupId >
2323 <artifactId >kotlinx-coroutines</artifactId >
24- <version >0.19-SNAPSHOT</version >
24+ <version >0.19.1 -SNAPSHOT</version >
2525 <relativePath >../../pom.xml</relativePath >
2626 </parent >
2727
Original file line number Diff line number Diff line change 2222 <parent >
2323 <groupId >org.jetbrains.kotlinx</groupId >
2424 <artifactId >kotlinx-coroutines</artifactId >
25- <version >0.19-SNAPSHOT</version >
25+ <version >0.19.1 -SNAPSHOT</version >
2626 <relativePath >../../pom.xml</relativePath >
2727 </parent >
2828
Original file line number Diff line number Diff line change 2121 <parent >
2222 <groupId >org.jetbrains.kotlinx</groupId >
2323 <artifactId >kotlinx-coroutines</artifactId >
24- <version >0.19-SNAPSHOT</version >
24+ <version >0.19.1 -SNAPSHOT</version >
2525 <relativePath >../../pom.xml</relativePath >
2626 </parent >
2727
Original file line number Diff line number Diff line change 2121 <parent >
2222 <groupId >org.jetbrains.kotlinx</groupId >
2323 <artifactId >kotlinx-coroutines</artifactId >
24- <version >0.19-SNAPSHOT</version >
24+ <version >0.19.1 -SNAPSHOT</version >
2525 </parent >
2626
2727 <artifactId >knit</artifactId >
Original file line number Diff line number Diff line change 2323
2424 <groupId >org.jetbrains.kotlinx</groupId >
2525 <artifactId >kotlinx-coroutines</artifactId >
26- <version >0.19-SNAPSHOT</version >
26+ <version >0.19.1 -SNAPSHOT</version >
2727 <packaging >pom</packaging >
2828
2929 <name >kotlinx-coroutines</name >
Original file line number Diff line number Diff line change 2222 <parent >
2323 <groupId >org.jetbrains.kotlinx</groupId >
2424 <artifactId >kotlinx-coroutines</artifactId >
25- <version >0.19-SNAPSHOT</version >
25+ <version >0.19.1 -SNAPSHOT</version >
2626 <relativePath >../../pom.xml</relativePath >
2727 </parent >
2828
Original file line number Diff line number Diff line change 2323 <parent >
2424 <groupId >org.jetbrains.kotlinx</groupId >
2525 <artifactId >kotlinx-coroutines</artifactId >
26- <version >0.19-SNAPSHOT</version >
26+ <version >0.19.1 -SNAPSHOT</version >
2727 <relativePath >../../pom.xml</relativePath >
2828 </parent >
2929
Original file line number Diff line number Diff line change 2222 <parent >
2323 <groupId >org.jetbrains.kotlinx</groupId >
2424 <artifactId >kotlinx-coroutines</artifactId >
25- <version >0.19-SNAPSHOT</version >
25+ <version >0.19.1 -SNAPSHOT</version >
2626 <relativePath >../../pom.xml</relativePath >
2727 </parent >
2828
Original file line number Diff line number Diff line change 2222 <parent >
2323 <groupId >org.jetbrains.kotlinx</groupId >
2424 <artifactId >kotlinx-coroutines</artifactId >
25- <version >0.19-SNAPSHOT</version >
25+ <version >0.19.1 -SNAPSHOT</version >
2626 <relativePath >../../pom.xml</relativePath >
2727 </parent >
2828
Original file line number Diff line number Diff line change 2222 <parent >
2323 <groupId >org.jetbrains.kotlinx</groupId >
2424 <artifactId >kotlinx-coroutines</artifactId >
25- <version >0.19-SNAPSHOT</version >
25+ <version >0.19.1 -SNAPSHOT</version >
2626 <relativePath >../../pom.xml</relativePath >
2727 </parent >
2828
Original file line number Diff line number Diff line change 2222 <parent >
2323 <groupId >org.jetbrains.kotlinx</groupId >
2424 <artifactId >kotlinx-coroutines</artifactId >
25- <version >0.19-SNAPSHOT</version >
25+ <version >0.19.1 -SNAPSHOT</version >
2626 </parent >
2727
2828 <artifactId >kotlinx-coroutines-site</artifactId >
Original file line number Diff line number Diff line change @@ -173,7 +173,7 @@ Add dependencies on `kotlinx-coroutines-android` module to the `dependencies { .
173173` app/build.gradle ` file:
174174
175175``` groovy
176- compile "org.jetbrains.kotlinx:kotlinx-coroutines-android:0.19"
176+ compile "org.jetbrains.kotlinx:kotlinx-coroutines-android:0.19.1 "
177177```
178178
179179Coroutines are experimental feature in Kotlin.
Original file line number Diff line number Diff line change @@ -36,7 +36,7 @@ dependencies {
3636 compile ' com.android.support:design:25.2.0'
3737 testCompile ' junit:junit:4.12'
3838 compile " org.jetbrains.kotlin:kotlin-stdlib-jre7:$kotlin_version "
39- compile " org.jetbrains.kotlinx:kotlinx-coroutines-android:0.19"
39+ compile " org.jetbrains.kotlinx:kotlinx-coroutines-android:0.19.1 "
4040}
4141
4242kotlin {
Original file line number Diff line number Diff line change 2222 <parent >
2323 <groupId >org.jetbrains.kotlinx</groupId >
2424 <artifactId >kotlinx-coroutines</artifactId >
25- <version >0.19-SNAPSHOT</version >
25+ <version >0.19.1 -SNAPSHOT</version >
2626 <relativePath >../../pom.xml</relativePath >
2727 </parent >
2828
Original file line number Diff line number Diff line change 2222 <parent >
2323 <groupId >org.jetbrains.kotlinx</groupId >
2424 <artifactId >kotlinx-coroutines</artifactId >
25- <version >0.19-SNAPSHOT</version >
25+ <version >0.19.1 -SNAPSHOT</version >
2626 <relativePath >../../pom.xml</relativePath >
2727 </parent >
2828
Original file line number Diff line number Diff line change 2222 <parent >
2323 <groupId >org.jetbrains.kotlinx</groupId >
2424 <artifactId >kotlinx-coroutines</artifactId >
25- <version >0.19-SNAPSHOT</version >
25+ <version >0.19.1 -SNAPSHOT</version >
2626 <relativePath >../../pom.xml</relativePath >
2727 </parent >
2828
You can’t perform that action at this time.
0 commit comments