docs/release_notes/v1.9.1.md
Users running Dapr in self-hosted mode and relying on the mDNS name resolver (the default when not running in Kubernetes) would encounter errors trying to perform service invocation if the system had IPv6 disabled.
This issue impacts users who are:
When initializing a zeroconf (mDNS) client, Dapr required using both IPv4 and IPv6, and failed if either one of the two protocols was disabled on the host system.
We have improved error handling so Dapr gracefully falls back to using IPv4 if binding to IPv6 fails.