Change8

@cloudflare/workers-utils@0.23.2

📦 cloudflare-workersView on GitHub →
1 features🔧 2 symbols

Summary

This patch updates the underlying undici dependency and introduces support for configuring local Miniflare plugins via the `dev.plugin` field on typed service bindings during local development.

Migration Steps

  1. Users defining service bindings via `services[]` can now use the `dev: { plugin, options? }` shape to configure local Miniflare plugins during `wrangler dev`.

✨ New Features

  • Support for `dev.plugin` configuration on typed services bindings during `wrangler dev`.

Affected Symbols