Skip to content
This repository has been archived by the owner on Oct 9, 2023. It is now read-only.

Update Client to comply with 1.5 changes #21

Merged
merged 8 commits into from
Mar 6, 2019

Conversation

marco-scoppetta
Copy link
Contributor

@marco-scoppetta marco-scoppetta commented Mar 6, 2019

What is the goal of this PR?

Update NodeJs client to comply with 1.5 changes

What are the changes implemented in this PR?

closes #20
closes #2

use transaction using session().transaction().write()/.read()
Grakn entry point renamed to GraknClient
client.close() is now needed to close channels

Refactored SessionService so that we fix #20

@marco-scoppetta marco-scoppetta changed the title close client and fixed close session bug Update Client to comply with 1.5 changes Mar 6, 2019
@marco-scoppetta marco-scoppetta merged commit ecf2c85 into typedb:master Mar 6, 2019
@haikalpribadi haikalpribadi added this to the 1.5.1 milestone Apr 17, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Closing a session, immediately after it's been opened, throws an error Updates based on new changes in 1.5
2 participants