From 1aa3db61d8b37559424689b4f17d88121c04e9f7 Mon Sep 17 00:00:00 2001 From: MacondoExpress <9853962+MacondoExpress@users.noreply.github.com> Date: Mon, 24 Nov 2025 15:19:06 +0000 Subject: [PATCH] Release v1.0.0 --- .changes/unreleased/Major-20251124-140420.yaml | 3 --- .changes/unreleased/Minor-20251120-225255.yaml | 7 ------- .changes/unreleased/Patch-20251121-200657.yaml | 3 --- .changes/v1.0.0.md | 7 +++++++ CHANGELOG.md | 8 ++++++++ 5 files changed, 15 insertions(+), 13 deletions(-) delete mode 100644 .changes/unreleased/Major-20251124-140420.yaml delete mode 100644 .changes/unreleased/Minor-20251120-225255.yaml delete mode 100644 .changes/unreleased/Patch-20251121-200657.yaml create mode 100644 .changes/v1.0.0.md diff --git a/.changes/unreleased/Major-20251124-140420.yaml b/.changes/unreleased/Major-20251124-140420.yaml deleted file mode 100644 index 77b6a996..00000000 --- a/.changes/unreleased/Major-20251124-140420.yaml +++ /dev/null @@ -1,3 +0,0 @@ -kind: Major -body: Official 1.0.0 GA release of the Neo4j MCP server. -time: 2025-11-24T14:04:20.956714Z diff --git a/.changes/unreleased/Minor-20251120-225255.yaml b/.changes/unreleased/Minor-20251120-225255.yaml deleted file mode 100644 index df8b711c..00000000 --- a/.changes/unreleased/Minor-20251120-225255.yaml +++ /dev/null @@ -1,7 +0,0 @@ -kind: Minor -body: >- - The `get-schema` tool now returns a more concise, token-efficient JSON output. - The `sample-size` parameter is now configured via the - `NEO4J_SCHEMA_SAMPLE_SIZE` environment variable. - Alternatively the argument `--neo4j-schema-sample-size` can be used. -time: 2025-11-20T22:52:55.588266Z diff --git a/.changes/unreleased/Patch-20251121-200657.yaml b/.changes/unreleased/Patch-20251121-200657.yaml deleted file mode 100644 index dda91fd6..00000000 --- a/.changes/unreleased/Patch-20251121-200657.yaml +++ /dev/null @@ -1,3 +0,0 @@ -kind: Patch -body: Extend analytics insights with dbms.components information such as "Edition", "Neo4j version", "MCP Version", "Cypher Version" -time: 2025-11-21T20:06:57.060045Z diff --git a/.changes/v1.0.0.md b/.changes/v1.0.0.md new file mode 100644 index 00000000..7827f9c3 --- /dev/null +++ b/.changes/v1.0.0.md @@ -0,0 +1,7 @@ +## v1.0.0 - 2025-11-24 +### Major +* Official 1.0.0 GA release of the Neo4j MCP server. +### Minor +* The `get-schema` tool now returns a more concise, token-efficient JSON output. The `sample-size` parameter is now configured via the `NEO4J_SCHEMA_SAMPLE_SIZE` environment variable. Alternatively the argument `--neo4j-schema-sample-size` can be used. +### Patch +* Extend analytics insights with dbms.components information such as "Edition", "Neo4j version", "MCP Version", "Cypher Version" diff --git a/CHANGELOG.md b/CHANGELOG.md index 78b221e3..a9a08ca7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,14 @@ adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html), and is generated by [Changie](https://github.com/miniscruff/changie). +## v1.0.0 - 2025-11-24 +### Major +* Official 1.0.0 GA release of the Neo4j MCP server. +### Minor +* The `get-schema` tool now returns a more concise, token-efficient JSON output. The `sample-size` parameter is now configured via the `NEO4J_SCHEMA_SAMPLE_SIZE` environment variable. Alternatively the argument `--neo4j-schema-sample-size` can be used. +### Patch +* Extend analytics insights with dbms.components information such as "Edition", "Neo4j version", "MCP Version", "Cypher Version" + ## v0.5.0 - 2025-11-20 ### Minor * The server now performs comprehensive pre-flight checks to verify your environment, including Neo4j connection, query capabilities, APOC installation, and will gracefully start without GDS-specific tools if the GDS library is not found.