-
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
arangojs 7.0.0 #626
Merged
Merged
arangojs 7.0.0 #626
Conversation
This file contains 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
pluma
added
Feature Request
Request for new functionality to be added to the driver.
semver-major
This issue requires backwards-incompatible changes to address.
labels
Sep 23, 2019
pluma
force-pushed
the
feature/next-major
branch
from
October 23, 2019 10:24
f9d1e9a
to
24130a6
Compare
pluma
force-pushed
the
feature/next-major
branch
from
February 25, 2020 17:20
0cd7afc
to
04b3e7e
Compare
pluma
force-pushed
the
feature/next-major
branch
from
March 18, 2020 10:39
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:
collection
attribute)createXYZIndex
helper methods as the equivalent JS APIs in ArangoDB have been deprecated for a long timeEdgeCollection
andDocumentCollection
have been merged but still exist as separate interfaces for TypeScriptcollection.list()
now returns anArrayCursor
as it should (fixes async collection.list() not using arraycursor #603)Additionally:
returnNew
/returnOld
in graph collections(metadata is now returned in the(theedge
/vertex
attribute as in the HTTP API)new
/old
attributes as well as the content of theedge
/vertex
attribute 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)update
andupdateAll
) (fixes <collection>.remove() with array of keys or documents #349)Database
,Collection
,Graph
,View
andAnalyzer
are memoized now (per-database, or per-connection in the case ofDatabase
itself) to avoid multiple objects being created for the same thingWhat's currently missing:
Collection/DocumentManipulation.md
Collection/EdgeCollection.md
Collection/Indexes.md
Collection/SimpleQueries.md
Graph/README.md
Graph/EdgeCollection.md
Graph/Edges.md
Graph/VertexCollection.md
Graph/Vertices.md
Analyzer.md
Aql.md
Cursor.md
Route.md
Transaction.md
View.md