Closed eriktjacobsen closed 6 years ago
Thank you. I will update it. We’ve been treating the cheat sheet as the authoritative source, but I still need to update the guide. Thanks!
On 5 Oct 2017, at 15:36, Erik Jacobsen notifications@github.com wrote:
In looking over the release notes, these seem to be missing from the guide:
BREAKING CHANGE :onyx.refinements/discarding and :onyx.refinements/accumulating have been removed. To retain current behaviour, use :trigger/post-evictor :all BREAKING CHANGE :aggregation/create-state-update fn signature has changed from (window, state, segment) to (window, segment). achieve discarding behaviour, and delete the refinement to achieve accumulating behaviour as the accumulating refinement did nothing. :trigger/post-evictor has been added, which improves window cleanup for flushed window extents.
— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub, or mute the thread.
In looking over the release notes, these seem to be missing from the guide: