Preview features

List of current preview features

Preview features in Dapr are considered experimental when they are first released.

Runtime preview features require explicit opt-in in order to be used. The runtime opt-in is specified in a preview setting feature in Dapr’s application configuration. See How-To: Enable preview features for more information.

For CLI there is no explicit opt-in, just the version that this was first made available.

Current preview features

FeatureDescriptionSettingDocumentationVersion introduced
–image-registry flag in Dapr CLIIn self hosted mode you can set this flag to specify any private registry to pull the container images required to install DaprN/ACLI init command referencev1.7
ResiliencyAllows configuring of fine-grained policies for retries, timeouts and circuitbreaking.ResiliencyConfigure Resiliency Policiesv1.7
Service invocation without default content-typeWhen enabled removes the default service invocation content-type header value application/json when no content-type is provided. This will become the default behavior in release v1.9.0. This requires you to explicitly set content-type headers where required for your apps.ServiceInvocation.NoDefaultContentTypeService Invocationv1.7

Last modified September 6, 2022: fix some typos (#2765) (46748172)