Skip to content

5.0.3 Bugfix Release

Choose a tag to compare

@codeliner codeliner released this 10 Feb 22:01
· 255 commits to master since this release

Fixes

  • #108 and #110 fix a bug in the various invoke strategies: custom message names were not correctly used
    • thanks @robertlemke for reporting and fixing OnEventInvokeStrategy and @prolic for fixing the other strategies
    • a follow up issue #109 is still open as we might remove custom message name support from invoke strategies in the next major version
  • #112 Corrects an example, thx @malukenho
  • #111 Fixes an imprecise DocBlock, thx @bweston92