All Versions
12
Latest Version
Avg Release Cycle
-
Latest Release
-
Changelog History
Page 1
Changelog History
Page 1
-
v0.3.6 Changes
- ๐ Support for Kotlin 1.2.70, kotlinx-coroutines 0.26.0, Spring 5.0.9.RELEASE, Spring Data 2.0.10.RELEASE, Spring Boot 2.0.5.RELEASE.
- โ Removed support for CommonPool dispatcher.
-
v0.3.5 Changes
- ๐ Support for Kotlin 1.2.50, kotlinx-coroutines 0.23.3, Spring 5.0.7.RELEASE, Spring Data 2.0.8.RELEASE, Spring Boot 2.0.3.RELEASE.
- ๐ Fixes for #23, #24 and #25.
-
v0.3.4 Changes
- ๐ Support for Kotlin 1.2.30, kotlinx-coroutines 0.22.5, Spring 5.0.4.RELEASE, Spring Data 2.0.5.RELEASE, Spring Boot 2.0.0.RELEASE.
- ๐ Fix for unwrapping InvocationTargetException (#16, thanks to @Krotki).
-
v0.3.3 Changes
- ๐ Initial support for reactive views (related to solving #10).
- Reactive adapter for ReceiveChannel.
-
v0.3.2 Changes
- ๐ Support for Kotlin 1.2.21, kotlinx-coroutines 0.22.1, Spring 5.0.3.RELEASE, Spring Data 2.0.3.RELEASE, Spring Boot 2.0.0.RC1, Gradle 4.5.
- ๐ Support for header methods in
CoroutineWebClient
(#13).
-
v0.3.1 Changes
- CoroutineMongoTemplate now returns List in most operations instead of ReceiveChannel.
- โช A workaround for missing optional dependencies.
- uri methods in CoroutineWebClient.
-
v0.3.0 Changes
- ๐ Introduced support for Spring WebFlux based coroutines, functional style routing, CoroutineMongoRepository, CoroutineMongoTemplate, CoroutineWebClient.
-
v0.2.3 Changes
- ๐ New version of kotlinx-coroutines.
- โฌ๏ธ Dropped support for deprecated Reactor
TimedScheduler
-
v0.2.2 Changes
- ๐ New versions of: Spring, Spring Boot, Kotlin, kotlinx-coroutines, Gradle.
-
v0.2.1 Changes
- โฑ Rx1
Scheduler
can now be converted intoCoroutineContext
.
- โฑ Rx1