Dispatch v1.2.0 Release Notes

Release Date: 2020-01-11 // about 4 years ago
  • ๐Ÿš€ The maintainers of and contributors to Dispatch are pleased to announce the release of Dispatch v1.2.0. This is a feature release.

    ๐Ÿ”„ Changes

    • It is now possible to add query parameters to URLs without values (#224)

    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.


Previous changes from v1.1.3

  • ๐Ÿ›  The maintainers of and contributors to Dispatch are pleased to announce the release of Dispatch v1.1.3. This is a small bugfix release.

    ๐Ÿ”„ Changes

    • ๐Ÿ›  Fixes issues encoding UTF-16 characters (e.g. emoji) into UTF-8 path segments (#213)

    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.