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
+9-2Lines changed: 9 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,5 @@
1
1
# Neo4j .NET Driver
2
-
This is the official Neo4j .NET driver for connecting to Neo4j 4.0.0+ databases via in-house binary protocol Bolt.
2
+
This is the official Neo4j driver for .NET.
3
3
4
4
Resources to get you started:
5
5
*[Nuget](https://www.nuget.org/profiles/Neo4j) for getting the latest driver.
@@ -12,6 +12,13 @@ This section is prepared for application developers who would like to use this d
12
12
13
13
For users who wish to migrate from 1.7 series to 4.0, checkout our [migration guide](#migrating-from-17-to-40).
14
14
15
+
## Versions
16
+
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.
17
+
18
+
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(Excluding the Neo4j.Driver.Experimental namespace).
19
+
20
+
See also: https://neo4j.com/developer/kb/neo4j-supported-versions/
21
+
15
22
### Getting the Driver
16
23
17
24
The Neo4j driver is distributed under three packages:
@@ -281,4 +288,4 @@ The driver targets at .NET Standard 2.0. and .NET 5.0
281
288
As a result, it can be compiled and run on linux machines after installing for example .NET Core 2.0 library.
282
289
As for IDE, we recommend Rider for daily development.
283
290
The integration tests require [boltkit](https://github.com/neo4j-contrib/boltkit) to be installed and accessible via command line.
284
-
If any problem to start a Neo4j Server on your machine, you can start the test Bolt Server yourself at `localhost:7687` and then set environment variable `DOTNET_DRIVER_USING_LOCAL_SERVER=true`
291
+
If any problem to start a Neo4j Server on your machine, you can start the test Bolt Server yourself at `localhost:7687` and then set environment variable `DOTNET_DRIVER_USING_LOCAL_SERVER=true`
0 commit comments