wai-throttler 0.1.0.4 → 0.1.0.5
raw patch · 2 files changed
+5/−2 lines, 2 filesdep ~http-typesPVP ok
version bump matches the API change (PVP)
Dependency ranges changed: http-types
API changes (from Hackage documentation)
Files
- changelog.md +3/−0
- wai-throttler.cabal +2/−2
changelog.md view
@@ -1,3 +1,6 @@+0.1.0.5+* Fix minimum version dependency for http-types+ 0.1.0.4 * Change HTTP response status code to 429
wai-throttler.cabal view
@@ -2,7 +2,7 @@ -- documentation, see http://haskell.org/cabal/users-guide/ name: wai-throttler-version: 0.1.0.4+version: 0.1.0.5 synopsis: Wai middleware for request throttling -- description: license: MIT@@ -25,5 +25,5 @@ , containers == 0.5.* , time == 1.4.* , wai == 2.*- , http-types == 0.8.*+ , http-types >= 0.8.5 default-language: Haskell2010