All Versions
12
Latest Version
Avg Release Cycle
-
Latest Release
-

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