2018-10-20 11:47:54 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Sat Oct 20 11:31:36 UTC 2018 - Peter Simons <psimons@suse.com>
|
|
|
|
|
|
|
|
- Use https URL to refer to bugs.opensuse.org.
|
|
|
|
|
2018-07-18 14:40:43 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Wed Jul 18 14:26:28 UTC 2018 - psimons@suse.com
|
|
|
|
|
|
|
|
- Cosmetic: replace tabs with blanks, strip trailing white space,
|
|
|
|
and update copyright headers with spec-cleaner.
|
|
|
|
|
2018-07-11 01:01:46 +00:00
|
|
|
-------------------------------------------------------------------
|
2018-07-15 01:01:49 +00:00
|
|
|
Fri Jul 13 14:31:24 UTC 2018 - psimons@suse.com
|
2018-07-11 01:01:46 +00:00
|
|
|
|
|
|
|
- Update http-client to version 0.5.13.1.
|
|
|
|
## 0.5.13.1
|
|
|
|
|
|
|
|
* Add a workaround for a cabal bug [haskell-infra/hackage-trustees#165](https://github.com/haskell-infra/hackage-trustees/issues/165)
|
|
|
|
|
|
|
|
## 0.5.13
|
|
|
|
|
|
|
|
* Adds `setRequestCheckStatus` and `throwErrorStatusCodes` functions.
|
|
|
|
See [#304](https://github.com/snoyberg/http-client/issues/304)
|
|
|
|
* Add `withConnection` function.
|
|
|
|
See [#352](https://github.com/snoyberg/http-client/pull/352).
|
|
|
|
|
2018-05-15 18:24:02 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
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)
|
|
|
|
|
2018-05-14 15:20:36 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Thu Aug 3 15:38:38 UTC 2017 - psimons@suse.com
|
|
|
|
|
|
|
|
- Updated with latest spec-cleaner version 0.9.8-8-geadfbbf.
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
Wed May 31 14:01:08 UTC 2017 - psimons@suse.com
|
|
|
|
|
|
|
|
- Update to version 0.5.7.0.
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
Mon Feb 27 10:12:10 UTC 2017 - psimons@suse.com
|
|
|
|
|
|
|
|
- Update to version 0.5.6.1 with cabal2obs.
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
Sun Feb 12 14:18:32 UTC 2017 - psimons@suse.com
|
|
|
|
|
|
|
|
- Update to version 0.5.5 with cabal2obs.
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
Tue Nov 29 11:30:54 UTC 2016 - psimons@suse.com
|
|
|
|
|
|
|
|
- Update to version 0.4.31.2 with cabal2obs.
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
Thu Sep 15 07:01:48 UTC 2016 - psimons@suse.com
|
|
|
|
|
|
|
|
- Update to version 0.4.31.1 revision 0 with cabal2obs.
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
Sun Jul 10 15:42:37 UTC 2016 - mimi.vx@gmail.com
|
|
|
|
|
|
|
|
- update to version 0.4.31 revision 0
|
|
|
|
* Added length validation for RequestBodyStream
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
Sun Jul 3 12:10:09 UTC 2016 - mimi.vx@gmail.com
|
|
|
|
|
|
|
|
- update to 0.4.30
|
|
|
|
* Deprecate parseUrl
|
|
|
|
* Add parseUrlThrow, parseRequest, and parseRequest_
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
Fri Jun 17 07:48:56 UTC 2016 - mimi.vx@gmail.com
|
|
|
|
|
|
|
|
- update to 0.4.29
|
2018-07-18 14:40:43 +00:00
|
|
|
* Changed the order of connecting a socket and tweaking a socket, such that
|
2018-05-14 15:20:36 +00:00
|
|
|
the socket tweaking callback now happen before connecting.
|
|
|
|
* add setRequestIgnoreStatus
|
|
|
|
* Added missing Host: HTTP header for https CONNECT
|
|
|
|
* Fix: Redirects will be followed in httpRaw' when reusing a dead connection
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
Sat Apr 16 07:00:55 UTC 2016 - mimi.vx@gmail.com
|
|
|
|
|
|
|
|
- update to 0.4.28
|
|
|
|
* Add support for including request method in URL
|
|
|
|
* requestManagerOverride
|
|
|
|
* RequestBodyIO
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
Tue Apr 12 09:50:06 UTC 2016 - mimi.vx@gmail.com
|
|
|
|
|
|
|
|
- update to 0.4.27.1
|
|
|
|
* Incorrect idle connection count in HTTP manager
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
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
|
2018-07-18 14:40:43 +00:00
|
|
|
* Make sure we never read from or write to closed socket
|
2018-05-14 15:20:36 +00:00
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
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
|
2018-07-18 14:40:43 +00:00
|
|
|
* Use a new TlsExceptionHostPort exception to indicate the host and port of the
|
2018-05-14 15:20:36 +00:00
|
|
|
server we were trying to connect to when a TLS exception occurred.
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
Sun Sep 20 19:18:53 UTC 2015 - mimi.vx@gmail.com
|
|
|
|
|
2018-07-18 14:40:43 +00:00
|
|
|
- update to 0.4.23
|
2018-05-14 15:20:36 +00:00
|
|
|
* 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
|
|
|
|
|
2018-07-18 14:40:43 +00:00
|
|
|
- update to 0.4.20
|
2018-05-14 15:20:36 +00:00
|
|
|
* 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
|
|
|
|
|
2018-07-18 14:40:43 +00:00
|
|
|
- update to 0.4.12
|
2018-05-14 15:20:36 +00:00
|
|
|
* Added IsString RequestBody instance
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
Mon Jun 8 06:30:24 UTC 2015 - mimi.vx@gmail.com
|
|
|
|
|
|
|
|
- update to 0.4.11.3
|
2018-07-18 14:40:43 +00:00
|
|
|
* Fix getUri to insert "?" to uriQuery when necessary.
|
2018-05-14 15:20:36 +00:00
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
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
|
|
|
|
|
2018-07-18 14:40:43 +00:00
|
|
|
- initial commit
|