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
Fixed a bug where GraphDataScience object created via GraphDataScience.from_neo4j_driver would also close the Neo4j driver object on close(). As sole ownership of the driver cannot be expected in this case, the user should close the driver object on their own.
Fixed a bug where gds.<algo>.write.estimate would fail for Aura Graph Analytics / GDS Sessions.
Improvements
Added retries to verifying connection and authentication of DB connection provided to GdsSessions.getOrCreate
It is no longer necessary to specify TLS certificates for Arrow when running on Windows