We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b25dcb6 commit 0ddf451Copy full SHA for 0ddf451
CHANGELOG.md
@@ -1,5 +1,9 @@
1
# CHANGELOG
2
3
+## 10.0.4
4
+
5
+* Bugfix to rate limiter (#120)
6
7
## 10.0.3
8
9
* Moved `final` flag to the constructor
test/Middleware/RateLimitingTest.php
@@ -39,7 +39,7 @@ public function testRestSleep(): void
39
'made' => 1,
40
'limit' => 40,
41
'time' => $firstTime,
42
- ]
+ ],
43
], $api->getSession());
44
45
// Given we have 2 previous calls within 1 second window, sleep should trigger
@@ -77,7 +77,7 @@ public function testRestNoSleep(): void
77
78
79
80
81
82
83
// Even though two requests happened within 1 second window,
0 commit comments