Skip to content

Releases: denoland/deno

v1.43.5

18 May 01:42
a13c453
Compare
Choose a tag to compare

1.43.5 / 2024.05.18

  • fix(npm): regression deserializing JSON for some npm packages (#23868)

v1.43.4

17 May 00:58
d64921c
Compare
Choose a tag to compare

1.43.4 / 2024.05.16

  • fix(cli): panic with deno coverage (#23353)
  • fix(doc): --lint - private ref diagnostic was displaying incorrect information
    (#23834)
  • fix(doc/publish): support expando properties (#23795)
  • fix(emit): regression - keep comments in emit (#23815)
  • fix(ext/node): export geteuid from node:process (#23840)
  • fix(ext/node): fix grpc error_handling example (#23755)
  • fix(ext/node): homedir() getpwuid/SHGetKnownFolderPath fallback (#23841)
  • fix(ext/node): process.uptime works without this (#23786)
  • fix(ext/web): update ongoing promise in async iterator return() method
    (#23642)
  • fix(lsp): respect types dependencies for tsc roots (#23825)
  • fix(lsp): show reference code lens on methods (#23804)
  • fix(node): error when throwing FS_EISDIR (#23829)
  • fix(node): seperate worker module cache (#23634)
  • fix(node): stub AsyncResource.emitDestroy() (#23802)
  • fix(node): wrong worker_threads.terminate() return value (#23803)
  • fix(npm): handle null fields in npm registry JSON (#23785)
  • fix(npm): make tarball extraction more reliable (#23759)
  • fix(publish): always include config file when publishing (#23797)
  • fix(publish): error for missing version constraints on dry-publish instead of
    just publish (#23798)
  • fix(runtime): output to stderr with colors if a tty and stdout is piped
    (#23813)
  • fix: Add missing "junction" type for SymlinkOptions.types (#23756)
  • fix: update swc_ecma_parser to 0.114.1 (#23816)
  • fix: widen aarch64 linux minimum GLIBC version by improving sysroot build
    (#23791)
  • perf(compile): Do not checksum eszip content (#23839)
  • perf(jsr): download metadata files as soon as possible and in parallel
    (#23836)
  • perf(lsp): Cache semantic tokens for open documents (#23799)

v1.43.3

10 May 23:18
Compare
Choose a tag to compare

1.43.3 / 2024.05.10

  • fix(ext/webgpu): invalidate GPUAdapter when a device is created (#23752)
  • fix(lsp): completions for using decl identifiers (#23748)
  • fix(lsp): move sloppy import resolution from loader to resolver (#23751)
  • fix(node): better cjs re-export handling (#23760)
  • fix(runtime): Allow opening /dev/fd/XXX for unix (#23743)
  • fix(task): regression where npx <command> sometimes couldn't find command
    (#23730)
  • fix: bump deno_core to fix unsoundness (#23768)

v1.43.2

09 May 00:03
acd75bb
Compare
Choose a tag to compare

1.43.2 / 2024.05.08

  • feat(runtime): allow adding custom extensions to snapshot (#23569)
  • fix(compile): relative permissions should be retained as relative (#23719)
  • fix(ext/node): check resource exists before close (#23655)
  • fix(ext/node): don't rely on Deno.env to read NODE_DEBUG (#23694)
  • fix(ext/node): napi_get_element and napi_set_element work with objects
    (#23713)
  • fix(ext/node): support delete process.env.var (#23647)
  • fix(ext/web): properly handle Blob case for createImageBitmap (#23518)
  • fix(ext/webgpu): correctly validate GPUExtent3D, GPUOrigin3D, GPUOrigin2D &
    GPUColor (#23413)
  • fix(fmt/js): else was moved to wrong if sometimes when formatting minified
    code (#23706)
  • fix(jsr): panic when importing jsr package with deps via https (#23728)
  • fix(lsp): Catch cancellation exceptions thrown by TSC, stop waiting for TS
    result upon cancellation (#23645)
  • fix(lsp): Pass diagnostic codes to TSC as numbers (#23720)
  • fix(lsp): always cache all npm packages (#23679)
  • fix(lsp): handle multiline semantic tokens (#23691)
  • fix(publish): public api - trace parent classes & interfaces when following a
    method (#23661)
  • fix(runtime): allow r/w access to /etc without --allow-all (#23718)
  • fix(test): proper type checking for files with doc tests (#23654)
  • fix(workers): importScripts concurrently and use a new reqwest::Client per
    importScripts (#23699)
  • fix: DOMException doesn't throw on __callSitesEvals (#23729)
  • fix: upgrade TypeScript from 5.4.3 to 5.4.5 (#23740)

v1.43.1

01 May 21:45
5ff881a
Compare
Choose a tag to compare

1.43.1 / 2024.05.01

See release notes for v1.43.0, due to tagging mishap, both versions are pointing to the same commit.

v1.43.0

01 May 08:19
5ff881a
Compare
Choose a tag to compare

1.43.0 / 2024.05.01

  • FUTURE(ext/net): remove
    Deno.ConnectTlsOptions.(certFile|certChain|privateKey) (#23270)
  • FUTURE(ext/net): remove Deno.ListenTlsOptions.(keyFile|certFile) (#23271)
  • FUTURE: remove Deno.customInspect (#23453)
  • FUTURE: remove import assertions support for JavaScript (#23541)
  • feat(check): allow using side effect imports with unknown module kinds (ex.
    css modules) (#23392)
  • feat(cli): add support for jsxImportSourceTypes (#23419)
  • feat(ext/http): Add addr to HttpServer (#23442)
  • feat(ext/http): Implement request.signal for Deno.serve (#23425)
  • feat(ext/net): extract TLS key and certificate from interfaces (#23327)
  • feat(ext/url): add URL.parse (#23318)
  • feat(ext/webgpu): support UnsafeWindowSurface on wayland (#23423)
  • feat(jsr): support importing from jsr via HTTPS specifiers (except for type
    checking) (#23513)
  • feat(runtime): Allow embedders to perform additional access checks on file
    open (#23208)
  • feat(task): support running npm binary commands in deno.json (#23478)
  • feat: Add deno serve subcommand (#23511)
  • feat: add jsx precompile skip element option (#23457)
  • feat: enable Float16Array support (#23490)
  • feat: upgrade V8 to 12.4 (#23435)
  • fix(cli): Don't panic on invalid emit options (#23463)
  • fix(cli): Identify and fix a test deadlock (#23411)
  • fix(cli): TestEventSender should be !Clone (#23405)
  • fix(cli): avoid deno add and deno vendor errors when deno.json is empty
    (#23439)
  • fix(compile): certain jsr specifiers sometimes can't load (#23567)
  • fix(config): move json schema unstable examples to item (#23506)
  • fix(ext/http): ensure signal is created iff requested (#23601)
  • fix(ext/net): check for TLS using undefined rather than using ReflectHas
    (#23538)
  • fix(ext/node): Correctly send ALPN on node TLS connections (#23434)
  • fix(ext/node): Support env option in worker_thread (#23462)
  • fix(ext/node): cp into non-existent parent directory (#23469)
  • fix(ext/node): add support for MessagePort.removeListener/off (#23598)
  • fix(ext/node): define http.maxHeaderSize (#23479)
  • fix(ext/node): dispatch beforeExit/exit events irrespective of listeners
    (#23382)
  • fix(ext/node): exporting rsa public keys (#23596)
  • fix(ext/node): implement process.kill in Rust (#23130)
  • fix(ext/node): read(0) before destroying http2stream (#23505)
  • fix(ext/node): remove unwraps from fallible conversions (#23447)
  • fix(ext/node): support NODE_DEBUG env (#23583)
  • fix(ext/node): support multiple message listeners on MessagePort (#23600)
  • fix(ext/node): support process.stdin.unref() (#22865)
  • fix(ext/node): worker_threads copies env object (#23536)
  • fix(ext/node): worker_threads.receiveMessageOnPort doesn't panic (#23406)
  • fix(fmt): error for more unterminated nodes (#23449)
  • fix(fmt/md): better handling of lists in block quotes (#23604)
  • fix(lsp): Fix logic for coalescing pending changes + clear script names cache
    when file is closed (#23517)
  • fix(lsp): inherit missing fmt and lint config from parent scopes (#23547)
  • fix(lsp): remove Document::open_data on close (#23483)
  • fix(node): require.resolve - fallback to global cache when bare specifier from
    paths not found (#23618)
  • fix(npm): do not panic hitting root dir while resolving npm package (#23556)
  • fix(publish): --dry-publish should error for gitignored excluded files
    (#23540)
  • fix(publish): handle variable declarations with a declare keyword (#23616)
  • fix(publish): support import equals (#23421)
  • fix(workspace): provide workspace members as 'imports' in import map (#23492)
  • fix: Fix some typos in comments (#23470)
  • fix: Float16Array support (#23512)
  • fix: add DENO_FUTURE to deno --help (#23368)
  • fix: allow WPT to successfully exit using --exit-zero (#23418)
  • fix: handle specifying an import map in an ancestor dir of deno.json (#23602)
  • fix: reenable syntax highlighting for doc html generator (#23570)
  • fix: unref stdin read (#23534)
  • fix: update CLI flags for WPT (#23501)
  • perf(ext/http): cache abort signal error (#23548)
  • perf(ext/http): recover memory for serve and optimize AbortController (#23559)
  • perf(lsp): Avoid passing struct into op_resolve (#23452)
  • perf(lsp): Batch "$projectChanged" notification in with the next JS request
    (#23451)
  • perf(lsp): Call serverRequest via V8 instead of via executeScript (#23409)
  • perf(lsp): Pass code action trigger kind to TSC (#23466)
  • perf(lsp): cleanup document dependencies (#23426)
  • perf(lsp): only store parsed sources for open documents (#23454)
  • perf(lsp): release unused documents (#23398)
  • perf: v8 code cache (#23081)

v1.42.4

16 Apr 01:46
7cb23c5
Compare
Choose a tag to compare

1.42.4 / 2024.04.15

  • fix(check): cache bust when changing nodeModulesDir setting (#23355)
  • fix(ext/io): Fix NUL termination error in windows named pipes (#23379)
  • fix(ext/node): add stub for AsyncResource#asyncId() (#23372)
  • fix(ext/node): panic on 'worker_threads.receiveMessageOnPort' (#23386)
  • fix(ext/node): promise rejection in VM contexts (#23305)
  • fix(ext/node): use ext/io stdio in WriteStream (#23354)
  • fix(lsp): ensure project version is incremented when config changes (#23366)
  • fix(lsp): improved cjs tracking (#23374)
  • fix(lsp): slice strings by byte index in code actions (#23387)
  • fix(publish): do not error for param with initializer before required
    parameter (#23356)
  • fix(publish): handle definite assignment on ts private properties (#23345)
  • perf(lsp): Only deserialize response from op_respond once (#23349)
  • perf: do not clone swc Program when transpiling (#23365)

v1.42.3

12 Apr 02:14
a64a257
Compare
Choose a tag to compare

1.42.3 / 2024.04.12

  • Revert "refactor(ext/net): extract TLS key and certificate from inter…
    (#23325)
  • fix(inspector): don't panic if port is not free (#22745)
  • fix(lsp): Denormalize specifiers before calling $projectChanged (#23322)
  • fix(npm): local nodeModulesDir was sometimes resolving duplicates of same
    package (#23320)
  • fix(publish): do not warn about excluded external modules in node_modules
    directory (#23173)
  • fix: upgrade deno_ast related crates (#23187)
  • perf(lsp): use a stub module in tsc for failed resolutions (#23313)

v1.42.2

11 Apr 08:00
04c0a4c
Compare
Choose a tag to compare

1.42.2 / 2024.04.11

  • FUTURE(ext/fs): make Deno.FsFile constructor illegal (#23235)
  • FUTURE(ext/fs): remove Deno.FsWatcher.prototype.rid (#23234)
  • FUTURE(ext/net): remove
    Deno.(Conn|TlsConn|Listener|TlsListener|UnixConn).prototype.rid (#23219)
  • FUTURE: enable BYONM by default (#23194)
  • FUTURE: override byonm with nodeModulesDir setting (#23222)
  • FUTURE: remove deprecated APIs within workers (#23220)
  • feat(lsp): respect nested deno.json for fmt and lint config (#23159)
  • fix(cli): Enforce a human delay in prompt to fix paste problem (#23184)
  • fix(cli): fix deadlock in test writer when test pipe is full (#23210)
  • fix(cli): update deno doc help to fit current usage (#23224)
  • fix(ext/fs): account for all ops in leak checks (#23300)
  • fix(ext/http): Make Deno.serveHttp() work when proxying (#23269)
  • fix(ext/net): Improve ts types for network APIs (#23228)
  • fix(ext/node): Add "module" to builtinsModule (#23242)
  • fix(ext/node): Add fs.readv, fs.readvSync (#23166)
  • fix(ext/node): MessagePort works (#22999)
  • fix(ext/node): Support returning tokens and option defaults in
    node:util.parseArgs (#23192)
  • fix(ext/node): node:vm contexts (#23202)
  • fix(ext/node): count MessagePort message listeners in hasMessageEventListener
    (#23209)
  • fix(ext/node): hostname is valid IPv4 addr (#23243)
  • fix(ext/node): implement MessagePort.unref() (#23278)
  • fix(ext/node): improve AsyncLocalStorage api (#23175)
  • fix(ext/node): out-of-order writes of fs.createWriteStream (#23244)
  • fix(ext/node): patch MessagePort if provided as workerData (#23198)
  • fix(ext/node): polyfill node:domain module (#23088)
  • fix(ext/tls): add support EC private key (#23261)
  • fix(lsp): Remove client-facing format failure warning (#23196)
  • fix(lsp): respect DENO_FUTURE for BYONM config (#23207)
  • fix(runtime): fix Windows permission prompt (#23212)
  • fix: prevent cache db errors when deno_dir not exists (#23168)
  • perf(lsp): Don't retain SourceFileObjects in sourceFileCache longer than
    necessary (#23258)
  • perf(lsp): More granular locking of FileSystemDocuments (#23291)
  • perf(lsp): Only evict caches on JS side when things actually change (#23293)
  • perf(lsp): cache ts config in isolate until new project version (#23283)
  • perf(lsp): don't keep remote module ast's in memory (#23230)
  • perf(lsp): don't pass remote modules as tsc roots (#23259)
  • perf(lsp): replace document registry source cache on update (#23311)
  • perf(lsp): use lockfile to reduce npm pkg resolution time (#23247)
  • perf(node): put pkg json into an Rc (#23156)
  • perf: reduce allocations in MediaType::from_specifier (#23190)

v1.42.1

01 Apr 08:00
08f0613
Compare
Choose a tag to compare

1.42.1 / 2024.04.01

  • fix(check): ignore certain diagnostics in remote modules and when publishing
    (#23119)
  • fix(ext/node): support stdin: "inherit" in node:child_process (#23110)
  • fix(ext/node): use tty stdin from ext/io (#23044)
  • fix(jsr): exclude yanked versions from 'deno add' and completions (#23113)
  • fix(lsp): don't apply preload limit to workspace walk (#23123)
  • fix(lsp): implement missing ts server host apis (#23131)
  • fix(node): handle empty 'main' entry in pkg json (#23155)
  • fix(node): remove unwrap in op_require_node_module_paths (#23114)
  • fix: deno_graph 0.69.10 (#23147)