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
-`(EOL)`: End Of Life, a server version is marked as such when it is not supported anymore
167
-
-`(HO)`: Hotfixes only, a server version is marked as such when it is only updated for security patches
168
-
-`(LTS)`: Long Term Support, a server version is marked as such when it actively receives updates over an extended
169
-
period of time
170
-
-`Yes`: this driver/server version combination is supported across all official drivers
171
-
-`(Yes)`: this driver/server version combination is supported by this driver, potentially with a subset of features
172
-
-`?`: this driver/server version combination may or may not work at all
144
+
## Server/Driver compatibility
145
+
146
+
Starting with 5.0, the Neo4j Drivers will be moving to a monthly release cadence.
147
+
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.
148
+
149
+
As a policy, patch versions will not be released except on rare occasions.
150
+
Bug fixes and updates will go into the latest minor version and users should upgrade to that.
151
+
Driver upgrades within a major version will never contain breaking API changes.
152
+
153
+
See also: https://neo4j.com/developer/kb/neo4j-supported-versions/
0 commit comments