Skip to content

Releases: cloudflare/workerd

v1.20240919.0

19 Sep 20:50
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.20240909.0...v1.20240919.0

v1.20240909.0

09 Sep 14:36
141ec38
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.20240903.0...v1.20240909.0

v1.20240903.0

03 Sep 14:29
cf8ca6e
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.20240821.0...v1.20240903.0

v1.20240821.0

21 Aug 15:09
8640269
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.20240815.0...v1.20240821.0

v1.20240815.0

15 Aug 17:26
2f36bf5
Compare
Choose a tag to compare

What's Changed

  • Create typescript tests for apis by @AdityaAtulTewari in #2480
  • SQLite: allow foreign_key_check for whole DB, not just a single table by @geelen in #2479
  • Promises in http-test for cache need to be awaited. by @AdityaAtulTewari in #2487
  • IMAGES-1177: Implement wrapped Images binding by @ns476 in #2188
  • add more recipes to justfile by @anonrig in #2483
  • refactor bazel test setup by @garrettgu10 in #2495
  • improve bazel builds for node by @anonrig in #2499
  • add file class to node:buffer by @anonrig in #2484
  • Load Pyodide runtime through HTTP by @garrettgu10 in #2451
  • EW-8447 Fix CPU profiling by @harrishancock in #2497
  • Adds APIs to jsg::Lock to perform manual external memory accounting. by @jasnell in #2494
  • Refine the ExternalMemoryAdjuster API more by @jasnell in #2511
  • Set SQLITE_LIMIT_FUNCTION_ARG to SQLite's normal default. by @kentonv in #2493
  • Implements setImmediate for Node.js compatibility v2 by @jasnell in #2506
  • Clear WritableStreamSink queue on abort with compat flag by @jasnell in #2467
  • Enforce worker limits in Compression Streams API by @fhanau in #2502
  • Remove experimental and add compatEnableDate to allow_custom_ports by @danlapid in #2517
  • Revert "Clear WritableStreamSink queue on abort with compat flag" by @jasnell in #2520
  • Allow startuptime to be reported when it isn't exceeded. by @danlapid in #2500
  • Add nbytes as a dependency and reuse code from Node.js by @anonrig in #2489
  • EW-8589: Add a compatDisableFlag for allow_custom_ports. by @danlapid in #2521
  • node:zlib implem: Expose zlib.constants by @npaun in #2496
  • [nfc] 08/10/24 Build/Docs cleanup by @fhanau in #2512
  • Revert "Revert "Clear WritableStreamSink queue on abort with compat f… by @jasnell in #2523
  • improve mimetype performance by @anonrig in #2525
  • Revert "Enforce worker limits in Compression Streams API" by @fhanau in #2529
  • bazelrc: Add incompatible_strict_action_env to prevent bazel cache invalidation when switching terminals by @npaun in #2528
  • Tidy up pyodide bundle API by @hoodmane in #2504
  • Fix some incorrect include statements. by @danlapid in #2526
  • Add Workflow entrypoint and types by @sidharthachatterjee in #2492
  • Update to V8 12.8 by @fhanau in #2441
  • release 2024-08-15 by @mikea in #2535

New Contributors

Full Changelog: v1.20240806.0...v1.20240815.0

v1.20240806.0

06 Aug 17:00
2b3012b
Compare
Choose a tag to compare

What's Changed

  • Generate package memory snapshot for validator. by @dom96 in #2445
  • Types: add @cf/meta/llama-3.1-8b-instruct model to types by @akazwz in #2431
  • Use proxy worker to serve Pyodide packages by @garrettgu10 in #2450
  • Fix compilation under LLVM 19 by @fhanau in #2463
  • Refactor http-test to make subsequent edits cleaner by @AdityaAtulTewari in #2466
  • Improve buffering in Compression Streams API by @fhanau in #2469
  • [build] Reduce STL header include overhead, O0 code size by @fhanau in #2360
  • Add a compat flag for increasing the WS message size limit by @penalosa in #2164
  • add buffer.transcode to nodejs_compat by @anonrig in #2462
  • add initial zlib module with crc32 by @anonrig in #2477
  • Adds pythonRelease annotation to compat flags. by @dom96 in #2464
  • Add neededByFl flag to allow_custom_ports by @danlapid in #2481
  • fix edgeworker clashing with zlib function by @anonrig in #2482
  • reduce encoding serialization cost by @anonrig in #2478
  • Release 2024-08-06 by @fhanau in #2485

New Contributors

Full Changelog: v1.20240729.0...v1.20240806.0

v1.20240729.0

29 Jul 20:24
f4b2f10
Compare
Choose a tag to compare

What's Changed

  • NFC Add bazel rule to generate external pyodide capnproto bundle by @hoodmane in #2456
  • Python: Adjust API for Pyodide bundle to support multiple versions by @hoodmane in #2455
  • EW-8589 add a compat date to support custom ports for worker subrequests by @danlapid in #2447
  • Bump supported compat date by @garrettgu10 in #2457

New Contributors

Full Changelog: v1.20240726.0...v1.20240729.0

v1.20240726.0

26 Jul 21:11
3f94280
Compare
Choose a tag to compare

What's Changed

  • Check exception type to set retryCountsAgainstLimit for alarms by @jqmmes in #2428
  • fix compile_flags.txt to include correct paths by @anonrig in #2442
  • [build] Simplify V8 build configuration, minor build updates by @fhanau in #2439
  • remove unnecessary initialization of buffer by @anonrig in #2446
  • Implement Vectorize GA binding changes by @ndisidore in #2443
  • Load Pyodide runtime from external capnproto file by @hoodmane in #2430
  • Bump compatibility date. by @ndisidore in #2449

Full Changelog: v1.20240725.0...v1.20240726.0

v1.20240725.0

25 Jul 12:58
b5b2329
Compare
Choose a tag to compare

What's Changed

  • types: Fix D1 run() type by @elithrar in #2422
  • Revert "Redoing "#2073: Update Request to support cache option" with compat flags" by @kentonv in #2432
  • Added test for cache functionality. by @AdityaAtulTewari in #2433
  • Claim the compat flag for cache_option_enabled by @AdityaAtulTewari in #2435
  • Update Vectorize types for GA release by @ndisidore in #2421
  • Add KV Direct Binding compatibility flag. by @mar-cf in #2407
  • Bump compatibility date. by @jp4a50 in #2440

Full Changelog: v1.20240722.0...v1.20240725.0

v1.20240722.0

22 Jul 17:07
d1fbad2
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.20240718.0...v1.20240722.0