File tree Expand file tree Collapse file tree 1 file changed +30
-0
lines changed Expand file tree Collapse file tree 1 file changed +30
-0
lines changed Original file line number Diff line number Diff line change 11# oak Change Log
22
3+ ## Version 7.7.0
4+
5+ - feat: improve inspection/console logging (bfbf061)
6+
7+ Most oak classes now utilise Deno's custom inspect API to provide better
8+ logging information.
9+
10+ - feat: SSE can send keep-alive comments (3d27096)
11+
12+ When upgrading a connection to a server-sent-event target, the ` keepAlive `
13+ option can be set to allow "polling" of the connection to keep it alive (as
14+ well as detect client disconnections without having to dispatch and event).
15+
16+ - fix(proxy): Retain original search parameters (#347 )
17+
18+ Search parameters in a proxied request are now forwarded.
19+
20+ - fix(#343 ): parse out unique set-cookie headers
21+
22+ When setting multiple cookies in a response, adding additional cookies works
23+ properly.
24+
25+ - fix: SSEStreamTarget handles connections closing properly (0678104)
26+
27+ When using SSE with the native HTTP, client connections closing will now
28+ trigger the ` "close" ` event properly.
29+
30+ - chore: change ci to Deno 1.11.2 (bbd5fe4)
31+ - chore: restore lint comments until Deno 1.12 (93323c3)
32+
333## Version 7.6.3
434
535- fix: type check under other targets (6fdb123)
You can’t perform that action at this time.
0 commit comments