-
-
Notifications
You must be signed in to change notification settings - Fork 848
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[neo4j] Update 2025 #6740
base: master
Are you sure you want to change the base?
[neo4j] Update 2025 #6740
Conversation
Co-authored-by: Marc Wrobel <[email protected]>
|
||
# eol(x) = releaseDate(x+1) | ||
# See https://support.neo4j.com/s/article/115013134648-Neo4j-Supported-Versions | ||
releases: | ||
- releaseCycle: "2025.01.0" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
- releaseCycle: "2025.01.0" | |
- releaseCycle: "2025.01" |
@@ -39,11 +39,19 @@ auto: | |||
releaseDate: "Release Date" | |||
eol: | |||
column: "End of Support Date" | |||
regex: '^(?P<value>\w+ \d+, \d+).*$' | |||
regex: '^(?P<value>\d+\.\d+).*$' |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Why this change ?
@@ -240,6 +248,11 @@ releases: | |||
|
|||
Neo4j has separate policies for different versions. | |||
|
|||
### [From January 2025] | |||
|
|||
Neo4j Server adopted calendar versioning (CalVer). Earlier versions, such as Neo4j 4 and 5 used semantic versioning (SemVer). |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Is there a change to the support policy along with the versionning update ? Shouldn't this be documented in the "Latest Support Terms" paragraph ?
try to do #6721
Hope this helps.