summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2023-04-29fix(ext/kv): stricter structured clone serializer (#18914)Luca Casonato
2023-04-28fix(ext/io) several sync fs fixes (#18886)Igor Zinkovsky
2023-04-28chore: forward v1.33.1 release commit to main (#18897)denobot
2023-04-28fix(ext/websocket): client connect URI (#18892)Divy Srivastava
2023-04-28fix(ext/websocket): restore op_ws_send_ping (#18891)Bartek Iwańczuk
2023-04-28fix(repl): don't panic on undefined exception (#18888)Nayeem Rahman
2023-04-28fix(ext/fetch): subview Uint8Array in Req/Resp (#18890)Luca Casonato
2023-04-28build: define features for 'hyper' crate (#18882)Bartek Iwańczuk
2023-04-281.33.0 (#18879)denobot
2023-04-28Revert "refactor: don't expose Deno[Deno.internal].core namespace" (#18881)Bartek Iwańczuk
2023-04-27fix(repl): print unhandled rejections and event errors (#18878)Nayeem Rahman
2023-04-27chore: upgrade rusty_v8 to 0.71.0 (#18868)Bartek Iwańczuk
2023-04-27feat(node/crypto): Elliptic Curve Diffie-Hellman (ECDH) support (#18832)Levente Kurusa
2023-04-27feat(kv): return ok bool from atomic commit (#18873)Luca Casonato
2023-04-27fix(ext/node): prime generation (#18861)Divy Srivastava
2023-04-27refactor(cli): extract out ProcState from CliMainWorker (#18867)David Sherret
2023-04-27fix(test): handle dispatched exceptions from test functions (#18853)Nayeem Rahman
2023-04-27perf(ext/websocket): various performance improvements (#18862)Bartek Iwańczuk
2023-04-27refactor(ext/node): migrate back to using "Deno.serve" API for HTTP server (#...Bartek Iwańczuk
2023-04-26feat(cli): flatten deno.json configuaration (#17799)scarf
2023-04-27feat(lint): add `Deno.run` to `no-deprecated-deno-api` (#18869)Bartek Iwańczuk
2023-04-27docs: Improve inline docs for permissions (deno run --help) (#18757)Kevin Whinnery
2023-04-27feat(serde_v8): better error output (#18815)Bartek Iwańczuk
2023-04-27feat: Deprecate Deno.run API in favor of Deno.Command (#17630) (#18866)Bartek Iwańczuk
2023-04-26fix(dts): `URLPatternComponentResult` groups should have possibly undefined k...David Sherret
2023-04-27fix(ext/http): internal upgradeHttpRaw works with "Deno.serve()" API (#18859)Matt Mastracci
2023-04-26refactor(ext/node): use a snapshottable global name for Node's globalThis (#1...David Sherret
2023-04-26bench: fix more benchmarks (#18864)Bartek Iwańczuk
2023-04-26feat(cli): don't check permissions for statically analyzable dynamic imports ...Nayeem Rahman
2023-04-26chore: fix benchmarks (#18863)David Sherret
2023-04-26refactor(core): simplify op types and codegeneration (#18843)Bartek Iwańczuk
2023-04-26refactor: don't expose Deno[Deno.internal].core namespace (#18816)Bartek Iwańczuk
2023-04-26feat(ext/kv): add more atomic operation helpers (#18854)Ryan Dahl
2023-04-26refactor(compile): remove usage of ProcState and CliOptions (#18855)David Sherret
2023-04-26perf(ext/http): optimize away code based on callback length (#18849)Divy Srivastava
2023-04-26Revert "chore(ext/websocket): Add autobahn|testsuite fuzzingclient (#… (#18...Bartek Iwańczuk
2023-04-26perf(ext/http): optimize for zero or one-packet response streams (#18834)Matt Mastracci
2023-04-26BREAKING(unstable): remove "Deno.serve(handler, options)" overload (#18759)Bartek Iwańczuk
2023-04-26chore(ext/websocket): Add autobahn|testsuite fuzzingclient (#18846)Divy Srivastava
2023-04-26perf(ext/http): use smi for slab IDs (#18848)Divy Srivastava
2023-04-26perf(ext/http): avoid spread arg deopt in op_http_wait (#18850)Divy Srivastava
2023-04-26chore(ext/websocket): remove ping frame handling (#18847)Divy Srivastava
2023-04-26chore: upgrade rusty_v8 to 0.70.0 (#18844)Bartek Iwańczuk
2023-04-26ci: switch release doc to mention dotcom (#18845)Leo Kettmeir
2023-04-25refactor(cli): extract out NpmModuleLoader from CliModuleLoader (#18842)David Sherret
2023-04-26fix(core): Wrap safe collections' argument of primordials (#18750)Kenta Moriuchi
2023-04-25refactor(ext/kv): don't use bigint literals (#18841)Bartek Iwańczuk
2023-04-25refactor(ext/websocket): use specialized ops (#18819)Bartek Iwańczuk
2023-04-25refactor(ext/http): comments for h2c code (#18833)Matt Mastracci
2023-04-25fix(ext/node): fix hash.flush (#18818)Yoshiya Hinosawa