Conversation
code optimization
feat:support query directly by entity
docs: supplement entity direct query function
fix code style check
feat: session pool supports creating through `spaceFromParam`
feat: supporting SessionPool calls for direct data query.
feat: Supporting geometry types.
ci: disable invalid database installation process
lints: fix code style check
fix: sessionQueue initialization#355
- Relocate 'com.alibaba.fastjson2' to 'org.nebula.contrib.ngbatis.internal.fastjson2' using Maven Shade plugin during build - This avoids classpath conflicts between fastjson2 (used internally) and fastjson1 which is commonly used in dependent projects - Enables ngbatis to be integrated safely in environments where both fastjson versions coexist without breaking compatibility or causing runtime errors - Addresses issue with fastjson version clashes reported by users
fix: use Maven Shade plugin to relocate fastjson2 package in ngbatis
feat: automatic conversion from Node/Relationship to NgVertex/NgEdge.
feat: expanding the `updateEdgeByIdBatchSelective` interface in `NebulaDaoBasic`
fix: connection leak issue when an error occurs during execution.
chore: code lint and release v2.1.0-beta.
… multiple lines.
fix: <nGQL> fails to function properly when using `ng.include` across multiple lines.
lint: NgTriplet.java constructor
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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
No description provided.