Replies: 1 comment 2 replies
-
|
@tj-cisco not that I expect semver.org dogmatists to be very receptive to my opinion but I'll share it anyway, as a RabbitMQ core team member and a contributor to this client. I'd argue that the lack of A minor version bump would be reasonable. |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Looks like you introduced breaking interface changes between 2.1.0 and 2.1.1. Please be mindful of downstream consumers of your library when making interface changes, the addition of
secret_updatedto theConnectionCallbacktrait is a breaking interface change that should have been done in version 3.x.x not in a 2.x.x release. See https://semver.org/Beta Was this translation helpful? Give feedback.
All reactions