Skip to content

Latest commit

 

History

History
47 lines (34 loc) · 2.08 KB

CHANGELOG.md

File metadata and controls

47 lines (34 loc) · 2.08 KB

0.3.6

  • 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.

0.3.5

  • 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.

0.3.4

  • 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).

0.3.3

  • Initial support for reactive views (related to solving #10).
  • Reactive adapter for ReceiveChannel.

0.3.2

  • 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).

0.3.1

  • CoroutineMongoTemplate now returns List in most operations instead of ReceiveChannel.
  • A workaround for missing optional dependencies.
  • uri methods in CoroutineWebClient.

0.3.0

  • Introduced support for Spring WebFlux based coroutines, functional style routing, CoroutineMongoRepository, CoroutineMongoTemplate, CoroutineWebClient.

0.2.3

  • New version of kotlinx-coroutines.
  • Dropped support for deprecated Reactor TimedScheduler

0.2.2

  • New versions of: Spring, Spring Boot, Kotlin, kotlinx-coroutines, Gradle.

0.2.1

0.2.0

0.1.0

  • Initial version.