longevity v0.22.0 Release Notes

Release Date: 2017-03-25 // about 7 years ago
  • [0.22.0] - 2017.03.25 - Stream Queries to Multiple Streaming Libraries

    • 2017.03.24 - Rename Repo.retrieveByQuery to Repo.queryToFutureVec. The return type of this
      method has also been adjusted from Future[Seq[PState[P]]] to Future[Vector[PState[P]]].
    • 2017.03.24 - Add method Repo.queryToItereator.
    • 2017.03.24 - Rename Repo.streamByQuery to Repo.queryToAkkaStream.
    • 2017.03.24 - Add method Repo.queryToFS2.
    • 2017.03.24 - Add method Repo.queryToIterateeIo.
    • 2017.03.24 - Add method Repo.queryToPlay.