2023-07-13 03:24:51 +00:00
committed by Git OBS Bridge
parent cbfca0edd6
commit f9cdd2ea1b
6 changed files with 30 additions and 10 deletions

View File

@@ -1,3 +1,23 @@
-------------------------------------------------------------------
Thu Jul 13 03:03:57 UTC 2023 - Avindra Goolcharan <avindra@opensuse.org>
- update to 1.35.1:
* fix(ext/http): Use brotli compression params (#19758)
* fix(lsp): exclude files in deno.json "exclude" (#19791)
* fix(lsp): remove quotes and period surrounding specifier in
uncached messages (#19794)
* fix(lsp): stop diagnostics flickering (#19803)
* fix(node/http): add destroy to FakeSocket (#19796)
* fix(node/http): allow callback in first argument of end call (#19778)
* fix(node/http): server use FakeSocket and add end method (#19660)
* fix(vendor): support import mapped jsxImportSource (#19724)
* fix: remove unstable check for Deno.listenTls#alpnProtocols (#19732)
* perf(ext/node): native vectored write for server streams (#19752)
* perf(ext/node): optimize net streams (#19678)
* perf(ext/websocket): optimize server websocket js (#19719)
* perf(node/async_hooks): optimize AsyncLocalStorage (#19729)
* perf: add setup cache for node_modules folder (#19787)
-------------------------------------------------------------------
Wed Jul 5 04:58:10 UTC 2023 - Avindra Goolcharan <avindra@opensuse.org>