Skip to content

Commit 1720c97

Browse files
authored
Add release policy note to the readme. (#1012)
1 parent 6105c26 commit 1720c97

File tree

3 files changed

+18
-0
lines changed

3 files changed

+18
-0
lines changed

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,12 @@
22

33
This is the official Neo4j driver for JavaScript.
44

5+
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.
6+
7+
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.
8+
9+
See also: https://neo4j.com/developer/kb/neo4j-supported-versions/
10+
511
Resources to get you started:
612

713
- [API Documentation](https://neo4j.com/docs/api/javascript-driver/current/)

packages/neo4j-driver-lite/README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,12 @@
22

33
This is the lite version of the official Neo4j driver for JavaScript.
44

5+
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.
6+
7+
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.
8+
9+
See also: https://neo4j.com/developer/kb/neo4j-supported-versions/
10+
511
Resources to get you started:
612

713
- [API Documentation](https://neo4j.com/docs/api/javascript-driver/current/)

packages/neo4j-driver/README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,12 @@
22

33
This is the official Neo4j driver for JavaScript.
44

5+
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.
6+
7+
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.
8+
9+
See also: https://neo4j.com/developer/kb/neo4j-supported-versions/
10+
511
Resources to get you started:
612

713
- [API Documentation](https://neo4j.com/docs/api/javascript-driver/current/)

0 commit comments

Comments
 (0)