forked from pool/ghc-http-client
- update to 0.4.27 * Enable managerModifyRequest to modify checkStatus OBS-URL: https://build.opensuse.org/request/show/355964 OBS-URL: https://build.opensuse.org/package/show/devel:languages:haskell/ghc-http-client?expand=0&rev=30
107 lines
3.3 KiB
Plaintext
107 lines
3.3 KiB
Plaintext
-------------------------------------------------------------------
|
|
Fri Jan 22 08:59:09 UTC 2016 - mimi.vx@gmail.com
|
|
|
|
- update to 0.4.27
|
|
* Enable managerModifyRequest to modify checkStatus
|
|
|
|
-------------------------------------------------------------------
|
|
Thu Dec 24 09:31:02 UTC 2015 - mimi.vx@gmail.com
|
|
|
|
- update to 0.4.26.2
|
|
* Fix compilation for GHC 7.4
|
|
|
|
-------------------------------------------------------------------
|
|
Thu Dec 17 10:40:19 UTC 2015 - mimi.vx@gmail.com
|
|
|
|
- update to 0.4.26.1
|
|
* Make sure we never read from or write to closed socket
|
|
|
|
-------------------------------------------------------------------
|
|
Sun Dec 13 16:44:45 UTC 2015 - mimi.vx@gmail.com
|
|
|
|
- update to 0.4.25
|
|
* Don't error out when response body flushing fails
|
|
|
|
-------------------------------------------------------------------
|
|
Sun Sep 27 10:04:09 UTC 2015 - mimi.vx@gmail.com
|
|
|
|
- update to 0.4.24
|
|
* Use a new TlsExceptionHostPort exception to indicate the host and port of the
|
|
server we were trying to connect to when a TLS exception occurred.
|
|
|
|
-------------------------------------------------------------------
|
|
Sun Sep 20 19:18:53 UTC 2015 - mimi.vx@gmail.com
|
|
|
|
- update to 0.4.23
|
|
* Case insensitive cookie domains
|
|
|
|
-------------------------------------------------------------------
|
|
Sun Sep 13 12:49:54 UTC 2015 - mimi.vx@gmail.com
|
|
|
|
- update to 0.4.22.1
|
|
* ProxyConnectException now returns Right HttpException.
|
|
|
|
-------------------------------------------------------------------
|
|
Mon Aug 31 08:04:52 UTC 2015 - mimi.vx@gmail.com
|
|
|
|
- update to 0.4.21
|
|
* Support no_proxy environment variable
|
|
|
|
-------------------------------------------------------------------
|
|
Sun Aug 23 17:34:03 UTC 2015 - mimi.vx@gmail.com
|
|
|
|
- update to 0.4.20
|
|
* Expose brReadSome
|
|
|
|
-------------------------------------------------------------------
|
|
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
|
|
|