2016-01-12 14:21:14 +03:00
## 3.0.14
* Middleware to force domain names. [#506 ](https://github.com/yesodweb/wai/issues/506 ) [#507 ](https://github.com/yesodweb/wai/pull/507 )
2015-12-30 09:22:11 +03:00
## 3.0.13.1
* Support wai 3.2
2015-11-18 10:00:49 +03:00
## 3.0.13
* Autoflush handle [#466 ](https://github.com/yesodweb/wai/pull/466 )
2015-10-16 22:40:11 +03:00
## 3.0.12
* 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
2015-10-06 20:33:10 +03:00
## 3.0.11
* Add constructor for more detailed custom output formats for RequestLogger
* Add JSON output formatter for RequestLogger
2015-07-24 20:09:51 +03:00
## 3.0.10
* Adding Request Body to RequestLogger [#401 ](https://github.com/yesodweb/wai/pull/401 )
2015-07-21 02:10:29 +03:00
## 3.0.9
* Network.Wai.Middleware.Routed module added
2015-04-08 18:15:53 +03:00
## 3.0.7
* Add appearsSecure: check if a request appears to be using SSL even in the
presence of reverse proxies [#362 ](https://github.com/yesodweb/wai/pull/362 )
2015-04-09 09:23:44 +03:00
* Add ForceSSL middleware [#363 ](https://github.com/yesodweb/wai/pull/363 )
2015-04-09 10:27:24 +03:00
* Add Approot middleware
2015-04-08 18:15:53 +03:00
2015-04-02 16:28:53 +03:00
## 3.0.6.1
* Test code: only include a Cookie header if there are cookies. Without this
patch, yesod-test cookie handling is broken.
2015-04-02 13:19:37 +03:00
## 3.0.6
* Add Cookie Handling to Network.Wai.Test [#356 ](https://github.com/yesodweb/wai/pull/356 )
2015-03-26 15:50:15 +03:00
## 3.0.5
* add functions to extract authentication data from Authorization header [#352 ](add functions to extract authentication data from Authorization header #352 )
2015-03-18 19:58:51 +03:00
## 3.0.4.6
* Access log sequence not valid [#336 ](https://github.com/yesodweb/wai/issues/336 )
2015-02-26 08:10:55 +03:00
## 3.0.4.5
* Allow fast-logger 2.3
2015-02-23 15:31:22 +03:00
## 3.0.4.3
Test suite warning cleanup
2015-02-22 16:12:03 +03:00
## 3.0.4.2
Allow blaze-builder 0.4
2015-01-05 15:23:48 +03:00
## 3.0.4.1
Fix compilation failure on Windows [#321 ](https://github.com/yesodweb/wai/issues/321 )
2015-01-05 11:56:59 +03:00
## 3.0.4
Add the `StreamFile` middleware.
2014-12-13 20:29:49 +03:00
## 3.0.3
Add the `AddHeaders` middleware.