Version: 3.1.8-bp154.1.12
* Mon Jan 03 2022 Peter Simons <psimons@suse.com>
- Update wai-extra to version 3.1.8.
[#]# 3.1.8
* 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)
* Mon Nov 01 2021 psimons@suse.com
- Update wai-extra to version 3.1.7.
[#]# 3.1.7
* Added new `mPrelogRequests` option to `DetailedSettings` [#857](https://github.com/yesodweb/wai/pull/857)
* Tue Jan 19 2021 psimons@suse.com
- Update wai-extra to version 3.1.6.
[#]# 3.1.6
* Remove unused dependencies [#837](https://github.com/yesodweb/wai/pull/837)
* Mon Jan 04 2021 psimons@suse.com
- Update wai-extra to version 3.1.5.
[#]# 3.1.5
* `Network.Wai.Middleware.RealIp`: Add a new middleware to infer the remote IP address from headers [#834](https://github.com/yesodweb/wai/pull/834)
* Thu Dec 17 2020 Ond?ej Súkup <mimi.vx@gmail.com>
- disable %{ix86} build
* Mon Dec 14 2020 psimons@suse.com
- Update wai-extra to version 3.1.4.1.
[#]# 3.1.4.1
* `Network.Wai.Middleware.Gzip`: Add `Vary: Accept-Encoding` header to responses [#829](https://github.com/yesodweb/wai/pull/829)
* Sun Dec 06 2020 psimons@suse.com
- Update wai-extra to version 3.1.4.
[#]# 3.1.4
* Export `Network.Wai.Middleware.RequestLogger.JSON.requestToJSON` [#827](https://github.com/yesodweb/wai/pull/827)
* Fri Nov 27 2020 psimons@suse.com
- Update wai-extra to version 3.1.3.
[#]# 3.1.3
* Add a `DetailedWithSettings` output format for `RequestLogger` that allows to hide requests and modify query parameters [#826](https://github.com/yesodweb/wai/pull/826)
* Sat Nov 07 2020 psimons@suse.com
- Update wai-extra to version 3.1.2.
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.2/src/ChangeLog.md
* Tue Oct 06 2020 psimons@suse.com
- Update wai-extra to version 3.1.1.
[#]# 3.1.1
* '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)
* Tue Sep 22 2020 psimons@suse.com
- Update wai-extra to version 3.1.0.
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.0/src/ChangeLog.md
* Fri Sep 18 2020 psimons@suse.com
- Update wai-extra to version 3.0.31.
[#]# 3.0.31
* Undo WaiTestFailure change in previous release
[#]# 3.0.30
* `Network.Wai.Test`: Add support source locations to assertion primitives [#812](https://github.com/yesodweb/wai/pull/812)
* Tue Aug 18 2020 Peter Simons <psimons@suse.com>
- Replace %setup -q with the more modern %autosetup macro.
* Tue Jun 09 2020 psimons@suse.com
- Add wai-extra at version 3.0.29.2.
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.
Version: 3.0.16.1-2.2
* 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
* Fri Apr 24 2015 mimi.vx@gmail.com
- initial commit