* Fri Nov 24 2023 Peter Simons <psimons@suse.com>
- Update warp to version 3.3.31.
[#]# 3.3.31
* Supporting http2 v5.0.
* Wed Oct 25 2023 Peter Simons <psimons@suse.com>
- Update warp to version 3.3.30.
[#]# 3.3.30
* Length of `ResponseBuilder` responses will now also be passed to the logger.
[#946](https://github.com/yesodweb/wai/pull/946)
* Using `If-(None-)Match` headers simultaneously with `If-(Un)Modified-Since` headers now
follow the RFC 9110 standard. So `If-(Un)Modified-Since` headers will be correctly ignored
if their respective `-Match` counterpart is also present in the request headers.
[#945](https://github.com/yesodweb/wai/pull/945)
* Fixed adding superfluous `Server` header when using HTTP/2.0 if response already has it.
[#943](https://github.com/yesodweb/wai/pull/943)
[#]# 3.3.29
* Preparing coming "http2" v4.2.0.
[#]# 3.3.28
* Fix for the "-x509" flag
[#935](https://github.com/yesodweb/wai/pull/935)
[#]# 3.3.27
* Fixing busy loop due to eMFILE
[#933](https://github.com/yesodweb/wai/pull/933)
[#]# 3.3.26
* Using crypton instead of cryptonite.
[#931](https://github.com/yesodweb/wai/pull/931)
* Wed Oct 25 2023 Peter Simons <psimons@suse.com>
- Update warp to version 3.3.25 revision 1.
Upstream has revised the Cabal build instructions on Hackage.
* Thu Mar 30 2023 Peter Simons <psimons@suse.com>
- Updated spec file to conform with ghc-rpm-macros-2.5.2.
* Thu Mar 16 2023 Peter Simons <psimons@suse.com>
- Update warp to version 3.3.25.
[#]# 3.3.25
* Catching up the signature change of openFd in the unix package v2.8.
[#926](https://github.com/yesodweb/wai/pull/926)
* Wed Feb 08 2023 Peter Simons <psimons@suse.com>
- Update warp to version 3.3.24.
[#]# 3.3.24
* Switching the version of the "recv" package from 0.0.x to 0.1.x.
* Thu Jan 26 2023 Peter Simons <psimons@suse.com>
- Update warp to version 3.3.23 revision 1.
Upstream has revised the Cabal build instructions on Hackage.
* Wed Sep 28 2022 Peter Simons <psimons@suse.com>
- Update warp to version 3.3.23.
[#]# 3.3.23
* Add `setAccept` for hooking the socket `accept` call.
[#912](https://github.com/yesodweb/wai/pull/912)
* Removed some package dependencies from test suite
[#902](https://github.com/yesodweb/wai/pull/902)
* Factored out `Network.Wai.Handler.Warp.Recv` to its own package `recv`.
[#899](https://github.com/yesodweb/wai/pull/899)
* Tue Aug 09 2022 Peter Simons <psimons@suse.com>
- Update warp to version 3.3.22.
[#]# 3.3.22
* Creating a bigger buffer when the current one is too small to fit the Builder
[#895](https://github.com/yesodweb/wai/pull/895)
* Using InvalidRequest instead of HTTP2Error
[#890](https://github.com/yesodweb/wai/pull/890)
* Mon May 30 2022 Peter Simons <psimons@suse.com>
- Update warp to version 3.3.21.
[#]# 3.3.21
* Support GHC 9.4 [#889](https://github.com/yesodweb/wai/pull/889)
Version: 3.3.19-bp154.1.15
* Wed Feb 02 2022 Peter Simons <psimons@suse.com>
- Update warp to version 3.3.19.
[#]# 3.3.19
* Allowing the eMFILE exception in acceptNewConnection.
[#831](https://github.com/yesodweb/wai/pull/831)
* Sat Nov 20 2021 psimons@suse.com
- Update warp to version 3.3.18.
[#]# 3.3.18
* Tidy up HashMap and MultiMap [#864](https://github.com/yesodweb/wai/pull/864)
* Support GHC 9.2 [#863](https://github.com/yesodweb/wai/pull/863)
* Tue Jun 22 2021 psimons@suse.com
- Update warp to version 3.3.17.
[#]# 3.3.17
* Modify exception handling to swallow async exceptions in forked thread [#850](https://github.com/yesodweb/wai/issues/850)
* Switch default forking function to not install the global exception handler (minor optimization) [#851](https://github.com/yesodweb/wai/pull/851)
* Wed May 26 2021 psimons@suse.com
- Update warp to version 3.3.16.
[#] ChangeLog for warp
[#]# 3.3.16
* Move exception handling over to `unliftio` for better async exception support [#845](https://github.com/yesodweb/wai/issues/845)
* Fri Apr 16 2021 psimons@suse.com
- Update warp to version 3.3.15.
[#]# 3.3.15
* Using http2 v3.
* Thu Feb 04 2021 psimons@suse.com
- Update warp to version 3.3.14.
[#]# 3.3.14
* Drop support for GHC < 8.2.
* Fix header length calculation for `settingsMaxTotalHeaderLength`
[#838](https://github.com/yesodweb/wai/pull/838)
* UTF-8 encoding in `exceptionResponseForDebug`.
[#836](https://github.com/yesodweb/wai/pull/836)
* Thu Dec 17 2020 Ond?ej Súkup <mimi.vx@gmail.com>
- disable %{ix86} build
* Tue Aug 18 2020 Peter Simons <psimons@suse.com>
- Replace %setup -q with the more modern %autosetup macro.
* Fri Jun 26 2020 psimons@suse.com
- Update warp to version 3.3.13.
[#]# 3.3.13
* pReadMaker is exported from the Internal module.
* Tue Jun 09 2020 psimons@suse.com
- Add warp at version 3.3.12.
Version: 3.2.13-bp150.2.4
* Thu Aug 03 2017 psimons@suse.com
- Updated with latest spec-cleaner version 0.9.8-8-geadfbbf.
* Tue Jul 11 2017 psimons@suse.com
- Update to version 3.2.13.
* Thu May 18 2017 psimons@suse.com
- Update to version 3.2.12 with cabal2obs.
* Wed Apr 19 2017 psimons@suse.com
- Update to version 3.2.11.2 with cabal2obs.
* Mon Feb 27 2017 psimons@suse.com
- Update to version 3.2.11.1 with cabal2obs.
* Sun Feb 05 2017 psimons@suse.com
- Update to version 3.2.11 with cabal2obs.
* Mon Jan 30 2017 psimons@suse.com
- Update to version 3.2.10 with cabal2obs.
* Mon Nov 14 2016 psimons@suse.com
- Update to version 3.2.9 with cabal2obs.
* Wed Aug 17 2016 psimons@suse.com
- Update to version 3.2.8 revision 0 with cabal2obs.
* Mon Jul 18 2016 psimons@suse.com
- Update to version 3.2.7 revision 0 with cabal2obs.
This update obsoletes cabal-deps.patch.
* Sun Jul 10 2016 mimi.vx@gmail.com
- update to 3.2.7
* Adding new APIs for HTTP/2 server push: getHTTP2Data and setHTTP2Data
* Better accept(2) error handling
* Adding getGracefulShutdownTimeout.
* Add {test,}withApplicationSettings
* Sat Apr 09 2016 mimi.vx@gmail.com
- update to 3.2.6
* Using token based APIs of http2 1.6.
* Ignoring errors from setSocketOption
* Added withApplication, testWithApplication, and openFreePort
* Fixing reaper delay value of file info cache.
* Wed Feb 24 2016 mimi.vx@gmail.com
- update to 3.2.3
* Using http2 v1.5.x which much improves the performance of HTTP/2
* To get rid of the bottleneck of ByteString's (==), a new logic to compare header
names is introduced.
* Wed Jan 20 2016 mimi.vx@gmail.com
- update to 3.2.2
* Throwing errno for pread
* Add back warpVersion
* Major version up due to breaking changes. This is because the HTTP/2 code was
started over with Warp 3.1.3 due to performance issue
* runHTTP2, runHTTP2Env, runHTTP2Settings and runHTTP2SettingsSocket were removed
from the Network.Wai.Handler.Warp module.
* The performance of HTTP/2 was drastically improved. Now the performance of HTTP/2
is almost the same as that of HTTP/1.1.
* The logic to handle files in HTTP/2 is now identical to that in HTTP/1.1.
* Internal stuff was removed from the Network.Wai.Handler.Warp module
according to the plan.
* Fri Dec 25 2015 mimi.vx@gmail.com
- update to 3.1.12
- refresh cabal-deps.patch
* Setting lower bound for auto-update
* Providing a new API: killManager.
* Preventing space leaks due to Weak ThreadId
* Setting upper bound for http2.
* Tue Dec 15 2015 mimi.vx@gmail.com
- update to 3.1.10
* setFileInfoCacheDuration
* setLogger
* FileInfo/getFileInfo
* Fix: warp-tls strips out the Host request header
* Using the new priority queue based on PSQ provided by http2 lib.
* A concatenated Cookie header is prepended to the headers to ensure that it
flows pseudo headers.
* Providing a new settings: setHTTP2Disabled
* Using http-types v0.9.
* Using newer http2 library to prevent change table size attacks.
* API for HTTP/2 server push and trailers.
* Preventing response splitting attacks.
* Concatenating multiple Cookie: headers in HTTP/2.
* Sun Oct 04 2015 mimi.vx@gmail.com
- update to 3.1.3.1
* Sat Sep 12 2015 mimi.vx@gmail.com
- initial commit
* add cabal-deps.patch to remove bytestring-builder from cabal file