Minor Changes
-
#12677
eccd014Thanks @jamesopstad! - Add experimentalsecretsproperty to config validation -
#12625
c0e9e08Thanks @WillTaylorDev! - Addcacheconfiguration option for enabling worker cache (experimental)You can now enable cache before worker execution using the new
cacheconfiguration: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.
{ "cache": { "enabled": true, }, }