* Wed May 15 2024 Peter Simons <psimons@suse.com>
- Update wai-extra to version 3.1.15.
Upstream has edited the change log file since the last release in
a non-trivial way, i.e. they did more than just add a new entry
at the top. You can review the file at:
http://hackage.haskell.org/package/wai-extra-3.1.15/src/ChangeLog.md
* Fri Jan 12 2024 Peter Simons <psimons@suse.com>
- Update wai-extra to version 3.1.14.
[#]# 3.1.15
* Request parsing throws an exception rather than `error`ing [#964](https://github.com/yesodweb/wai/pull/964):
* Add `RequestParseException` type and expose it from the `Network.Wai.Parse` module.
* Behavior change : `parseRequestBody` and `parseRequestBodyEx` (exported from `Network.Wai.Parse`) throw `RequestParseException` rather than calling `error`.
[#]# 3.1.14.0
* `defaultGzipSettings` now exported to not depend on `Data.Default` [#959](https://github.com/yesodweb/wai/pull/959)
* Thu Mar 30 2023 Peter Simons <psimons@suse.com>
- Updated spec file to conform with ghc-rpm-macros-2.5.2.
* Tue Nov 01 2022 Peter Simons <psimons@suse.com>
- Update wai-extra to version 3.1.13.0 revision 1.
[#]# 3.1.13.0
* Added `Combine Headers` `Middleware` [#901](https://github.com/yesodweb/wai/pull/901)
* Sat May 14 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)
Version: 3.0.20.0-bp150.2.4
* Thu Aug 03 2017 psimons@suse.com
- Updated with latest spec-cleaner version 0.9.8-8-geadfbbf.
* Sun Jun 25 2017 psimons@suse.com
- Update to version 3.0.20.0.
* Thu Jan 26 2017 psimons@suse.com
- Update to version 3.0.19.1 with cabal2obs.
* Thu Oct 27 2016 psimons@suse.com
- Update to version 3.0.19 with cabal2obs.
* Sat Oct 01 2016 psimons@suse.com
- Update to version 3.0.18 with cabal2obs.
* Thu Sep 15 2016 psimons@suse.com
- Update to version 3.0.17 revision 0 with cabal2obs.
* Mon Jul 18 2016 psimons@suse.com
- Update to version 3.0.16.1 revision 0 with cabal2obs.
* Sun Jul 10 2016 mimi.vx@gmail.com
- update to 3.0.16.1
* Fix the way the header length is checked (for limiting the max header length)
* Add a new function "parseRequestBodyEx" that allows various size limits to be set.
* Fri Jun 17 2016 mimi.vx@gmail.com
- update to 3.0.15.2
* Doc improvements
* Tue Apr 26 2016 mimi.vx@gmail.com
- update to 3.0.15.1
* don't use deprecated CRT functions on Windows
* Wed Mar 23 2016 mimi.vx@gmail.com
- update to 3.0.15
* add requestSizeCheck
* Fri Mar 18 2016 mimi.vx@gmail.com
- update to 3.0.14.3
* Add missing requestHeaderReferer and requestHeaderUserAgent fields to CGI
* Case insensitive multipart request header lookup
* Tue Mar 08 2016 mimi.vx@gmail.com
- update to 3.0.14.1
* Doc update for logStdout and logStdoutDev
* Fri Jan 15 2016 mimi.vx@gmail.com
- update to 3.0.14
* Middleware to force domain names.
* Thu Dec 31 2015 mimi.vx@gmail.com
- update to 3.0.13.1
* support wai 3.2
* Sun Nov 22 2015 mimi.vx@gmail.com
- update to 3.0.13
* Autoflush handle
* Add Network.Wai.Header.contentLength to read the Content-Length header
of a response
* The gzip middleware no longer zips responses smaller than 860 bytes
* Mon Oct 12 2015 mimi.vx@gmail.com
- update to 3.0.11.1
* Add constructor for more detailed custom output formats for RequestLogger
* Add JSON output formatter for RequestLogger
* Mon Jul 27 2015 mimi.vx@gmail.com
- update to 3.0.10
* Network.Wai.Middleware.Routed module added
* Adding Request Body to RequestLogger
* Mon Jul 13 2015 mimi.vx@gmail.com
- update to 3.0.8.2
* Mon Apr 27 2015 mimi.vx@gmail.com
- update to 3.0.7.1
* no upstream changelog