SEARCH
NEW RPMS
DIRECTORIES
ABOUT
FAQ
VARIOUS
BLOG

 
 
Changelog for ghc-http-client-doc-0.7.17-dlh.141.6.noarch.rpm :

* Wed Mar 20 2024 Peter Simons - Update http-client to version 0.7.17. [#]# 0.7.17
* Add `managerSetMaxHeaderLength` to `Client` to change `ManagerSettings` `MaxHeaderLength`.
* Sun Dec 31 2023 Peter Simons - 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.
* Mon Oct 30 2023 Peter Simons - Update http-client to version 0.7.15. [#]# 0.7.15
* Adds `shouldStripHeaderOnRedirectIfOnDifferentHostOnly` option to `Request` [#520](https://github.com/snoyberg/http-client/pull/520)
* Fri Oct 13 2023 Peter Simons - Update http-client to version 0.7.14 revision 1. Upstream has revised the Cabal build instructions on Hackage.
* Mon Aug 21 2023 Peter Simons - Update http-client to version 0.7.14. [#]# 0.7.14
* Allow customizing max header length [#514](https://github.com/snoyberg/http-client/pull/514)
* Thu Mar 30 2023 Peter Simons - Updated spec file to conform with ghc-rpm-macros-2.5.2.
* Sun Jan 08 2023 Peter Simons - Update http-client to version 0.7.13.1 revision 1. Upstream has revised the Cabal build instructions on Hackage.
* Thu Aug 04 2022 Peter Simons - Update http-client to version 0.7.13.1. [#]# 0.7.13
* Create the ability to redact custom header values to censor sensitive information
* Tue Jul 26 2022 Peter Simons - Update http-client to version 0.7.12. [#]# 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 Peter Simons - Update http-client to version 0.7.11 revision 1. Upstream has revised the Cabal build instructions on Hackage.
* Fri Feb 04 2022 Peter Simons - 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 psimonsAATTsuse.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 psimonsAATTsuse.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 psimonsAATTsuse.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 psimonsAATTsuse.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 psimonsAATTsuse.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 psimonsAATTsuse.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)
 
ICM