github cloudflare/workers-sdk miniflare@3.20231218.2

Minor Changes

  • #4686 4f6999ea Thanks @mrbbot! - feat: expose rows_read and rows_written in D1 result meta

    rows_read/rows_written contain the number of rows read from/written to the database engine when executing a query respectively. These numbers may be greater than the number of rows returned from/inserted by a query. These numbers form billing metrics when your Worker is deployed. See https://developers.cloudflare.com/d1/platform/pricing/#billing-metrics for more details.

Patch Changes

  • #4719 c37d94b5 Thanks @mrbbot! - fix: ensure miniflare and wrangler can source map in the same process

    Previously, if in a wrangler dev session you called console.log() and threw an unhandled error you'd see an error like [ERR_ASSERTION]: The expression evaluated to a falsy value. This change ensures you can do both of these things in the same session.

Don't miss a new workers-sdk release

NewReleases is sending notifications on new releases.