Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Release new version - changesets #512

Merged
merged 1 commit into from
Mar 5, 2025
Merged

Conversation

neo4j-team-graphql
Copy link
Collaborator

@neo4j-team-graphql neo4j-team-graphql commented Mar 5, 2025

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

@neo4j/cypher-builder@2.4.0

Minor Changes

  • #508 12a78f0 Thanks @angrykoala! - Add support for += operator on SET

    const movie = new Cypher.Node();
    const clause = new Cypher.Match(new Cypher.Pattern(movie)).set([
        movie,
        "+=",
        new Cypher.Map({
            title: new Cypher.Param("The Matrix"),
            year: new Cypher.Param(1999),
        }),
    ]);
    MATCH (this0)
    SET
        this0 += { title: $param0, year: $param1 }

Patch Changes

  • #513 d4337b9 Thanks @angrykoala! - Rename disableLabelEscaping to disableNodeLabelEscaping in unsafeEscapeOptions:

    const queryResult = matchQuery.build({
        unsafeEscapeOptions: {
            disableNodeLabelEscaping: true,
            disableRelationshipTypeEscaping: true,
        },
    });

@neo4j-team-graphql neo4j-team-graphql force-pushed the changeset-release/main branch 3 times, most recently from 20e0670 to dea1764 Compare March 5, 2025 13:38
@angrykoala angrykoala merged commit 6bc3f1f into main Mar 5, 2025
8 checks passed
@angrykoala angrykoala deleted the changeset-release/main branch March 5, 2025 13:42
Copy link

sonarqubecloud bot commented Mar 5, 2025

# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants