You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+7Lines changed: 7 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -6,6 +6,13 @@ It works with both single instance and clustered databases.
6
6
7
7
Network communication is handled using [Bolt Protocol](https://7687.org/).
8
8
9
+
## Versioning
10
+
11
+
Starting with 5.0, the Neo4j Drivers will be moving to a monthly release cadence. A minor version will be released on
12
+
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.
13
+
14
+
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.
15
+
9
16
## Supported Driver Series
10
17
11
18
| Driver Series | Supported Java Runtime versions | Status | Changelog |
0 commit comments