What's Changed
- Complete typescript migration for Pyodide glue code by @garrettgu10 in #2334
- fix: add Symbol.toStringTag to KeyObject instances by @panva in #2347
- Run test imports at top level, fix pydantic and numpy imports by @garrettgu10 in #2324
- More node:crypto cleanup and consolidation by @jasnell in #2340
- Update capnp and use ArrayPtr fill(arrayPtr) for node:buffer fill impl by @jasnell in #2349
- Consolidate dh code into workerd/api/crypto, impl DH keygen by @jasnell in #2344
- Improve user facing error message when dynamically dispatching to a missing script with an egress worker. by @mar-cf in #2338
- [CI] Enable remote_download_minimal for test jobs by @fhanau in #2346
- [CI] Disable Bazel remote cache Build without the Bytes on Windows by @fhanau in #2351
- Fixes Socket::startTls assert failure when request IoContext ends. by @dom96 in #2350
- add matchesGlob placeholder to node:path by @anonrig in #2354
- Account for CR in prepared statements, add tests by @KianNH in #1322
- Multiple api/crypto key related cleanups (part 1) by @jasnell in #2353
- Only ask for nodejs_als in the async-context sample by @isker in #2362
- Update code for WebSocket disconnect() signature change. by @kentonv in #2371
- Update dawn by @edevil in #2374
- adding loadShed outcome by @mikea in #2359
- webgpu: new callback mode by @edevil in #2378
- Add type definition of Rate Limit bindings by @DaniFoldi in #2170
- Remove websocket locality by @jp4a50 in #2376
- More cleaning up and reorganization of crypto key handling code.(Part 2) by @jasnell in #2355
- COMPILED_MAGIC_SUFFIX check from memcmp equals 0 -> arrayPtr equality by @AdityaAtulTewari in #2321
- Implement node:crypto X509Certificate by @jasnell in #2335
- Refactor type generation scripts by @penalosa in #2379
- Temporarily disable x509 error case check by @jasnell in #2384
- Improve illegal invocation error in the runtime by @jasnell in #2375
- webgpu: remove device.SetUncapturedErrorCallback() by @edevil in #2383
- Release 2024-07-12 by @fhanau in #2386
New Contributors
- @panva made their first contribution in #2347
- @mar-cf made their first contribution in #2338
- @anonrig made their first contribution in #2354
- @isker made their first contribution in #2362
Full Changelog: v1.20240701.0...v1.20240712.0