- 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.
- 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.
- 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).
- Initial support for reactive views (related to solving #10).
- Reactive adapter for ReceiveChannel.
- 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).
- CoroutineMongoTemplate now returns List in most operations instead of ReceiveChannel.
- A workaround for missing optional dependencies.
- uri methods in CoroutineWebClient.
- Introduced support for Spring WebFlux based coroutines, functional style routing, CoroutineMongoRepository, CoroutineMongoTemplate, CoroutineWebClient.
- New version of kotlinx-coroutines.
- Dropped support for deprecated Reactor
TimedScheduler
- New versions of: Spring, Spring Boot, Kotlin, kotlinx-coroutines, Gradle.
- Rx1
Scheduler
can now be converted intoCoroutineContext
.
- Added
@Scheduled
support. TaskScheduler
can now be converted intoCoroutineContext
.
- Initial version.