Skip to content

Commit ede4211

Browse files
authored
Update readme for 6.0 release (#1337)
1 parent e4f1e61 commit ede4211

File tree

6 files changed

+17
-19
lines changed

6 files changed

+17
-19
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
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.
5+
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.
66

77
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.
88

@@ -14,9 +14,9 @@ Resources to get you started:
1414
- [Neo4j Driver Manual](https://neo4j.com/docs/javascript-manual/current/)
1515
- [Neo4j Cypher Cheatsheet](http://neo4j.com/docs/cypher-cheat-sheet/)
1616

17-
## What's New in 5.x
17+
## What's New in 6.x
1818

19-
- [Changelog](https://github.com/neo4j/neo4j-javascript-driver/wiki/5.0-changelog)
19+
- [Changelog](https://github.com/neo4j/neo4j-javascript-driver/wiki/6.x-changelog)
2020

2121
## Including the Driver
2222

TESTING.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ Watch is not supported in the package `neo4j-driver`.
2929

3030
## Testing using Testkit
3131

32-
Tests **require** latest [Testkit 5](https://github.com/neo4j-drivers/testkit/tree/5.0), Python3 and Docker.
32+
Tests **require** latest [Testkit 6](https://github.com/neo4j-drivers/testkit/tree/6.x), Python3 and Docker.
3333

3434
Testkit is needed to be cloned and configured to run against the Javascript Lite Driver. Use the following steps to configure Testkit.
3535

@@ -62,7 +62,7 @@ To run test against against some Neo4j version:
6262
python3 main.py
6363
```
6464

65-
More details about how to use Testkit could be found on [its repository](https://github.com/neo4j-drivers/testkit/tree/5.0)
65+
More details about how to use Testkit could be found on [its repository](https://github.com/neo4j-drivers/testkit/tree/6.x)
6666

6767
## Testing (Legacy)
6868

packages/neo4j-driver-deno/README.md

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ This version of driver is based in the `neo4j-driver-lite`.
88
So, this version has the same capabilities as the Neo4j Driver except for the support of reactive sessions.
99
This means it doesn't have the `RxJS` dependency and the `Driver#rxSession` api.
1010

11-
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.
11+
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.
1212

1313
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.
1414

@@ -19,11 +19,10 @@ Resources to get you started:
1919
- [API Documentation](https://neo4j.com/docs/api/javascript-driver/current/)
2020
- [Neo4j Driver Manual](https://neo4j.com/docs/javascript-manual/current/)
2121
- [Neo4j Cypher Cheatsheet](http://neo4j.com/docs/cypher-cheat-sheet/)
22-
- [TLS](#tls)
2322

24-
## What's New in 5.x
23+
## What's New in 6.x
2524

26-
- [Changelog](https://github.com/neo4j/neo4j-javascript-driver/wiki/5.0-changelog)
25+
- [Changelog](https://github.com/neo4j/neo4j-javascript-driver/wiki/6.x-changelog)
2726

2827
## Usage
2928

packages/neo4j-driver-deno/lib/README.md

Lines changed: 3 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/neo4j-driver-lite/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ This is the lite version of the official Neo4j driver for JavaScript.
55
This version of the driver has the same capabilities as the Neo4j Driver except for the support of reactive sessions.
66
This means it doesn't have the `RxJS` dependency and the `Driver#rxSession` api.
77

8-
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.
8+
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.
99

1010
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.
1111

@@ -17,9 +17,9 @@ Resources to get you started:
1717
- [Neo4j Driver Manual](https://neo4j.com/docs/javascript-manual/current/)
1818
- [Neo4j Cypher Cheatsheet](http://neo4j.com/docs/cypher-cheat-sheet/)
1919

20-
## What's New in 5.x
20+
## What's New in 6.x
2121

22-
- [Changelog](https://github.com/neo4j/neo4j-javascript-driver/wiki/5.0-changelog)
22+
- [Changelog](https://github.com/neo4j/neo4j-javascript-driver/wiki/6.x-changelog)
2323

2424
## Including the Driver
2525

packages/neo4j-driver/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
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.
5+
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.
66

77
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.
88

@@ -14,9 +14,9 @@ Resources to get you started:
1414
- [Neo4j Driver Manual](https://neo4j.com/docs/javascript-manual/current/)
1515
- [Neo4j Cypher Cheatsheet](http://neo4j.com/docs/cypher-cheat-sheet/)
1616

17-
## What's New in 5.x
17+
## What's New in 6.x
1818

19-
- [Changelog](https://github.com/neo4j/neo4j-javascript-driver/wiki/5.0-changelog)
19+
- [Changelog](https://github.com/neo4j/neo4j-javascript-driver/wiki/6.x-changelog)
2020

2121
## Including the Driver
2222

0 commit comments

Comments
 (0)