-
Notifications
You must be signed in to change notification settings - Fork 601
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
New Version #76
Comments
+1 So long as it is v2.x to indicate a breaking API |
I'm not sure who would make this decision? @Ulexus do you have any idea? |
That would be up to @satori |
+1 |
please tag a new version on head. as @Ulexus mentioned, the current, latest API is not backwardly compatible with 1.2.0. this is causing havoc with dep and vgo vendoring. |
@satori I wonder you are planning to release a new version of this sometime soon. I hope new version is available very soon. |
+1 |
It seems to be more well maintained and reliable at this time. google/uuid works out of box with Go modules, because the most recently tagged version is compatible with master (at this time, they're equal). On the other hand, using satori/go.uuid requires reverting back to an older API because its latest tag is more significantly behind master. See satori/go.uuid#90, satori/go.uuid#82, satori/go.uuid#76.
Any plans on releasing a new version of this? Seems like a relatively large number of changes since the 1/10/18 release (1.2.0)
The text was updated successfully, but these errors were encountered: