Dispatch 1.0.0-M1
Pre-releaseThe maintainers of and contributors to Dispatch are pleased to announce the release of Dispatch v1.0.0-M1. The change log for this release can be viewed in the GitHub commit history. Notable changes are called out below.
Please report any issues you find with this release on the GitHub issues page so that we can fix bugs and release subsequent RCs as needed.
Changes
(#199) Removal of Deprecations
We had several deprecations in earlier releases, such as invoking configure
on executors and the direct usage of the Http
singleton.
AsyncHttpClient 2.4.9.
This bumps our underlying HTTP client to the latest version to fix a handful of bugs. You can view the included changes in this changelog.
Various deprecation fixes, sbt bumps, etc
Double hat tip to @xuwei-k for various upgrades and version bumps to keep our technical debt low!
About Dispatch
Dispatch is an HTTP library for Scala designed to make you more productive while interacting with external services over HTTP from your applications. It's built on the AsyncHttpClient library to provide a fast, flexible abstraction over HTTP interactions.