From b5126ab9084e55cf3a545ee5f95810faa40736ad Mon Sep 17 00:00:00 2001 From: ci <61233757+MaxAake@users.noreply.github.com> Date: Thu, 25 Sep 2025 09:32:01 +0200 Subject: [PATCH] readme updates --- README.md | 6 +++--- TESTING.md | 4 ++-- packages/neo4j-driver-deno/README.md | 7 +++---- packages/neo4j-driver-deno/lib/README.md | 7 +++---- packages/neo4j-driver-lite/README.md | 6 +++--- packages/neo4j-driver/README.md | 6 +++--- 6 files changed, 17 insertions(+), 19 deletions(-) diff --git a/README.md b/README.md index 12666b214..fe8b36361 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ This is the official Neo4j driver for JavaScript. -Starting with 5.0, the Neo4j Drivers will be moving to a monthly release cadence. A minor version will be released on the last Friday of each month so as to maintain versioning consistency with the core product (Neo4j DBMS) which has also moved to a monthly cadence. +Starting with 6.0, the Neo4j Drivers is no longer on a monthly release cadence. Minor version releases will happen when there are sufficient new features or improvements to warrant them. This is to reduce the required work of users updating their driver. As a policy, patch versions will not be released except on rare occasions. Bug fixes and updates will go into the latest minor version and users should upgrade to that. Driver upgrades within a major version will never contain breaking API changes. @@ -14,9 +14,9 @@ Resources to get you started: - [Neo4j Driver Manual](https://neo4j.com/docs/javascript-manual/current/) - [Neo4j Cypher Cheatsheet](http://neo4j.com/docs/cypher-cheat-sheet/) -## What's New in 5.x +## What's New in 6.x -- [Changelog](https://github.com/neo4j/neo4j-javascript-driver/wiki/5.0-changelog) +- [Changelog](https://github.com/neo4j/neo4j-javascript-driver/wiki/6.x-changelog) ## Including the Driver diff --git a/TESTING.md b/TESTING.md index e3e01516d..391f3e28d 100644 --- a/TESTING.md +++ b/TESTING.md @@ -29,7 +29,7 @@ Watch is not supported in the package `neo4j-driver`. ## Testing using Testkit -Tests **require** latest [Testkit 5](https://github.com/neo4j-drivers/testkit/tree/5.0), Python3 and Docker. +Tests **require** latest [Testkit 6](https://github.com/neo4j-drivers/testkit/tree/6.x), Python3 and Docker. Testkit is needed to be cloned and configured to run against the Javascript Lite Driver. Use the following steps to configure Testkit. @@ -62,7 +62,7 @@ To run test against against some Neo4j version: python3 main.py ``` -More details about how to use Testkit could be found on [its repository](https://github.com/neo4j-drivers/testkit/tree/5.0) +More details about how to use Testkit could be found on [its repository](https://github.com/neo4j-drivers/testkit/tree/6.x) ## Testing (Legacy) diff --git a/packages/neo4j-driver-deno/README.md b/packages/neo4j-driver-deno/README.md index 1e74f9acb..dc836e169 100644 --- a/packages/neo4j-driver-deno/README.md +++ b/packages/neo4j-driver-deno/README.md @@ -8,7 +8,7 @@ This version of driver is based in the `neo4j-driver-lite`. So, this version has the same capabilities as the Neo4j Driver except for the support of reactive sessions. This means it doesn't have the `RxJS` dependency and the `Driver#rxSession` api. -Starting with 5.0, the Neo4j Drivers will be moving to a monthly release cadence. A minor version will be released on the last Friday of each month so as to maintain versioning consistency with the core product (Neo4j DBMS) which has also moved to a monthly cadence. +Starting with 6.0, the Neo4j Drivers is no longer on a monthly release cadence. Minor version releases will happen when there are sufficient new features or improvements to warrant them. This is to reduce the required work of users updating their driver. As a policy, patch versions will not be released except on rare occasions. Bug fixes and updates will go into the latest minor version and users should upgrade to that. Driver upgrades within a major version will never contain breaking API changes. @@ -19,11 +19,10 @@ Resources to get you started: - [API Documentation](https://neo4j.com/docs/api/javascript-driver/current/) - [Neo4j Driver Manual](https://neo4j.com/docs/javascript-manual/current/) - [Neo4j Cypher Cheatsheet](http://neo4j.com/docs/cypher-cheat-sheet/) -- [TLS](#tls) -## What's New in 5.x +## What's New in 6.x -- [Changelog](https://github.com/neo4j/neo4j-javascript-driver/wiki/5.0-changelog) +- [Changelog](https://github.com/neo4j/neo4j-javascript-driver/wiki/6.x-changelog) ## Usage diff --git a/packages/neo4j-driver-deno/lib/README.md b/packages/neo4j-driver-deno/lib/README.md index 1e74f9acb..dc836e169 100644 --- a/packages/neo4j-driver-deno/lib/README.md +++ b/packages/neo4j-driver-deno/lib/README.md @@ -8,7 +8,7 @@ This version of driver is based in the `neo4j-driver-lite`. So, this version has the same capabilities as the Neo4j Driver except for the support of reactive sessions. This means it doesn't have the `RxJS` dependency and the `Driver#rxSession` api. -Starting with 5.0, the Neo4j Drivers will be moving to a monthly release cadence. A minor version will be released on the last Friday of each month so as to maintain versioning consistency with the core product (Neo4j DBMS) which has also moved to a monthly cadence. +Starting with 6.0, the Neo4j Drivers is no longer on a monthly release cadence. Minor version releases will happen when there are sufficient new features or improvements to warrant them. This is to reduce the required work of users updating their driver. As a policy, patch versions will not be released except on rare occasions. Bug fixes and updates will go into the latest minor version and users should upgrade to that. Driver upgrades within a major version will never contain breaking API changes. @@ -19,11 +19,10 @@ Resources to get you started: - [API Documentation](https://neo4j.com/docs/api/javascript-driver/current/) - [Neo4j Driver Manual](https://neo4j.com/docs/javascript-manual/current/) - [Neo4j Cypher Cheatsheet](http://neo4j.com/docs/cypher-cheat-sheet/) -- [TLS](#tls) -## What's New in 5.x +## What's New in 6.x -- [Changelog](https://github.com/neo4j/neo4j-javascript-driver/wiki/5.0-changelog) +- [Changelog](https://github.com/neo4j/neo4j-javascript-driver/wiki/6.x-changelog) ## Usage diff --git a/packages/neo4j-driver-lite/README.md b/packages/neo4j-driver-lite/README.md index e0c20ff88..b540b0c5b 100644 --- a/packages/neo4j-driver-lite/README.md +++ b/packages/neo4j-driver-lite/README.md @@ -5,7 +5,7 @@ This is the lite version of the official Neo4j driver for JavaScript. This version of the driver has the same capabilities as the Neo4j Driver except for the support of reactive sessions. This means it doesn't have the `RxJS` dependency and the `Driver#rxSession` api. -Starting with 5.0, the Neo4j Drivers will be moving to a monthly release cadence. A minor version will be released on the last Friday of each month so as to maintain versioning consistency with the core product (Neo4j DBMS) which has also moved to a monthly cadence. +Starting with 6.0, the Neo4j Drivers is no longer on a monthly release cadence. Minor version releases will happen when there are sufficient new features or improvements to warrant them. This is to reduce the required work of users updating their driver. As a policy, patch versions will not be released except on rare occasions. Bug fixes and updates will go into the latest minor version and users should upgrade to that. Driver upgrades within a major version will never contain breaking API changes. @@ -17,9 +17,9 @@ Resources to get you started: - [Neo4j Driver Manual](https://neo4j.com/docs/javascript-manual/current/) - [Neo4j Cypher Cheatsheet](http://neo4j.com/docs/cypher-cheat-sheet/) -## What's New in 5.x +## What's New in 6.x -- [Changelog](https://github.com/neo4j/neo4j-javascript-driver/wiki/5.0-changelog) +- [Changelog](https://github.com/neo4j/neo4j-javascript-driver/wiki/6.x-changelog) ## Including the Driver diff --git a/packages/neo4j-driver/README.md b/packages/neo4j-driver/README.md index 27e143bb5..80ac8ff95 100644 --- a/packages/neo4j-driver/README.md +++ b/packages/neo4j-driver/README.md @@ -2,7 +2,7 @@ This is the official Neo4j driver for JavaScript. -Starting with 5.0, the Neo4j Drivers will be moving to a monthly release cadence. A minor version will be released on the last Friday of each month so as to maintain versioning consistency with the core product (Neo4j DBMS) which has also moved to a monthly cadence. +Starting with 6.0, the Neo4j Drivers is no longer on a monthly release cadence. Minor version releases will happen when there are sufficient new features or improvements to warrant them. This is to reduce the required work of users updating their driver. As a policy, patch versions will not be released except on rare occasions. Bug fixes and updates will go into the latest minor version and users should upgrade to that. Driver upgrades within a major version will never contain breaking API changes. @@ -14,9 +14,9 @@ Resources to get you started: - [Neo4j Driver Manual](https://neo4j.com/docs/javascript-manual/current/) - [Neo4j Cypher Cheatsheet](http://neo4j.com/docs/cypher-cheat-sheet/) -## What's New in 5.x +## What's New in 6.x -- [Changelog](https://github.com/neo4j/neo4j-javascript-driver/wiki/5.0-changelog) +- [Changelog](https://github.com/neo4j/neo4j-javascript-driver/wiki/6.x-changelog) ## Including the Driver