You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+3Lines changed: 3 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -143,6 +143,9 @@ app.post('/auth',
143
143
144
144
Changelog
145
145
---------
146
+
### v0.4.2
147
+
* BUG: In some cases when no callbacks were supplied memcached would drop the request. Ensure that memcached always sees a callback expressBrute isn't given one.
148
+
146
149
### v0.4.1
147
150
* NEW: `refreshTimeoutOnRequest` option that allows you to prevent the remaining `lifetime` for a timer from being reset on each request (useful for implementing limits for set time frames, e.g. requests per day)
148
151
* BUG: Lifetimes were not previously getting extended properly for instances of `ExpressBrute.MemoryStore`
0 commit comments