Commit Graph

63 Commits

Author SHA1 Message Date
Matthias Heinzel
34af83b5db fix ChangeLog entry 2020-02-16 12:27:58 +01:00
Matthias Heinzel
48e134e884 bump version number 2020-02-15 22:48:16 +01:00
Daniel Goertzen
45e3a02bdd update changelog 2020-01-06 12:56:11 -06:00
Xavier Shay
b1fd904789 Add to changelog. 2019-08-11 13:29:22 +10:00
Jezen Thomas
3ff52dea2f
Add PR #762 to ChangeLog 2019-07-09 13:36:38 +02:00
Yitz Gale
4496822390 Fix changelog. 2019-06-24 16:44:29 +03:00
Yitz Gale
47f9137948 Changelog. 2019-06-24 16:28:43 +03:00
vlatkoB
302726b815 Fix for #647 (Payload Too Large in WAI is 500 instead of 413)
- Instead of 'error "Header line length exceeds allowed maximum."'
  throw 'ConnectionError (UnknownErrorCode 431)
                          "Request Header Fields Too Large"'
- Instead of 'error "Maximum size exceeded"'
  throw 'ConnectionError (UnknownErrorCode 413) "Payload Too Large"'

Before submitting your PR, I have:

- [X] Bumped the version number
- [X] Added Since declarations to the Haddock

After submitting PR, I have:

- [X] Update the Changelog.md file with a link to your PR
- [X] Check that CI passes (except lts-6 and lts-9)

On Windows stack-lts-13 1 test fails
 1) Run streaming response with length
           expected: "HelloHelloHelloHello"
            but got: "Bad Request"

Runs fine on Linux and mac.
2019-04-24 07:44:38 +02:00
Kazu Yamamoto
74618ab513 updating changelog. 2019-01-21 12:17:39 +09:00
George Wilson
3376e3c6ff Add a link to my pull request to the changelog 2018-09-27 17:03:16 +10:00
George Wilson
915778a44d Remove dependency on stringsearch 2018-09-27 16:57:51 +10:00
Michael Snoyman
d56cd4a1e9
Drop lifted-base dep 2018-08-28 12:33:17 +03:00
Michael Snoyman
9d36b507b5
Add heading to changelog 2018-08-19 14:22:32 +03:00
Michael Snoyman
1542527ab0 Merge branch 'master' of https://github.com/etsemerald/wai 2018-08-19 05:38:56 +03:00
Daniel Bergey
de3c08d5c8 update ChangeLog for #709 2018-08-17 18:43:50 -04:00
Christian Marie
566e9fdbf9 Patch version bump to 3.0.24.2 2018-08-16 17:28:04 +10:00
Damian Gaweda
0f99969a90 wai-extra: Catch the "file not found" exception in tempFileBackEndOpts (#705) 2018-08-14 16:39:45 +02:00
patrick brisbin
bb2ba5d495
Version bump and changelog 2018-07-31 14:28:25 -04:00
Mikkel Christiansen
78c0c060b9 Add minor version bump, changelog entry, and since comment 2018-07-11 12:51:47 +02:00
Michael Karg
de81a1be90 drop blaze-builder dependency for wai-extra 2018-03-12 00:23:56 +01:00
Michael Snoyman
c2e1c30479 Update changelogs 2018-01-16 10:56:38 +09:00
Michael Snoyman
c8d0e67394 Support streaming-commons 0.2 2018-01-16 10:56:38 +09:00
Elliot Cameron
c4e0f170c2
Export Network.Wai.Parse.noLimitParseRequestBodyOptions 2017-12-19 16:26:06 -05:00
Michael Snoyman
ba9b28d2db
Revert change from #654 2017-11-22 11:16:07 +02:00
Jeroen Bransen
699de9736f [wai-extra] Set requestBodyLength to the actual length of the post body 2017-11-20 15:41:25 +01:00
Jeroen Bransen
e900d888ba [wai-extra] Update version number and changelog 2017-11-20 10:32:42 +01:00
fisx
4b09d13ade Allow people to manage session state between calls to runSession. (#629)
* Allow people to manage session state between calls to runSession.

* Bump version, update ChangeLog.

* haddocks for runSessionWith.

* Move ClientState(..) to "Internal" module.

This makes import possible, but does not encourage it.

* Expose ClientCookies from runSessionWith (rather than internal ClientState).

* Revert "Expose ClientCookies from runSessionWith (rather than internal ClientState)."

This reverts commit ed575fb2f0aa9fba37c32e93bebff2566e9a2dd4.

* Move runSessionWith (and all that is needed for it to Test.Internal module.
2017-06-22 19:15:49 +03:00
Michael Snoyman
82c8c61bba Version bump for #604 2017-01-17 13:28:05 +02:00
Oleg Grenrus
416ab619f8 Add basicAuth' 2016-10-19 18:44:42 +03:00
Michael Snoyman
573d25864c ChangeLog for #582 2016-09-25 14:39:19 +03:00
Michael Snoyman
51b5386e96 Version bump for #580 2016-09-04 08:45:48 +03:00
Hans-Christian Esperer
996d5dcabb Fix the way the header length is determined 2016-07-05 22:33:27 +02:00
Michael Snoyman
f8fab3fc9e Merge branch 'memory-safe-tempfilebackend' of https://github.com/hce/wai into hce-memory-safe-tempfilebackend 2016-07-05 15:51:51 +03:00
Hans-Christian Esperer
3d0e59aef6 Update version number and changelog 2016-07-05 14:43:28 +02:00
Michael Snoyman
f49f206107 Allow wai-logger 2.3 2016-07-04 15:02:08 +03:00
Michael Snoyman
e0fcc8a6b5 Version bump 2016-06-16 14:53:05 +03:00
Michael Snoyman
082bd633cd Version bump for #544 2016-04-25 16:21:01 +03:00
Michael Snoyman
edf0101ede Version bump for #525 2016-03-22 10:26:46 +02:00
Michael Snoyman
4a8d4d9825 Add missing fields for CGI module (fixes yesodweb/yesod#1186)
Pinging @kazu-yamamoto, if we add more fields to Request in the future,
this needs to be updated again.
2016-03-16 14:47:31 +02:00
Michael Snoyman
9aa47b5c1c Version bump for #515 2016-03-10 20:32:52 +02:00
Michael Snoyman
fda63985d6 Clarify docs on logStdout and logStdoutDev (fixes #515) 2016-02-29 10:15:52 +02:00
Michael Snoyman
049a3bb94f Version bump (fixes #506) 2016-01-12 13:21:14 +02:00
Michael Snoyman
f28324165f Version bound tweaks for wai/warp 3.2 2015-12-30 08:22:11 +02:00
Michael Snoyman
6309fb1098 Version bump 2015-11-18 09:00:49 +02:00
Greg Weber
8137be3121 version bump and ChangeLog for smarter gzip 2015-10-16 12:40:32 -07:00
Eric Easley
b4d61b9743 Update changelog about JSON RequestLogger 2015-10-06 10:33:10 -07:00
Michael Snoyman
f370437b58 Version bump 2015-07-24 20:09:51 +03:00
Michael Snoyman
019ab41ec7 wai-extra version bump 2015-07-21 02:10:29 +03:00
Michael Snoyman
fb6823faec Add approot middleware 2015-04-09 10:27:24 +03:00
Michael Snoyman
9a69864daf ForceSSL cleanups
* Use Data.Word8 (more efficient than Data.ByteString.Char8)
* Use mempty (older blaze-builder does not have an IsString instance)
* Update ChangeLog

Pinging @pbrisbin
2015-04-09 09:24:28 +03:00