Changelog of @hackage/http-streams 0.8.9.9

  • v0.8.9 Ongoing maintenance continues, including support for GHC 9.2 and GHC 9.4

  • v0.8.6
    Internal modules are exposed. Mostly so the test suite would only depend on the library and not the code directly, but occasionally someone needed to poke at the internals. Usual warning against doing that applies. They are not visible in the generated Haddock documentation.

  • v0.8.4
    Support GHC 8.0

  • v0.8.3
    A pure version of buildRequest is now available as buildRequest1. Support for connecting to Unix domain sockets has been added.

  • v0.7.0
    The Request, Response, Headers, and RequestBuilder types have been factored out and moved to http-common. They are still exported by http-streams.

  • v0.6.0
    Entity body lengths (both for Requests and Responses) now Int64. Library depends on io-streams 1.1.

  • v0.5.0
    Definition of Hostname and Port have been changed to ByteString and Word16, respectively.

  • v0.4.0
    Type signature of buildRequest changed, removing the Connection parameter. This allows you to construct Request objects before opening a connection to the web server if you wish.

  • v0.3.1
    Initial public release