-
Notifications
You must be signed in to change notification settings - Fork 114
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
Towards v2.0.0 #19
Comments
I have been thinking about just going with a v2.0.0 for a bit, and then reading through the #gofrs Slack channel this morning I think we've come to a bit of a decision that we need to do a major version release. So summarize the discussion for any who aren't part of the Slack group: the original project had made API changes that should have resulted in a major API bump, but didn't. I think we should align on the milestone release now being about 2.0.0. In terms of additional features, I think we should do a quick triage of issues and PRs over in the old repository and look for any candidates. If there's something that would be a breaking API change that we want, maybe we should pay the tad now. I don't have any off the top of my head. RFC:
|
If we think we are going to go with v2, we should clean up the generator interface. |
@jadr2ddude are you able to elaborate on which changes you'd like added? |
@acln0 suggested that the Generator interface was not necessary |
I don't think we should do v2.0.0 right now. Yes, the original project broke API at some point in the past, and perhaps a semver purist would say that we need to bump the major version retroactively. I don't think we need to, at least not right this moment. When upstream broke API, users were unhappy, but they probably fixed their code, or moved to another package. For the users that stayed, I think the first thing we need to offer is a drop-in replacement for satori/go.uuid with critical flaws fixed, and backwards compatible enhancements (such as the I think expectations and ease of adoption matter more, at least as long as the project is still young. A potential v2.0.0 would slow us down quite a bit, and I'm not sure it would help users very much. For a potential v2.0.0, I think a redesign of the API is in order. |
@acln0 Let's disregard what the old project did and look at our own git history (and subsequent tags). The commit that was made to add the error returns was 0ef6afb. Unfortunately, that's one commit after f58768c which is the Because our history is tied to the original project, if I think we could rebrand Edit: To clarify, we could say that |
Aha, I see now. I was not aware of the fact that the breaking change in upstream was not tagged in any way. This makes v2.0.0 more compelling for us. Nevertheless, I think our v2.0.0 should be backwards compatible with satori/go.uuid@0ef6afb, to ease adoption. A potential v3.0.0 could make the API enhancements I proposed in my last message, in the future. |
I think we should have enough things done within the next day or so to get this out the door. |
Once #30 is merged we'll tag the |
This bug tracks development towards a v1.3.0 release and a more formal announcement of the library.
Those things aside, do we want to do anything else for v1.3.0?
The text was updated successfully, but these errors were encountered: