RxScala v0.27.0 Release Notes

Release Date: 2019-12-29 // over 4 years ago
  • End-of-Life (EOL) version

    โž• Adds Scala 2.13 support.

    Note on compatibility:

    • Binary compatibility is only preserved within a Scala major version
    • This libraries definition of Seq follows that of the Scala major version, so scala.collection.generic.Seq in 2.10-2.12 and scala.collection.immutable.Seq in 2.13
    • Some methods which take an implicit CanBuildFrom[Nothing, ...] in the 2.10-2.12 version take an implicit Factory in the 2.13 version to follow the collection re-design.

Previous changes from v0.26.5

  • ๐Ÿ”€ The most notable change is adding SyncOnSubscribe and AsyncOnSubscribe support. Search them in RxScalaDemo โฌ†๏ธ for examples. RxJava and Scala are upgraded to the latest version as well. Check the following section for other changes.

    Pull Requests

    • ๐Ÿ”€ Pull 220 Implement SyncOnSubscribe and AsyncOnSubscribe
    • Pull 222 Add FutureToObservable
    • Pull 223 Add Notification.flatMap

    Artifacts: Maven Central