Skip to content

Commit ff71471

Browse files
FlorentinDMats-SX
andcommitted
Update client versioning to 1.16a1
Co-authored-by: Mats Rydberg <[email protected]>
1 parent 144f149 commit ff71471

File tree

7 files changed

+16
-29
lines changed

7 files changed

+16
-29
lines changed

changelog.md

Lines changed: 1 addition & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -1,28 +1,12 @@
1-
# Changes in 1.15
1+
# Changes in 1.16
22

33

44
## Breaking changes
55

6-
* Rename `tenant_id` to `project_id` in class `graphdatascience.session.AuraAPICredentials`.
7-
8-
96
## New features
107

11-
* Allow the creation of fully standalone GDS Sessions by omitting the database connection information
12-
138
## Bug fixes
149

15-
* Fixed a bug, where write procedures would not properly log for GDS Sessions.
16-
1710
## Improvements
1811

19-
* Reduce calls to the Aura API during GdsSessions::get_or_create.
20-
* Improve error message when a query is interrupted by a signal (SIGINT or SIGTERM).
21-
* Improve error message if session is expired.
22-
* Improve robustness of Arrow client against connection errors such as `FlightUnavailableError` and `FlightTimedOutError`.
23-
* Return dedicated error class `SessionStatusError` if a session failed or expired.
24-
25-
2612
## Other changes
27-
28-
* Aura API credentials will now be used to authenticate with the Session

doc/antora.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
name: graph-data-science-client
22
title: Neo4j Graph Data Science Client
3-
version: '1.15-preview'
3+
version: '1.16-preview'
44
prerelease: true
55
start_page: ROOT:index.adoc
66
nav:
77
- modules/ROOT/content-nav.adoc
88
asciidoc:
99
attributes:
10-
docs-version: '1.14'
10+
docs-version: '1.16-preview'

doc/modules/ROOT/pages/installation.adoc

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,10 +17,13 @@ The Python client supports the following versions of the other three components:
1717
[opts=header, cols="m,m,m,m"]
1818
|===
1919
| Python Client | GDS version | Python version | Neo4j Python Driver version
20+
.1+<.^| 1.16
21+
.1+<.^| >= 2.6, < 2.18
22+
.4+<.^| >= 3.9, < 3.13
23+
.6+<.^| >= 4.4.12, < 6.0.0
24+
2025
.1+<.^| 1.15
21-
.1+<.^| >= 2.6, < 2.16
22-
.3+<.^| >= 3.9, < 3.13
23-
.5+<.^| >= 4.4.12, < 6.0.0
26+
.1+<.^| >= 2.6, < 2.18
2427

2528
.1+<.^| 1.14
2629
.1+<.^| >= 2.6, < 2.14

doc/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "graph-data-science-client",
3-
"version": "1.15-preview",
3+
"version": "1.16-preview",
44
"description": "Neo4j Graph Data Science Client",
55
"main": "server.js",
66
"scripts": {

doc/preview.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,12 +56,12 @@ asciidoc:
5656
common-license-page-uri: https://neo4j.com/docs/license/
5757
operations-manual-base-uri: https://neo4j.com/docs/operations-manual/
5858
neo4j-docs-base-uri: https://neo4j.com/docs
59-
api-version: 1.15-preview
59+
api-version: 1.16-preview
6060
# User research promo
6161
page-ad-overline-link: https://neo4j.com/docs/user-research/?ref=gds-docs
6262
page-ad-title: Join the User Research panel
6363
page-ad-icon: chat-bubble-left-right
6464
page-ad-description: Influence the future of Neo4j products by sharing your experiences with a researcher.
6565
page-ad-link: https://neo4j.com/docs/user-research/?ref=gds-docs
6666
page-ad-underline-role: button
67-
page-ad-underline: Learn more
67+
page-ad-underline: Learn more

doc/publish.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ content:
88
- url: ../
99
edit_url: '{web_url}/tree/{refname}/{path}'
1010
start_path: doc
11-
branches: ['1.10', '1.11', '1.12', '1.13', '1.14', 'main']
11+
branches: ['1.13', '1.14', '1.15', 'main']
1212
include: doc/
1313
exclude:
1414
- '!**/_includes/*'
@@ -53,12 +53,12 @@ asciidoc:
5353
common-license-page-uri: https://neo4j.com/docs/license/
5454
operations-manual-base-uri: https://neo4j.com/docs/operations-manual/
5555
neo4j-docs-base-uri: https://neo4j.com/docs
56-
api-version: 1.15-preview
56+
api-version: 1.16-preview
5757
# User research promo
5858
page-ad-overline-link: https://neo4j.com/docs/user-research/?ref=gds-docs
5959
page-ad-title: Join the User Research panel
6060
page-ad-icon: chat-bubble-left-right
6161
page-ad-description: Influence the future of Neo4j products by sharing your experiences with a researcher.
6262
page-ad-link: https://neo4j.com/docs/user-research/?ref=gds-docs
6363
page-ad-underline-role: button
64-
page-ad-underline: Learn more
64+
page-ad-underline: Learn more

graphdatascience/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
__version__ = "1.15"
1+
__version__ = "1.16a1"
22
__min_server_version__ = "2.6.0" # matches installation.adoc

0 commit comments

Comments
 (0)