docs/release_notes/v1.10.6.md
This patch release contains fixes for 2 bugs.
A regression introduced in Dapr 1.10.0 caused actor reminders and timers not to deserialize its data when being triggered.
The issue impacts all users on Dapr 1.10.5.
A change introduced in Dapr 1.10.0 accidentally changed how reminders and timers were sent to the application, causing SDKs not to deserialized them.
Fix the issue in runtime code.
When unmarshling reminder from MongoDB, some of the attributes have null-equivalent values that should not be parsed. Dapr 1.10 added this regression for MongoDB.
The issue impacts users on Dapr 1.10.x to use reminders with MongoDB.
Accidental regression on refactor of reminders code.
Fixed the runtime code to support more null-equivalent values.