Dispatch v1.0.1 Release Notes

Release Date: 2018-11-18 // over 5 years ago
  • ๐Ÿ›  The maintainers of and contributors to Dispatch are pleased to announce the release of Dispatch v1.0.1. This is a small bugfix release. The change log for this release can be viewed in the GitHub commit history. Notable changes are called out below.

    ๐Ÿ”„ Changes

    (#207) Correction to scheme in as keyword

    ๐Ÿ›  Previously, using the as keyword to add authentication information always resulted in a NullPointerException due to a change we didn't catch in AsyncHttpClient. We've fixed this bug by allowing you to specify an authentication scheme along with the username and password values in as.

    Hat tip to @fehmicansaglam for finding and fixing this bug for us in #206. We've back-ported this fix to the 1.0.x series even though it's a binary-incompatible change because the original method never worked correctly (and therefore was likely totally unused by users of Dispatch).

    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.