Finatra 18.9.0
finaglehelper
released this
12 Sep 00:06
·
930 commits
to develop
since this release
18.9.0
Added
Changed
- inject-core: Remove unnecessary Await.result Future.Value in
TestMixin. 1616188c - finatra-http: (BREAKING API CHANGE)
c.t.io.Reader
andc.t.io.Writer
are now abstracted over
the type they produce/consume (Reader[A]
andWriter[A]
) and are no longer fixed toBuf
.
d56244d1