Dispatch → Releases

0.6.6

Built with sbt 0.6.10 to support Scala up to 2.8.0.Beta1-RC8.

Fixed: post parameters may be added to a Request in more than one << or POST operation.

Added the as_!operation to force a basic authentication header for the current request without waiting for a 401 response.

Improved compatibility with Lift web projects by mapping dispatch-lift-json 2.7.x artifacts to the standard lift-json artifact.

Updated HttpClient dependency to 4.0.1.

0.6.5

Built with sbt 0.6.9 to support Scala up to 2.8.0.Beta1-RC6.

Rewrote all tests to use Specs since it has a current artifact (1.6.2-SNAPSHOT) that is compatible with sbt 0.6.9 and Scala 2.7.x.

Added a listener interface to Mime multipart-post, so client applications can report the upload progress.

Download

0.6.4

Improved suport for OAuth signing of multipart posts.

Added combinators for extracting fields to the LiftJson interface (upgraded to lift-json 1.1-M8), as used in the Meetup service interface.

0.6.3

Fixed bug where a newline was added to some results.

0.6.2

Added explicit character-set handling through the >\ operator.

First release cross-compiled and -published for the Scala 2.8.x series.

0.6.1

Added a file put operator <<< and a Scala 2.7.7 artifact.

0.6.0

This release includes several new and rearranged modules.