-
Notifications
You must be signed in to change notification settings - Fork 32
Updating from version 0.7.0 #90
Hello, we are currently running version 0.7.0 and would like to update to the newest version 0.9.2 Our management has asked us to confirm that performing this upgrade will not break the configuration due to making a large jump in versions.
All reactions
All I can tell you is that we do not make intentional breaking changes if we can help it, this project take ABI/API forward compatibility quite seriously.
But you should test the change yourself to make sure, there is always a chance of an unintentional bug or an undefined side effect that you rely on changing behavior.
Replies: 2 comments 1 reply
That’s something only your own integration testing can tell you.
All reactions
All I can tell you is that we do not make intentional breaking changes if we can help it, this project take ABI/API forward compatibility quite seriously.
But you should test the change yourself to make sure, there is always a chance of an unintentional bug or an undefined side effect that you rely on changing behavior.
All reactions
Thank you for your help!