You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -46,7 +46,9 @@ The [Scheduler service](https://v1-15.docs.dapr.io/concepts/dapr-services/schedu
46
46
{{% alert title="Note" color="primary" %}}
47
47
Prior to Dapr v1.15, actor reminders were run using the Placement service by default. Now, by default in v1.15, the `SchedulerReminders` feature flag is set to true, and all new actor reminders you create are run using the Scheduler service.
48
48
49
-
When you deploy Dapr v1.15, *any existing actor reminders are migrated from the Placement service to the Scheduler service as a one time operation for each actor type*. You can prevent this migration by setting the `SchedulerReminders` flag to `false` in the application configuration file for the actor type. See [Scheduler Actor Reminders](https://v1-15.docs.dapr.io/concepts/dapr-services/scheduler/#actor-reminders)
49
+
When you deploy Dapr v1.15, *any existing actor reminders are migrated from the Placement service to the Scheduler service as a one time operation for each actor type*. You can prevent this migration by setting the `SchedulerReminders` flag to `false` in the application configuration file for the actor type.
50
+
51
+
See [Scheduler Actor Reminders](https://v1-15.docs.dapr.io/concepts/dapr-services/scheduler/#actor-reminders).
50
52
{{% /alert %}}
51
53
52
54
### Conversation API (alpha)
@@ -179,17 +181,21 @@ The following new components have been added
-**FIXED**[actors] Multiple methods per interface with JSON serialization doesn´t work [1343](https://github.com/dapr/dotnet-sdk/pull/1343)
181
183
-**FIXED**[actors] Actor source generator generates invalid code for generic interfaces [1419](https://github.com/dapr/dotnet-sdk/pull/1419)
184
+
-**FIXED**[actors] Actor reminders should return null if not registered [1468](https://github.com/dapr/dotnet-sdk/pull/1468)
182
185
-**FIXED**[client] DI registration not completing as expected [1386](https://github.com/dapr/dotnet-sdk/pull/1386)
183
186
-**FIXED**[client] Prioritize retrieval of environment variables from IConfiguration instead of directly [1363](https://github.com/dapr/dotnet-sdk/pull/1363)
-**FIXED**[conversation] Conversation SDK updated to reflect changes to protos [1469](https://github.com/dapr/dotnet-sdk/pull/1469)
188
193
-**FIXED**[crypto] Crypto ReadOnlyMemory<byte> decryption times out [1443](https://github.com/dapr/dotnet-sdk/pull/1443)
189
194
-**FIXED**[jobs] Single-invocation point-in-time job fails to register [1455](https://github.com/dapr/dotnet-sdk/pull/1455)
190
195
-**FIXED**[jobs] Invoked job not populating payload from inbound request [1457](https://github.com/dapr/dotnet-sdk/pull/1457)
191
196
-**FIXED**[jobs] Fix for `GetJobAsync` deserialization issue [1461](https://github.com/dapr/dotnet-sdk/pull/1461)
192
197
-**FIXED**[jobs] Fix for duration-based scheduling being incorrected formatted [1462](https://github.com/dapr/dotnet-sdk/pull/1462)
198
+
-**FIXED**[jobs] Fix Jobs mapping handler to properly assign cancellation tokens per-request instead of globally [1474](https://github.com/dapr/dotnet-sdk/pull/1474)
193
199
-**FIXED**[misc] Remove unused using statements. [1313](https://github.com/dapr/dotnet-sdk/pull/1313)
0 commit comments