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 79354cf commit 9ffb763Copy full SHA for 9ffb763
.version.json
@@ -2,6 +2,6 @@
2
"strategy": "semver",
3
"major": 0,
4
"minor": 8,
5
- "patch": 0,
+ "patch": 1,
6
"build": 0
7
}
versionlog.md
@@ -1,3 +1,5 @@
1
+## 0.8.1
+
* Added integrated rate limiting support via routing component.
* Rate limiting configuration with rate_limit and api_limit categories.
* Automatic rate limit filter registration from config.yaml
0 commit comments