diff --git a/README.md b/README.md index 2eb6990a7..249defbff 100644 --- a/README.md +++ b/README.md @@ -2,6 +2,12 @@ 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. + +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. + +See also: https://neo4j.com/developer/kb/neo4j-supported-versions/ + Resources to get you started: - [API Documentation](https://neo4j.com/docs/api/javascript-driver/current/) diff --git a/packages/neo4j-driver-lite/README.md b/packages/neo4j-driver-lite/README.md index a8d25b326..bec459146 100644 --- a/packages/neo4j-driver-lite/README.md +++ b/packages/neo4j-driver-lite/README.md @@ -2,6 +2,12 @@ This is the lite version of 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. + +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. + +See also: https://neo4j.com/developer/kb/neo4j-supported-versions/ + Resources to get you started: - [API Documentation](https://neo4j.com/docs/api/javascript-driver/current/) diff --git a/packages/neo4j-driver/README.md b/packages/neo4j-driver/README.md index 2eb6990a7..249defbff 100644 --- a/packages/neo4j-driver/README.md +++ b/packages/neo4j-driver/README.md @@ -2,6 +2,12 @@ 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. + +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. + +See also: https://neo4j.com/developer/kb/neo4j-supported-versions/ + Resources to get you started: - [API Documentation](https://neo4j.com/docs/api/javascript-driver/current/)