Skip to content
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

Open
wants to merge 4 commits into
base: master
Choose a base branch
from
Open

[neo4j] Update 2025 #6740

wants to merge 4 commits into from

Conversation

hdep
Copy link
Contributor

@hdep hdep commented Feb 10, 2025

try to do #6721

  • updated regexp for auto update
  • added latest release
  • add some information about this change

Hope this helps.

@chenrui333 chenrui333 added the release-updates Pull Requests that update release information label Feb 11, 2025

# eol(x) = releaseDate(x+1)
# See https://support.neo4j.com/s/article/115013134648-Neo4j-Supported-Versions
releases:
- releaseCycle: "2025.01.0"
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
- 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+).*$'
Copy link
Member

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).
Copy link
Member

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 ?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
release-updates Pull Requests that update release information
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants