-
Couldn't load subscription status.
- Fork 109
arangojs 7.0.0 #626
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
Merged
Merged
arangojs 7.0.0 #626
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
f9d1e9a to
24130a6
Compare
0cd7afc to
04b3e7e
Compare
84d190a to
fa720b1
Compare
This was
linked to
issues
Apr 8, 2020
Fixes #607. When a document handle passed as an argument to a collection method is from a different collection, the method will now throw an error instead of accessing that collection instead.
Closed
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
Feature Request
Request for new functionality to be added to the driver.
semver-major
This issue requires backwards-incompatible changes to address.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This is the WIP PR for the next semver major release.
As a semver major release this includes a number of breaking changes, including:
collectionattribute)createXYZIndexhelper methods as the equivalent JS APIs in ArangoDB have been deprecated for a long timeEdgeCollectionandDocumentCollectionhave been merged but still exist as separate interfaces for TypeScriptcollection.list()now returns anArrayCursoras it should (fixes async collection.list() not using arraycursor #603)Additionally:
returnNew/returnOldin graph collections(metadata is now returned in the(theedge/vertexattribute as in the HTTP API)new/oldattributes as well as the content of theedge/vertexattribute are now merged into the response body for compatibility with the regular collection method return types)collection.documentId()from ArangoDB JS API (fixes Collection name / ID generator #591)updateandupdateAll) (fixes <collection>.remove() with array of keys or documents #349)Database,Collection,Graph,ViewandAnalyzerare memoized now (per-database, or per-connection in the case ofDatabaseitself) to avoid multiple objects being created for the same thingWhat's currently missing:
Collection/DocumentManipulation.mdCollection/EdgeCollection.mdCollection/Indexes.mdCollection/SimpleQueries.mdGraph/README.mdGraph/EdgeCollection.mdGraph/Edges.mdGraph/VertexCollection.mdGraph/Vertices.mdAnalyzer.mdAql.mdCursor.mdRoute.mdTransaction.mdView.md