Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package ghc-wai-extra for openSUSE:Factory checked in at 2022-08-10 17:13:28 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/ghc-wai-extra (Old) and /work/SRC/openSUSE:Factory/.ghc-wai-extra.new.1521 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "ghc-wai-extra" Wed Aug 10 17:13:28 2022 rev:11 rq:994053 version:3.1.12.1 Changes: -------- --- /work/SRC/openSUSE:Factory/ghc-wai-extra/ghc-wai-extra.changes 2022-02-11 23:11:59.835395040 +0100 +++ /work/SRC/openSUSE:Factory/.ghc-wai-extra.new.1521/ghc-wai-extra.changes 2022-08-10 17:14:40.749923980 +0200 @@ -1,0 +2,36 @@ +Sat May 14 18:06:58 UTC 2022 - Peter Simons <[email protected]> + +- Update wai-extra to version 3.1.12.1. + ## 3.1.12.1 + + * Include test/{json.gz,noprecompress} as extra-source-files [#887](https://github.com/yesodweb/wai/pull/887) + + ## 3.1.12 + + * Added gzip caching based on `ETag` [#885](https://github.com/yesodweb/wai/pull/885): + + ## 3.1.11 + + * Overhaul to `Network.Wai.Middleware.Gzip` [#880](https://github.com/yesodweb/wai/pull/880): + * Don't fail if quality value parameters are present in the `Accept-Encoding` header + * Add `Accept-Encoding` to the `Vary` response header, instead of overriding it + * Add setting parameter to decide the compression threshold (`gzipSizeThreshold`) + * Always skip compression on a `206 Partial Content` response + * Only catch `IOException`s and `ZlibException`s when using `GzipCacheFolder` + * Added documentation on the usage of `gzip` and its decision-making. + + ## 3.1.10.1 + + * Added documentation to `Accept Override` `Middleware` [#884](https://github.com/yesodweb/wai/pull/884) + + ## 3.1.10 + + * Fixed import linting mistake introduced in `3.1.9` ([#875)](https://github.com/yesodweb/wai/pull/875)) where `Network.Wai.Handler.CGI` wouldn't compile on Windows. [#881](https://github.com/yesodweb/wai/pull/880) + * Added `Select` to choose between `Middleware`s [#878](https://github.com/yesodweb/wai/pull/878) + + ## 3.1.9 + + * Cleanup and linting of most of `wai-extra` and refactoring the `gzip` middleware to keep it more DRY and to skip compression earlier if possible [#875](https://github.com/yesodweb/wai/pull/875) + * Added `HealthCheckEndpoint` `Middleware`s for health check [#877](https://github.com/yesodweb/wai/pull/877) + +------------------------------------------------------------------- Old: ---- wai-extra-3.1.8.tar.gz New: ---- wai-extra-3.1.12.1.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ ghc-wai-extra.spec ++++++ --- /var/tmp/diff_new_pack.XQ1ymO/_old 2022-08-10 17:14:41.517925984 +0200 +++ /var/tmp/diff_new_pack.XQ1ymO/_new 2022-08-10 17:14:41.521925995 +0200 @@ -19,7 +19,7 @@ %global pkg_name wai-extra %bcond_with tests Name: ghc-%{pkg_name} -Version: 3.1.8 +Version: 3.1.12.1 Release: 0 Summary: Provides some basic WAI handlers and middleware License: MIT @@ -56,6 +56,7 @@ ExcludeArch: %{ix86} %if %{with tests} BuildRequires: ghc-hspec-devel +BuildRequires: ghc-temporary-devel BuildRequires: ghc-zlib-devel %endif @@ -88,6 +89,10 @@ Negotiate HTTP payload gzip compression. +* Health check endpoint + +Add an empty health check endpoint. + * HTTP Basic Authentication WAI Basic Authentication Middleware which uses Authorization header. @@ -110,6 +115,10 @@ Rewrite request path info based on a custom conversion rules. +* Select + +Dynamically choose between Middlewares. + * Stream Files Convert ResponseFile type responses into ResponseStream type. ++++++ wai-extra-3.1.8.tar.gz -> wai-extra-3.1.12.1.tar.gz ++++++ ++++ 3072 lines of diff (skipped)
