github ghostdogpr/caliban v2.2.1

latest releases: v2.9.0, v2.8.1, v2.8.0...
16 months ago

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!

Don't miss a new caliban release

NewReleases is sending notifications on new releases.