diff --git a/ghc-http-client.changes b/ghc-http-client.changes index 3d9e7e1..5a5d0bb 100644 --- a/ghc-http-client.changes +++ b/ghc-http-client.changes @@ -1,3 +1,22 @@ +------------------------------------------------------------------- +Mon May 14 17:02:11 UTC 2018 - psimons@suse.com + +- Update http-client to version 0.5.12.1 revision 1. + * Make the chunked transfer-encoding detection case insensitive + [#303](https://github.com/snoyberg/http-client/pull/303) + * Remove some unneeded language extensions + * Mark older versions of GHC as unsupported + * Added `requestFromURI` and `requestFromURI_` functions. + * Fixed non-TLS connections going though proxy [#337](https://github.com/snoyberg/http-client/issues/337) + * Replaced `base64-bytestring` dependency with `memory`. + * New function to partial escape query strings + * Add `Semigroup` instances for GHC 8.4 [#320](https://github.com/snoyberg/http-client/pull/320) + * Switch to the new STM-based manager + [#254](https://github.com/snoyberg/http-client/pull/254) + * Redact sensitive headers [#318](https://github.com/snoyberg/http-client/pull/318) + * Code cleanup/delete dead code + * Compat with Win32 2.6 [#309](https://github.com/snoyberg/http-client/issues/309) + ------------------------------------------------------------------- Thu Aug 3 15:38:38 UTC 2017 - psimons@suse.com