SHA256
1
0
forked from pool/ghc-warp

osc copypac from project:devel:languages:haskell:ghc-9.6.x package:ghc-warp revision:5, using keep-link

OBS-URL: https://build.opensuse.org/package/show/devel:languages:haskell/ghc-warp?expand=0&rev=33
This commit is contained in:
2023-11-10 14:07:22 +00:00
committed by Git OBS Bridge
parent 0ee173e20c
commit de031d349a
5 changed files with 40 additions and 290 deletions

View File

@@ -1,3 +1,37 @@
-------------------------------------------------------------------
Tue Oct 24 15:42:41 UTC 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 02:02:08 UTC 2023 - Peter Simons <psimons@suse.com>