Skip to content

Commit 223d2b3

Browse files
New section 'Supported Versions' (#128)
update README with supported versions Co-authored-by: Aman Mangal <[email protected]>
1 parent e619b51 commit 223d2b3

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

README.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ and understand how to run and work with Dgraph.
1818

1919
## Table of Contents
2020
- [Download](#download)
21+
- [Supported Versions](#supported-versions)
2122
- [Quickstart](#quickstart)
2223
- [Intro](#intro)
2324
- [Using the Synchronous Client](#using-the-synchronous-client)
@@ -57,6 +58,16 @@ or Gradle:
5758
compile 'io.dgraph:dgraph4j:2.0.1'
5859
```
5960

61+
## Supported Versions
62+
63+
Depending on the version of Dgraph that you are connecting to, you will have to
64+
use a different version of this client.
65+
66+
| Dgraph version | dgraph4j version | java version |
67+
|:--------------:|:-----------------:|:------------:|
68+
| 1.0.X | 1.X.X | 1.8.X |
69+
| >= 1.1.0 | 2.X.X | 1.8.X |
70+
6071
## Quickstart
6172
Build and run the [DgraphJavaSample] project in the `samples` folder, which
6273
contains an end-to-end example of using the Dgraph Java client. Follow the

0 commit comments

Comments
 (0)