@@ -6,6 +6,79 @@ https://github.com/denoland/deno/releases
6
6
We also have one-line install commands at:
7
7
https://github.com/denoland/deno_install
8
8
9
+ ### 1.37.0 / 2023.09.19
10
+
11
+ - feat: Add "deno jupyter" subcommand (#20337 , #20552 , #20530 , #20537 , #20546 )
12
+ - feat(test): add TAP test reporter (#14390 , #20073 )
13
+ - feat(ext/node): http2.connect() API (#19671 )
14
+ - feat(ext/web): Add name to ` Deno.customInspect ` of File objects (#20415 )
15
+ - feat(lint): ` --rules ` print all rules (#20256 )
16
+ - feat(lockfile): add redirects to the lockfile (#20262 )
17
+ - feat(lsp): WorkspaceSettings::disablePaths (#20475 )
18
+ - feat(lsp): enable via config file detection (#20334 , #20349 )
19
+ - feat(lsp): include source in auto import completion label (#20523 )
20
+ - feat(lsp): npm specifier completions (#20121 )
21
+ - feat(lsp): provide the deno.cache command server-side (#20111 )
22
+ - feat(lsp): update imports on file rename (#20245 )
23
+ - feat(test): Add Deno.test.ignore and Deno.test.only (#20365 )
24
+ - feat(unstable): package manager (#20517 )
25
+ - feat: TypeScript 5.2 (#20425 )
26
+ - feat: explicit resource management in TypeScript (#20506 )
27
+ - feat: lockfile v3 (#20424 )
28
+ - feat: support import attributes (#20342 )
29
+ - fix(cli): ensure that an exception in getOwnPropertyDescriptor('constructor')
30
+ doesn't break Deno.inspect (#20568 )
31
+ - fix(cli): for main-module that exists in package.json, use the version defined
32
+ in package.json directly (#20328 )
33
+ - fix(compile): support providing flags as args (#20422 )
34
+ - fix(evt/kv): Add serde feature to uuid (#20350 )
35
+ - fix(ext/crypto): remove EdDSA alg key checks and export (#20331 )
36
+ - fix(ext/http): create a graceful shutdown API (#20387 )
37
+ - fix(ext/http): ensure aborted bodies throw (#20503 )
38
+ - fix(ext/kv): add a warning for listenQueue if used with remote KV (#20341 )
39
+ - fix(ext/kv): same ` expireIn ` should generate same ` expireAt ` (#20396 )
40
+ - fix(ext/node): implement AES GCM cipher (#20368 )
41
+ - fix(ext/node): remove unnecessary and incorrect type priority_t (#20276 )
42
+ - fix(ext/node/ops/zlib/brotli): Allow decompressing more than 4096 bytes
43
+ (#20301 )
44
+ - fix(fmt/markdown): improve ignore comment handling (#20421 )
45
+ - fix(init): skip existing files instead of erroring (#20434 )
46
+ - fix(lsp): always enable semantic tokens responses (#20440 )
47
+ - fix(lsp): force correct media type detection from tsc (#20562 )
48
+ - fix(lsp): include JSON modules in local import completions (#20536 )
49
+ - fix(lsp): match enable_paths by whole path components (#20470 )
50
+ - fix(lsp): pass quote preference to tsc (#20547 )
51
+ - fix(lsp): prefer local auto-import specifiers (#20539 )
52
+ - fix(lsp): properly handle disabled configuration requests (#20358 )
53
+ - fix(lsp): recreate npm search cache when cache path changes (#20327 )
54
+ - fix(lsp): refresh npm completions on each character (#20565 )
55
+ - fix(lsp): respect configured exclusions for testing APIs (#20427 )
56
+ - fix(lsp): restore tsc's quick fix ordering (#20545 )
57
+ - fix(lsp): sort quickfix actions (#17221 )
58
+ - fix(node): Bump hardcoded version to latest (#20366 )
59
+ - fix(node/child_process): don't crash on undefined/null value of an env var
60
+ (#20378 )
61
+ - fix(node/http): correctly send ` Content-length ` header instead of
62
+ ` Transfer-Encoding: chunked ` (#20127 )
63
+ - fix(npm): properly handle legacy shasum of package (#20557 )
64
+ - fix(runtime/permissions): Resolve executable specifiers in allowlists and
65
+ queries (#14130 )
66
+ - fix(test): apply filter before checking for "only" (#20389 )
67
+ - fix(test): share fail fast tracker between threads (#20515 )
68
+ - fix: ` Deno.Command ` - improve error message when ` cwd ` is not a directory
69
+ (#20460 )
70
+ - fix: don't show filtered test suites as running (#20385 )
71
+ - fix: empty include in config file excludes all (#20404 )
72
+ - fix: exclude internal JS files from coverage (#20448 )
73
+ - fix: init v8 platform once on main thread (#20495 )
74
+ - fix: output traces for op sanitizer in more cases (#20494 )
75
+ - perf(ext/http): optimize ` set_response ` for small responses (#20527 )
76
+ - perf(ext/node): Optimise Buffer string operations (#20158 )
77
+ - perf(ext/streams): optimize async iterator (#20541 )
78
+ - perf(node/net): optimize socket reads for 'npm: ws ' package (#20449 )
79
+ - perf: improve async op santizer speed and accuracy (#20501 )
80
+ - perf: make ` deno test ` 10x faster (#20550 )
81
+
9
82
### 1.36.4 / 2023.09.01
10
83
11
84
- feat(ext/kv): connect to remote database (#20178 )
0 commit comments