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 811ee4f commit 1565a12Copy full SHA for 1565a12
CHANGELOG.md
@@ -1,5 +1,12 @@
1
# oak Change Log
2
3
+## Version 17.2.0
4
+
5
+- feat: add idleTimeout for websocket (#702)
6
+- fix: update for Uint8Array being generic (#705)
7
+- chore: fix publish workflow (#706)
8
+- docs: prefer bare specifiers (#704)
9
10
## Version 17.1.6
11
12
- fix: address ReDoS vulnerability in headers (#700)
deno.json
@@ -1,6 +1,6 @@
{
"name": "@oak/oak",
- "version": "17.1.6",
+ "version": "17.2.0",
"exports": {
".": "./mod.ts",
"./application": "./application.ts",
0 commit comments