* Sun Dec 31 2023 psimons@suse.com
- Update http-client to version 0.7.16.
[#]# 0.7.16
* Add `responseEarlyHints` field to `Response`, containing a list of all HTTP 103 Early Hints headers received from the server.
* Add `earlyHintHeadersReceived` callback to `Request`, which will be called on each HTTP 103 Early Hints header section received.
[#]# 0.7.15
* Adds `shouldStripHeaderOnRedirectIfOnDifferentHostOnly` option to `Request` [#520](https://github.com/snoyberg/http-client/pull/520)
[#]# 0.7.14
* Allow customizing max header length [#514](https://github.com/snoyberg/http-client/pull/514)
[#]# 0.7.13
* Create the ability to redact custom header values to censor sensitive information
[#]# 0.7.12
* Fix premature connection closing due to weak reference lifetimes [#490](https://github.com/snoyberg/http-client/pull/490)
* Thu Feb 17 2022 psimons@suse.com
- Update http-client to version 0.7.11 revision 1.
Upstream has revised the Cabal build instructions on Hackage.
* Fri Feb 04 2022 psimons@suse.com
- Update http-client to version 0.7.11.
[#]# 0.7.11
* Allow making requests to raw IPv6 hosts [#477](https://github.com/snoyberg/http-client/pull/477)
* Catch "resource vanished" exception on initial response read [#480](https://github.com/snoyberg/http-client/pull/480)
* Search for reachable IP addresses asynchronously (RFC 6555, 8305) after calling `getAddrInfo` to reduce latency [#472](https://github.com/snoyberg/http-client/pull/472).
[#]# 0.7.10
* Consume trailers and last CRLF of chunked body. The trailers are not exposed,
unless the raw body is requested.
* Thu Dec 17 2020 mimi.vx@gmail.com
- disable %{ix86} build
* Tue Aug 18 2020 psimons@suse.com
- Replace %setup -q with the more modern %autosetup macro.
* Fri Nov 08 2019 psimons@suse.com
- Drop obsolete group attributes.
Version: 0.7.11-bp154.1.12
* Fri Feb 04 2022 Peter Simons <psimons@suse.com>
- Update http-client to version 0.7.11.
[#]# 0.7.11
* Allow making requests to raw IPv6 hosts [#477](https://github.com/snoyberg/http-client/pull/477)
* Catch "resource vanished" exception on initial response read [#480](https://github.com/snoyberg/http-client/pull/480)
* Search for reachable IP addresses asynchronously (RFC 6555, 8305) after calling `getAddrInfo` to reduce latency [#472](https://github.com/snoyberg/http-client/pull/472).
[#]# 0.7.10
* Consume trailers and last CRLF of chunked body. The trailers are not exposed,
unless the raw body is requested.
* Fri Sep 10 2021 psimons@suse.com
- Update http-client to version 0.7.9.
[#]# 0.7.9
* Exceptions from streamed request body now cause the request to fail. Previously they were
routed through onRequestBodyException and, by default, the IOExceptions were discarded.
* Thu Apr 22 2021 psimons@suse.com
- Update http-client to version 0.7.8.
[#]# 0.7.8
* Include the original `Request` in the `Response`. Expose it via `getOriginalRequest`.
* Wed Apr 14 2021 psimons@suse.com
- Update http-client to version 0.7.7.
[#]# 0.7.7
* Allow secure cookies for localhost without HTTPS [#460](https://github.com/snoyberg/http-client/pull/460)
* Sun Feb 21 2021 psimons@suse.com
- Update http-client to version 0.7.6.
[#]# 0.7.6
* Add `applyBearerAuth` function [#457](https://github.com/snoyberg/http-client/pull/457/files)
* Fri Feb 05 2021 psimons@suse.com
- Update http-client to version 0.7.5.
[#]# 0.7.5
* Force closing connections in case of exceptions throwing [#454](https://github.com/snoyberg/http-client/pull/454).
* Wed Jan 13 2021 psimons@suse.com
- Update http-client to version 0.7.4.
[#]# 0.7.4
* Depend on base64-bytestring instead of memory [#453](https://github.com/snoyberg/http-client/pull/453)
* Thu Dec 17 2020 Ond?ej SĂșkup <mimi.vx@gmail.com>
- disable %{ix86} build
* Tue Nov 17 2020 psimons@suse.com
- Update http-client to version 0.7.3.
[#]# 0.7.3
* Added `withSocket` to `Network.HTTP.Client.Connection`.
* Mon Aug 24 2020 psimons@suse.com
- Update http-client to version 0.7.2.1.
[#]# 0.7.2.1
* Fix bug in `useProxySecureWithoutConnect`.
* Fri Aug 21 2020 psimons@suse.com
- Update http-client to version 0.7.2.
[#]# 0.7.2
* Add a new proxy mode, proxySecureWithoutConnect, for sending HTTPS requests in plain text to a proxy without using the CONNECT method.
* Tue Aug 18 2020 Peter Simons <psimons@suse.com>
- Replace %setup -q with the more modern %autosetup macro.
* Fri Jun 19 2020 psimons@suse.com
- Update http-client to version 0.7.1.
[#]# 0.7.1
* Remove `AI_ADDRCONFIG` [#400](https://github.com/snoyberg/http-client/issues/400)
* Tue Jun 09 2020 psimons@suse.com
- Update http-client to version 0.7.0.
[#]# 0.7.0
* Remove Eq instances for Cookie, CookieJar, Response, Ord instance for Cookie [#435](https://github.com/snoyberg/http-client/pull/435)
Version: 0.6.4.1-bp152.1.1
* Wed May 06 2020 psimons@suse.com
- Update http-client to version 0.6.4.1.
[#]# 0.6.4.1
* Win32 2.8 support [#430](https://github.com/snoyberg/http-client/pull/430)
* Fri Nov 08 2019 Peter Simons <psimons@suse.com>
- Drop obsolete group attributes.
* Sat Apr 13 2019 psimons@suse.com
- Update http-client to version 0.6.4.
[#]# 0.6.4
* Avoid throwing an exception when a malformed HTTP header is received,
to be as robust as commonly used HTTP clients.
See [#398](https://github.com/snoyberg/http-client/issues/398)
* Wed Apr 03 2019 psimons@suse.com
- Update http-client to version 0.6.3.
[#]# 0.6.3
* Detect response body termination before reading an extra null chunk
when possible. This allows connections to be reused in some corner
cases. See
[#395](https://github.com/snoyberg/http-client/issues/395)
* Thu Feb 28 2019 psimons@suse.com
- Update http-client to version 0.6.2.
[#]# 0.6.2
* Add `shouldStripHeaderOnRedirect` option to `Request` [#300](https://github.com/snoyberg/http-client/issues/300)
Version: 0.6.1.1-bp151.1.8
* Thu Feb 21 2019 psimons@suse.com
- Update http-client to version 0.6.1.1.
[#]# 0.6.1.1
* Ensure that `Int` parsing doesn't overflow [#383](https://github.com/snoyberg/http-client/issues/383)
* Tue Jan 15 2019 psimons@suse.com
- Update http-client to version 0.6.1.
[#]# 0.6.1
* Add `setUriEither` to `Network.HTTP.Client.Internal`
* Thu Jan 10 2019 psimons@suse.com
- Update http-client to version 0.6.0.
[#]# 0.6.0
* Generalize `renderParts` over arbitrary applicative functors. One particular
use case that is enabled by this change is that now `renderParts` can be used
in pure code by using it in combination with `runIdentity`.
* Mon Nov 19 2018 psimons@suse.com
- Update http-client to version 0.5.14.
[#] Changelog for http-client
[#]# 0.5.14
* Omit port for `getUri` when protocol is `http` and port is `80`, or when
protocol is `https` and port is `443`
* Sending requests with invalid headers now throws InvalidRequestHeader exception
* Sat Oct 20 2018 Peter Simons <psimons@suse.com>
- Use https URL to refer to bugs.opensuse.org.
* Wed Jul 18 2018 psimons@suse.com
- Cosmetic: replace tabs with blanks, strip trailing white space,
and update copyright headers with spec-cleaner.
* Fri Jul 13 2018 psimons@suse.com
- 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).
* Mon May 14 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)
Version: 0.5.7.0-bp150.2.4
* Thu Aug 03 2017 psimons@suse.com
- Updated with latest spec-cleaner version 0.9.8-8-geadfbbf.
* Wed May 31 2017 psimons@suse.com
- Update to version 0.5.7.0.
* Mon Feb 27 2017 psimons@suse.com
- Update to version 0.5.6.1 with cabal2obs.
* Sun Feb 12 2017 psimons@suse.com
- Update to version 0.5.5 with cabal2obs.
* Tue Nov 29 2016 psimons@suse.com
- Update to version 0.4.31.2 with cabal2obs.
* Thu Sep 15 2016 psimons@suse.com
- Update to version 0.4.31.1 revision 0 with cabal2obs.
Version: 0.4.31-6.4
* Sun Jul 10 2016 mimi.vx@gmail.com
- update to version 0.4.31 revision 0
* Added length validation for RequestBodyStream
* Sun Jul 03 2016 mimi.vx@gmail.com
- update to 0.4.30
* Deprecate parseUrl
* Add parseUrlThrow, parseRequest, and parseRequest_
* Fri Jun 17 2016 mimi.vx@gmail.com
- update to 0.4.29
* Changed the order of connecting a socket and tweaking a socket, such that
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 2016 mimi.vx@gmail.com
- update to 0.4.28
* Add support for including request method in URL
* requestManagerOverride
* RequestBodyIO
* Tue Apr 12 2016 mimi.vx@gmail.com
- update to 0.4.27.1
* Incorrect idle connection count in HTTP manager
Version: 0.4.27-3.1
* Fri Jan 22 2016 mimi.vx@gmail.com
- update to 0.4.27
* Enable managerModifyRequest to modify checkStatus
* Thu Dec 24 2015 mimi.vx@gmail.com
- update to 0.4.26.2
* Fix compilation for GHC 7.4
* Thu Dec 17 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 2015 mimi.vx@gmail.com
- update to 0.4.25
* Don't error out when response body flushing fails
* Sun Sep 27 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 2015 mimi.vx@gmail.com
- update to 0.4.23
* Case insensitive cookie domains
* Sun Sep 13 2015 mimi.vx@gmail.com
- update to 0.4.22.1
* ProxyConnectException now returns Right HttpException.
* Mon Aug 31 2015 mimi.vx@gmail.com
- update to 0.4.21
* Support no_proxy environment variable
* Sun Aug 23 2015 mimi.vx@gmail.com
- update to 0.4.20
* Expose brReadSome
* Thu Aug 13 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 2015 mimi.vx@gmail.com
- update to 0.4.18.1
* Case insensitive proxy environment variables
* Deprecate closeManager
* Mon Jul 13 2015 mimi.vx@gmail.com
- update to 0.4.16
* Proxy auth for HTTPS
* Mon Jul 06 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 2015 mimi.vx@gmail.com
- update to 0.4.12
* Added IsString RequestBody instance
* Mon Jun 08 2015 mimi.vx@gmail.com
- update to 0.4.11.3
* Fix getUri to insert "?" to uriQuery when necessary.
* Mon May 04 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 2015 mimi.vx@gmail.com
- initial commit