You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
API breaking changes like #816 get merged into this package alarmingly often, which leaves the users scrambling to get their code compiling again. Because there are no published version tags, our options are to either be ready to update our code at a moments notice or pin/vendor a single snapshot in time and manually verify and update when we can. Essentially all dependency management tools in the ecosystem support the ability to tag certain changes as major versions so that we can get any non-breaking updates for "free". It'd make it a lot easier on the users of the package if you could maintain and publish version tags on GitHub, because otherwise we have no idea when the next go get is going to break everything.
The text was updated successfully, but these errors were encountered:
API breaking changes like #816 get merged into this package alarmingly often, which leaves the users scrambling to get their code compiling again. Because there are no published version tags, our options are to either be ready to update our code at a moments notice or pin/vendor a single snapshot in time and manually verify and update when we can. Essentially all dependency management tools in the ecosystem support the ability to tag certain changes as major versions so that we can get any non-breaking updates for "free". It'd make it a lot easier on the users of the package if you could maintain and publish version tags on GitHub, because otherwise we have no idea when the next
go get
is going to break everything.The text was updated successfully, but these errors were encountered: