Sat May 14 18:06:58 UTC 2022 - Peter Simons <psimons@suse.com>
- 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)
* Added an `ApacheWithSettings` output format for `RequestLogger` that allows request filtering similar to `DetailedWithSettings` and logging of the current user via wai-logger's `initLoggerUser` [#866](https://github.com/yesodweb/wai/pull/866)
* Add a `DetailedWithSettings` output format for `RequestLogger` that allows to hide requests and modify query parameters [#826](https://github.com/yesodweb/wai/pull/826)
* 'Network.Wai.Middleware.RequestSizeLimit': Add a new middleware to reject request bodies above a certain size. [#818](https://github.com/yesodweb/wai/pull/818/files)