### 0.1.2.0
* New functions `unsafeReceiveResponse` and `unsafeReceiveResponseRaw` that do not automatically skip to end-of-stream
### 0.1.1.0
* New alternative connection-setup API (`ConnectionAddress` et al.)
* New function `getHeaderMap` for exporting all response headers at once
* Add convenience functions `bytestringBody`, `lazyBytestringBody`, `utf8TextBody`, `utf8LazyTextBody`
* Add support for Brotli HTTP compression
## 0.1.0.0
* First version. Released on an unsuspecting world.
* Derived from `http-streams-core-0.8.6.1` & `http-common-0.8.2.0`