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
The Actor subject was made serializable, and was also using a flatMap. Both of these changes caused a change in behaviour relating to the ordering of news (in features that have a PostProcessor which triggers extra actions).
15
+
This change was made as part of introducing the optional `FeatureScheduler` to `BaseFeature`.
16
+
17
+
If you provide a `FeatureScheduler` and use a PostProcessor, please be aware that the ordering of your news could change.
18
+
19
+
The previous news ordering behaviour is actually a bug in BaseFeature caused by recursion, and will hopefully be addressed (as an opt in change) in a future release.
0 commit comments