releases.shpreview
Cloudflare/Workers SDK/@cloudflare/workers-utils@0.12.0

@cloudflare/workers-utils@0.12.0

$npx -y @buildinternet/releases show rel_o56-wyvN_ISMJA8Yy_OE8

Minor Changes

  • #12677 eccd014 Thanks @jamesopstad! - Add experimental secrets property to config validation

  • #12625 c0e9e08 Thanks @WillTaylorDev! - Add cache configuration option for enabling worker cache (experimental)

    You can now enable cache before worker execution using the new cache configuration:

    {
    	"cache": {
    		"enabled": true,
    	},
    }
    

    This setting is environment-inheritable and opt-in. When enabled, cache behavior is applied before your worker runs.

    Note: This feature is experimental. The runtime API is not yet generally available.

Fetched March 26, 2026