Release Notes
This is a tiny release with a single change on ZHttpAdapter
(#1723). We noticed that the type signatures of makeHttpService
and makeWebSocketService
were inconsistent (the former returned HttpApp[R, Throwable]
while the latter returned HttpApp[R, Response]
aka App[R]
). We've made them both return App[R]
, which should be easier to use!