chore(release): version packages v2.9.0#347
Merged
Merged
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
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.
This PR was opened by the Changesets release GitHub action. When you're ready to do a release, you can merge this and the packages will be published to npm automatically. If you're not ready to do a release yet, that's fine, whenever you add more changesets to main, this PR will be updated.
Releases
@rushdb/javascript-sdk@2.9.0
Minor Changes
d05e56c: Add variable-length (multihop) traversal and cycle detection to SearchQuery
$relation.hops— traverse a relationship pattern up to N hops in a singlewhereblock, without naming intermediate records:hopsaccepts an exact count (hops: 3) or a range ({ min?, max? },mindefaults to 1).typeanddirectionapply to every hop; the nested label and its criteria constrain only the endpoint record. Omittingtypetraverses any relationship — RushDB's internal property metadata edges are automatically excluded, so untyped traversal never leaves the user's data model.$cycle— find records sitting on a closed path back to themselves (fraud rings, circular ownership, dependency cycles):A
$cycleblock requires$relationwithhops(min≥ 2, the default) and accepts no other keys; its label key is a display name. Combine with$notto select records not on a cycle.Traversal depth policy —
hops.maxis capped per deployment viaRUSHDB_MAX_TRAVERSAL_HOPS(default 25) on the shared cloud connection. Self-hosted deployments (RUSHDB_SELF_HOSTED=true) and projects with a custom external Neo4j allow unbounded traversal (maxomitted), guarded by the existing transaction timeout.Also in this release:
TraversalHopsandTraversalRelationOptions(TypeScript); matchingTypedDicts in the Python SDK.hopsand$cycle.@rushdb/mcp-server@2.9.0
Minor Changes
d05e56c: Add variable-length (multihop) traversal and cycle detection to SearchQuery
$relation.hops— traverse a relationship pattern up to N hops in a singlewhereblock, without naming intermediate records:hopsaccepts an exact count (hops: 3) or a range ({ min?, max? },mindefaults to 1).typeanddirectionapply to every hop; the nested label and its criteria constrain only the endpoint record. Omittingtypetraverses any relationship — RushDB's internal property metadata edges are automatically excluded, so untyped traversal never leaves the user's data model.$cycle— find records sitting on a closed path back to themselves (fraud rings, circular ownership, dependency cycles):A
$cycleblock requires$relationwithhops(min≥ 2, the default) and accepts no other keys; its label key is a display name. Combine with$notto select records not on a cycle.Traversal depth policy —
hops.maxis capped per deployment viaRUSHDB_MAX_TRAVERSAL_HOPS(default 25) on the shared cloud connection. Self-hosted deployments (RUSHDB_SELF_HOSTED=true) and projects with a custom external Neo4j allow unbounded traversal (maxomitted), guarded by the existing transaction timeout.Also in this release:
TraversalHopsandTraversalRelationOptions(TypeScript); matchingTypedDicts in the Python SDK.hopsand$cycle.Patch Changes
@rushdb/skills@2.9.0
Minor Changes
d05e56c: Add variable-length (multihop) traversal and cycle detection to SearchQuery
$relation.hops— traverse a relationship pattern up to N hops in a singlewhereblock, without naming intermediate records:hopsaccepts an exact count (hops: 3) or a range ({ min?, max? },mindefaults to 1).typeanddirectionapply to every hop; the nested label and its criteria constrain only the endpoint record. Omittingtypetraverses any relationship — RushDB's internal property metadata edges are automatically excluded, so untyped traversal never leaves the user's data model.$cycle— find records sitting on a closed path back to themselves (fraud rings, circular ownership, dependency cycles):A
$cycleblock requires$relationwithhops(min≥ 2, the default) and accepts no other keys; its label key is a display name. Combine with$notto select records not on a cycle.Traversal depth policy —
hops.maxis capped per deployment viaRUSHDB_MAX_TRAVERSAL_HOPS(default 25) on the shared cloud connection. Self-hosted deployments (RUSHDB_SELF_HOSTED=true) and projects with a custom external Neo4j allow unbounded traversal (maxomitted), guarded by the existing transaction timeout.Also in this release:
TraversalHopsandTraversalRelationOptions(TypeScript); matchingTypedDicts in the Python SDK.hopsand$cycle.rushdb-docs@2.9.0
Minor Changes
d05e56c: Add variable-length (multihop) traversal and cycle detection to SearchQuery
$relation.hops— traverse a relationship pattern up to N hops in a singlewhereblock, without naming intermediate records:hopsaccepts an exact count (hops: 3) or a range ({ min?, max? },mindefaults to 1).typeanddirectionapply to every hop; the nested label and its criteria constrain only the endpoint record. Omittingtypetraverses any relationship — RushDB's internal property metadata edges are automatically excluded, so untyped traversal never leaves the user's data model.$cycle— find records sitting on a closed path back to themselves (fraud rings, circular ownership, dependency cycles):A
$cycleblock requires$relationwithhops(min≥ 2, the default) and accepts no other keys; its label key is a display name. Combine with$notto select records not on a cycle.Traversal depth policy —
hops.maxis capped per deployment viaRUSHDB_MAX_TRAVERSAL_HOPS(default 25) on the shared cloud connection. Self-hosted deployments (RUSHDB_SELF_HOSTED=true) and projects with a custom external Neo4j allow unbounded traversal (maxomitted), guarded by the existing transaction timeout.Also in this release:
TraversalHopsandTraversalRelationOptions(TypeScript); matchingTypedDicts in the Python SDK.hopsand$cycle.rushdb-core@2.9.0
Minor Changes
d05e56c: Add variable-length (multihop) traversal and cycle detection to SearchQuery
$relation.hops— traverse a relationship pattern up to N hops in a singlewhereblock, without naming intermediate records:hopsaccepts an exact count (hops: 3) or a range ({ min?, max? },mindefaults to 1).typeanddirectionapply to every hop; the nested label and its criteria constrain only the endpoint record. Omittingtypetraverses any relationship — RushDB's internal property metadata edges are automatically excluded, so untyped traversal never leaves the user's data model.$cycle— find records sitting on a closed path back to themselves (fraud rings, circular ownership, dependency cycles):A
$cycleblock requires$relationwithhops(min≥ 2, the default) and accepts no other keys; its label key is a display name. Combine with$notto select records not on a cycle.Traversal depth policy —
hops.maxis capped per deployment viaRUSHDB_MAX_TRAVERSAL_HOPS(default 25) on the shared cloud connection. Self-hosted deployments (RUSHDB_SELF_HOSTED=true) and projects with a custom external Neo4j allow unbounded traversal (maxomitted), guarded by the existing transaction timeout.Also in this release:
TraversalHopsandTraversalRelationOptions(TypeScript); matchingTypedDicts in the Python SDK.hopsand$cycle.rushdb-dashboard@2.9.0
Minor Changes
d05e56c: Add variable-length (multihop) traversal and cycle detection to SearchQuery
$relation.hops— traverse a relationship pattern up to N hops in a singlewhereblock, without naming intermediate records:hopsaccepts an exact count (hops: 3) or a range ({ min?, max? },mindefaults to 1).typeanddirectionapply to every hop; the nested label and its criteria constrain only the endpoint record. Omittingtypetraverses any relationship — RushDB's internal property metadata edges are automatically excluded, so untyped traversal never leaves the user's data model.$cycle— find records sitting on a closed path back to themselves (fraud rings, circular ownership, dependency cycles):A
$cycleblock requires$relationwithhops(min≥ 2, the default) and accepts no other keys; its label key is a display name. Combine with$notto select records not on a cycle.Traversal depth policy —
hops.maxis capped per deployment viaRUSHDB_MAX_TRAVERSAL_HOPS(default 25) on the shared cloud connection. Self-hosted deployments (RUSHDB_SELF_HOSTED=true) and projects with a custom external Neo4j allow unbounded traversal (maxomitted), guarded by the existing transaction timeout.Also in this release:
TraversalHopsandTraversalRelationOptions(TypeScript); matchingTypedDicts in the Python SDK.hopsand$cycle.Patch Changes