osc copypac from project:devel:languages:haskell:ghc-8.4.x package:ghc-http-client revision:3, using keep-link

OBS-URL: https://build.opensuse.org/package/show/devel:languages:haskell/ghc-http-client?expand=0&rev=65
This commit is contained in:
Peter Simons 2018-05-15 18:24:02 +00:00 committed by Git OBS Bridge
parent dbf04227bb
commit d9dadfbee6

View File

@ -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