cypher-builder
cypher-builder copied to clipboard
Release new version - changesets
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/[email protected]
Minor Changes
-
#340
b1b7acf
Thanks @angrykoala! - Add vector similarity functions:Cypher.vector.similarity.euclidean(param1, param2); Cypher.vector.similarity.cosine(param1, param2);
-
#342
5bba4b5
Thanks @angrykoala! - Add support for FINISH clauses:new Cypher.Finish() new Cypher.Match(...).finish() new Cypher.Create(...).finish() new Cypher.Merge(...).finish()