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

Warn on old server version #762

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

FlorentinD
Copy link
Contributor

No description provided.

@FlorentinD
Copy link
Contributor Author

Copy link

netlify bot commented Oct 2, 2024

Deploy Preview for neo4j-graph-data-science-client canceled.

Name Link
🔨 Latest commit a6c3198
🔍 Latest deploy log https://app.netlify.com/sites/neo4j-graph-data-science-client/deploys/67053c1c9657880008cec71a

@Mats-SX Mats-SX self-assigned this Oct 4, 2024
Copy link
Contributor

@Mats-SX Mats-SX left a comment

Choose a reason for hiding this comment

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

Very nice initiative. I think DEFAULT_SERVER_VERSION should be something else but not sure what

@@ -20,7 +20,7 @@
from graphdatascience.session.dbms_connection_info import DbmsConnectionInfo

# Should mirror the latest GDS server version under development.
DEFAULT_SERVER_VERSION = ServerVersion(2, 6, 0)
DEFAULT_SERVER_VERSION = ServerVersion(2, 10, 0)
Copy link
Contributor

Choose a reason for hiding this comment

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

under development

We are developing 2.12.0 of the plugin now. 2.11.0 is the latest stable.
Should this be 2.12 or 2.11?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

now with monthly updates, this can get quite annoying to update.
As its only a version for unit-testing we could also just use a very high number

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants