Skip to content

Commit

Permalink
Bump client compatibility tables (typedb#347)
Browse files Browse the repository at this point in the history
## What is the goal of this PR?
Bump client compatibility tables for Grakn Core 1.8.4

## What are the changes implemented in this PR?
Bump client compatibility tables for Grakn Core 1.8.4
  • Loading branch information
flyingsilverfin authored Nov 11, 2020
1 parent 4ffeb3f commit 80ba092
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 15 deletions.
2 changes: 1 addition & 1 deletion 03-client-api/01-java.md
Original file line number Diff line number Diff line change
Expand Up @@ -174,7 +174,7 @@ To view examples of running various Graql queries using the Grakn Client Java, h

| Client Java | Grakn Core | Grakn KGMS |
| :---------: | :-------------:| :------------: |
| 1.8.3 | 1.8.0 to 1.8.3 | N/A |
| 1.8.3 | 1.8.0 to 1.8.4 | N/A |
| 1.8.2 | 1.8.0, 1.8.1 | N/A |
| 1.8.1 | 1.8.0 | N/A |
| 1.8.0 | 1.8.0 | N/A |
Expand Down
26 changes: 13 additions & 13 deletions 03-client-api/02-python.md
Original file line number Diff line number Diff line change
Expand Up @@ -142,16 +142,16 @@ To view examples of running various Graql queries using the Grakn Client Python,

## Dependencies

| Client Python | Grakn Core | Grakn KGMS | Python |
| :------------: | :-------------------------: | :----------: | :----: |
| 1.8.0 | 1.8.0 | N/A | >= 3.5 |
| 1.7.2 | 1.7.1, 1.7.2 | N/A | >= 2.7 |
| 1.7.1 | 1.7.1 | N/A | >= 2.7 |
| 1.7.0 | 1.7.1 | N/A | >= 2.7 |
| 1.6.0 to 1.6.1 | 1.6.0 to 1.6.2 | 1.6.2 | >= 2.7 |
| 1.5.4 | 1.5.8, 1.5.9 | 1.5.8 | >= 2.7 |
| 1.5.3 | 1.5.2 to 1.5.7 | 1.5.2 to 1.5.7 | >= 2.7 |
| 1.5.2 | 1.5.2, 1.5.3 | 1.5.2 | >= 2.7 |
| 1.5.1 | 1.5.0 | N/A | >= 2.7 |
| 1.4.2 | 1.3.0 to 1.4.3 | 1.2.0, 1.4.3 | >= 3.6 |
| 1.3.0 to 1.3.2 | 1.3.0 | 1.4.3 | >= 3.6 |
| Client Python | Grakn Core | Grakn KGMS | Python |
| :------------: | :-------------------------: | :----------: | :-----------: |
| 1.8.0 | 1.8.0 to 1.8.4 | N/A | >= 3.5, < 3.8 |
| 1.7.2 | 1.7.1, 1.7.2 | N/A | >= 2.7 |
| 1.7.1 | 1.7.1 | N/A | >= 2.7 |
| 1.7.0 | 1.7.1 | N/A | >= 2.7 |
| 1.6.0 to 1.6.1 | 1.6.0 to 1.6.2 | 1.6.2 | >= 2.7 |
| 1.5.4 | 1.5.8, 1.5.9 | 1.5.8 | >= 2.7 |
| 1.5.3 | 1.5.2 to 1.5.7 | 1.5.2 to 1.5.7 | >= 2.7 |
| 1.5.2 | 1.5.2, 1.5.3 | 1.5.2 | >= 2.7 |
| 1.5.1 | 1.5.0 | N/A | >= 2.7 |
| 1.4.2 | 1.3.0 to 1.4.3 | 1.2.0, 1.4.3 | >= 3.6 |
| 1.3.0 to 1.3.2 | 1.3.0 | 1.4.3 | >= 3.6 |
2 changes: 1 addition & 1 deletion 03-client-api/03-nodejs.md
Original file line number Diff line number Diff line change
Expand Up @@ -159,7 +159,7 @@ To view examples of running various Graql queries using the Grakn Client Node.js

| Client Node.js | Grakn Core | Grakn KGMS | Node |
| :------------: | :-------------------------: | :------------: | :----: |
| 1.8.0 | 1.8.0 | N/A | >= 6.5 |
| 1.8.0 | 1.8.0 to 1.8.4 | N/A | >= 6.5 |
| 1.7.0 | 1.7.1, 1.7.2 | N/A | >= 6.5 |
| 1.6.0 | 1.6.0 to 1.6.2 | 1.6.2 | >= 6.5 |
| 1.5.6 | 1.5.8, 1.5.9 | 1.5.8 | >= 6.5 |
Expand Down

0 comments on commit 80ba092

Please sign in to comment.