-
Notifications
You must be signed in to change notification settings - Fork 107
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
Path to arangojs 7.0.0 #660
Comments
Preview release 7.0.0-preview.0 has been released on npm with the https://github.com/arangodb/arangojs/releases/tag/v7.0.0-preview.0 |
The v7 branch documentation is now continuously released at http://arangodb.github.io/arangojs/ The workflow probably needs a filter to ensure it only deploys the documentation if the commit message indicates a release (i.e. message is "x.y.z" where x, y and z are numbers). |
The hosted documentation now contains multiple versions. |
v7.0.0-preview.1 has been released today. Changes: https://github.com/arangodb/arangojs/releases/tag/v7.0.0-preview.1 |
I went over the changes and have a question. Not sure this is the right place to comment this, but we are talking about 7.0.0 :) |
Good question. Right now ArangoDB only has one View type but in the future it may have more. The ArangoSearchView is thus a kind of View like EdgeCollection is a type of collection. As there is a |
Then createSearchView is a better name. |
Or createView with a type config, defaults as search view. |
There's no clear use case for a future alternative View type yet, so I think it's okay to rename the method to FWIW the view type is called |
Deprecations are not really an option given the most significant changes are to the collections API, so there will not be a final minor release for v6 to add these. Right now the plan is as follows:
|
We've just released EDIT: Sorry, I lied. |
Okay, EDIT: Also as an addendum: I accidentally fast-forwarded the npm |
✨ v7.0.0 is out now ✨ v7.0.0 has now been officially released on the npm (technically it's v7.0.1 because I forgot to include the README in v7.0.0 but there are no changes between the two releases otherwise) |
This issue serves to document the process of wrapping up the arangojs 7.0.0 release.
master
branch has been frozen.v6
branch.v7
branch.v7
branch.Once v7.0.0 is ready to be released:
v6
branch containing deprecations and upgrade paths where possible (Deprecations for v6 #661).master
branch will be fast-forwarded onto thev6
branch.v7
branch will be rebased onto themaster
branch and git tags for the preview releases adjusted accordingly.master
branch will then be fast-forwarded onto thev7
branch and unfrozen.v6
andv7
branches will be removed.TODO for v7.0.0:
Inline all remaining documentationCheck for any stray TODOsThe text was updated successfully, but these errors were encountered: