Dispatch 0.14.0 has been released

Howdy, all,

I wanted to share that Dispatch 0.14.0 has been released. You can review the notes on the GitHub releases posting.

Dispatch is a Scala API for the AsyncHttpClient that provides a convinent interface for interacting with AHC.

This release particularly includes some improvements to the DSL that Dispatch has provided. So, for example, if <<< isn’t your idea of a good method name, then you could call setFileBody when using our request builder instead! We’ve also shipped improved behavior around infering which HTTP verb you want and being sure we don’t accidentally override you when you’ve explicitly selected a verb, so doing things like attaching a file body to a GET request no longer require a particular ceremony to get them to work correctly.

This release also moves our coordinates in Maven Central. You can now find our artifacts at org.dispatchhttp starting with 0.14.0 and for all releases moving forward.

Please file an issue if you run into any problems.

Cheers,
Matt Farmer
Dispatch Maintainer

Congrats! Great lib, btw.

Brian Maso