docs/release_notes/v1.15.2.md
This update includes bug fixes:
When invoking an actor from an app which did not have the Actor state store configured, the actor invocation fails.
Applications were unable to invoke actors if the Actor state store was not scoped for that App ID.
If daprd did not have an Actor state store configured, it did not connect to Placement. This meant it did not have the address for the target Actor.
Daprd will always attempt to connect to Placement if a Placement address is configured.
Scheduler would continually grow in memory during usage.
Scheduler would consume the entirety of memory on the host machine, or to it's cgroup limit, then OOM crash.
A Go routine was doing being closed on connection sends.
Correctly close the Go routine on completion of the connection send.