Skip to content

Commit b713ead

Browse files
Merge pull request #55 from neo4j/release/v0.2.0
Release v0.2.0
2 parents 60231b2 + ddfee38 commit b713ead

3 files changed

Lines changed: 15 additions & 8 deletions

File tree

.changes/unreleased/Minor-20250930-163503.yaml

Lines changed: 0 additions & 8 deletions
This file was deleted.

.changes/v0.2.0.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
## v0.2.0 - 2025-10-06
2+
### Minor
3+
* Renamed "run-cypher" to "write-cypher" and added "read-cypher".
4+
The new read-cypher enforces read-only Cypher queries and only accepts queries
5+
that do not modify data. It explicitly disallows admin/schema commands,
6+
write queries, and profiling queries using the PROFILE keyword.
7+

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,14 @@ adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html),
66
and is generated by [Changie](https://github.com/miniscruff/changie).
77

88

9+
## v0.2.0 - 2025-10-06
10+
### Minor
11+
* Renamed "run-cypher" to "write-cypher" and added "read-cypher".
12+
The new read-cypher enforces read-only Cypher queries and only accepts queries
13+
that do not modify data. It explicitly disallows admin/schema commands,
14+
write queries, and profiling queries using the PROFILE keyword.
15+
16+
917
## v0.1.3 - 2025-09-23
1018
### Patch
1119
* Enhanced MCP tool annotations by adding title, destructive, idempotent, and open-world hints for get-schema and run-cypher tools to improve client understanding and behavior

0 commit comments

Comments
 (0)