Replies: 5 comments 5 replies
-
This version seems to add a breaking change not identified here. |
Beta Was this translation helpful? Give feedback.
-
@wozzo Normally we would not consider the addition of a new field a breaking change, but you are right, this is because we would expect you to derive from Command and Event. We do expose most of our interfaces, to let you do your own thing, but in this case you would end up forced to implement this property if you derive your own types from this interface, so it becomes a breaking change for you. Normally, we flag a change to an interface that is additive as a "minor" version bump, not a major version bump. Otherwise fixes tend to just increment the version. |
Beta Was this translation helpful? Give feedback.
-
@wozzo Good spot, we should. Happy to do it, but also happy for you to raise a PR if you are keen. |
Beta Was this translation helpful? Give feedback.
-
@wozzo New docs: https://brightercommand.gitbook.io/paramore-brighter-documentation/brighter-request-handlers-and-middleware-pipelines/requests-commands-and-events |
Beta Was this translation helpful? Give feedback.
-
Changes
🚀 Features
This discussion was created from the release 9.2.1 🚀.
Beta Was this translation helpful? Give feedback.
All reactions