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 d33e9d5 commit 3896fe5Copy full SHA for 3896fe5
CHANGELOG.md
@@ -1,5 +1,11 @@
1
# oak Change Log
2
3
+## Version 17.1.2
4
+
5
+- fix: allow proxy middleware to reuse body from memo (#679)
6
7
+ Thanks @bodograumann
8
9
## Version 17.1.1
10
11
- fix: properly handle invalid URLs in router (05ab3b5)
deno.json
@@ -1,6 +1,6 @@
{
"name": "@oak/oak",
- "version": "17.1.1",
+ "version": "17.1.2",
"exports": {
".": "./mod.ts",
"./application": "./application.ts",
0 commit comments