2018/12/13 Workers Runtime Release Notes

New this week:

  • The Network Tab now appears in the preview in the Cloudflare dashboard (in addition to Cloudflareworkers.com). This tab shows up in the devtools frame and lets you inspect the subrequests made by your worker.
  • Workers that exceed their memory limit are now handled more gracefully. As long as they aren’t excessively over the limit, we will allow in-flight requests to complete before shutting down the worker. Meanwhile, we’ll start up a new worker in parallel to handle new requests. (Previously, we immediately errored out all in-flight requests.)
  • V8 updated: 7.1.302.28 → 7.1.302.31
  • Internal bug fixes.
4 Likes