github cloudflare/workers-sdk @cloudflare/workers-utils@0.12.0

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.

Don't miss a new workers-sdk release

NewReleases is sending notifications on new releases.