-
Notifications
You must be signed in to change notification settings - Fork 2k
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
[RFC] Bump version number to 1.0 #1005
Comments
@wincent Great idea 👍 In general, a big part of |
Agree with both of you. Let's release v1.0 once we cut the Fall version of the spec next month |
This would also help a lot with #491 (comment) |
Just stumbling on this thread and wondering what ever happened with this as according to the above comment this should have already happened sometime in October / November. Thanks. |
I'm planning on moving to major versions for the next release, but while technically |
Don't really see the problem. Why would it not be obvious that 1.0.0 is greater than 0.13.0? I mean, it's also obvious that 0.1.0 is greater than 0.0.2. That's just how version numbers work |
Also relevant quote from the semver spec:
|
Just trying to remove the psychological connection to "version 1" which can create the misleading picture that up until this point the library wasn't ready and now it is, or that it's the "first" version, which clearly isn't the case. That same psychological connection makes moving from v1 to v2 feel more painful than v123 to v124, even though they're semantically identical. The linked ava issue above illustrates it. We've been verbally describing the last few versions like "GraphQL JS version thirteen", so it would help create a consistent verbal/psychological ordering to avoid confusion. |
Well either follow semantic versioning or sentimental versioning 😄 People need to stop attaching feelings to version numbers. Big projects not following semver because of these feelings only makes the issue worse. If you want to make clear that this release is not different than the previous ones that is better done in the release notes, a blog post or a tweet (for human consumption). Version numbers should follow the semver contract. Of course all just my opinion 🤗 |
I don't see moving to v14 instead of v1 as necessarily breaking semver, or at the very least it does not break from the spirit of semver. https://reactjs.org/blog/2016/02/19/new-versioning-scheme.html#what-happened-to-100 is a great articulation of why this is important for people as well as machines. |
@leebyron Totally agree about releasing I also think it would be great if release notes for v14 would contain deprecation notice and define sunset dates (or versions) for:
|
+1 on |
I think it is important to move to major, whichever version number you want to put to it. I'm personally getting very tired of using |
yes, please bump to |
@IvanGoncharov I noticed a new version was released a few days ago. I'm a bit disappointed to see it was v0.13.2. Any reason this could not have been v1.0.0 or v13.2.0? |
@razor-x Disclaimer: I'm not a Facebook employee just an active contributor. |
See: https://medium.com/@leeb/graphql-js-preparing-for-v14-0-0-839f823c144e Unless we need to do any other maintenance releases, the next release will be v14. I need help from other library authors to make the migration smooth. |
We are really close to this release and all actual discussion happening in #1383 |
While it's true that the GraphQL Spec itself is labelled as a "Working Draft" and an "Draft RFC Specification", and "Significant enhancement [is expected to] continue" (see), the truth is that the
graphql
NPM package is relatively solid at this point and being depended on in production by numerous companies.I think it's time to move to 1.0+ versioning so that we can actually use the version number to transmit meaningful semantic information (ie. that a "major" version bump is a compatibility-breaking change). Our current version numbers (of the form v0.x.y) transmit basically nothing, because:
This entry from the Semver FAQ is also helpful:
I think all of those apply to this package, so let's do it with the next release.
The text was updated successfully, but these errors were encountered: