Skip to content

2.3.5: fix how duplicate events are identified

Choose a tag to compare

@dwilding dwilding released this 31 Aug 05:18
· 1 commit to 2.23-maintenance since this release
Immutable release. Only release title and notes can be modified.
938e064

This release backports a bug fix from 3.8.2. If an event MyEmitter[foo]/evt1 was deferred, subsequent events MyEmitter[foo]/evt2 and MyEmitter[bar]/evt1 would be incorrectly identified as duplicate events, and then skipped.

What's Changed

Fixes

  • Compare full event paths when skipping duplicate notices in #2717

Full Changelog: 2.23.4...2.23.5