Hacker News new | ask | show | jobs
by CiTyBear 1343 days ago
Breaking changes are very common with Python Azure SDK. First version where not pep8 compliant so when they decided to respect it, everything broke. Azure servicebus in python went from version 0.50.3 to 7.0.0 with almost everything renamed, class moved and so on.
1 comments

This is different than breaking changes in package upgrades.

This is a change without the package version even changing (even newest package didn’t work)