4
0
Files
ghc-http-client/ghc-http-client.changes
Ondřej Súkup d40b4f669c Accepting request 322653 from devel:languages:haskell:lts
- update to 0.4.19
* Move HasHttpManager from http-conduit to http-client
* Chunked request bodies use less TCP packets

OBS-URL: https://build.opensuse.org/request/show/322653
OBS-URL: https://build.opensuse.org/package/show/devel:languages:haskell/ghc-http-client?expand=0&rev=14
2015-08-20 06:27:37 +00:00

52 lines
1.6 KiB
Plaintext

-------------------------------------------------------------------
Thu Aug 13 16:03:03 UTC 2015 - mimi.vx@gmail.com
- update to 0.4.19
* Move HasHttpManager from http-conduit to http-client
* Chunked request bodies use less TCP packets
-------------------------------------------------------------------
Mon Jul 27 07:28:06 UTC 2015 - mimi.vx@gmail.com
- update to 0.4.18.1
* Case insensitive proxy environment variables
* Deprecate closeManager
-------------------------------------------------------------------
Mon Jul 13 05:40:57 UTC 2015 - mimi.vx@gmail.com
- update to 0.4.16
* Proxy auth for HTTPS
-------------------------------------------------------------------
Mon Jul 6 12:25:51 UTC 2015 - mimi.vx@gmail.com
- update to 0.4.15
* Support proxy authentication in environment variables
* Ignore empty http_proxy
* Support for auth via url
-------------------------------------------------------------------
Sun Jun 21 16:50:40 UTC 2015 - mimi.vx@gmail.com
- update to 0.4.12
* Added IsString RequestBody instance
-------------------------------------------------------------------
Mon Jun 8 06:30:24 UTC 2015 - mimi.vx@gmail.com
- update to 0.4.11.3
* Fix getUri to insert "?" to uriQuery when necessary.
-------------------------------------------------------------------
Mon May 4 05:55:20 UTC 2015 - mimi.vx@gmail.com
- update to 0.4.11.2
+ Removed publicsuffixlist dependency, see [Github discussion](https://github.com/litherum/publicsuffixlist/pull/7)
-------------------------------------------------------------------
Wed Apr 22 09:12:19 UTC 2015 - mimi.vx@gmail.com
- initial commit