Skip to content

Commit c7162ef

Browse files
Added compatibility list table in readme
1 parent ebc189b commit c7162ef

File tree

1 file changed

+36
-0
lines changed

1 file changed

+36
-0
lines changed

README.md

Lines changed: 36 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,3 +14,39 @@
1414
## Development Notes
1515

1616
For misc development details see [Development Notes](https://github.com/TileDB-Inc/TileDB-Java/wiki/Developer-Notes) wiki entry.
17+
18+
## Compatibility
19+
20+
The below table references which versions of TileDB-Java are compatible with which versions of the TileDB core library.
21+
22+
|TileDB-Java Version|TileDB Version|
23+
|-----------------|--------------|
24+
| 0.1.5 | <= 1.5.1 |
25+
| 0.1.6 | 1.6.0 |
26+
| 0.1.7 | 1.6.2 |
27+
| 0.1.8 | 1.6.2 |
28+
| 0.1.9 | 1.6.2 |
29+
| 0.2.0 | 1.7.0 |
30+
| 0.2.1 | 1.7.2 |
31+
| 0.2.2 | 1.7.2 |
32+
| 0.2.3 | 1.7.3 |
33+
| 0.2.4 | 1.7.7 |
34+
| 0.2.5 | 2.0.0 |
35+
| 0.2.6 | 2.0.1 |
36+
| 0.2.7 | 2.0.3 |
37+
| 0.2.8 | 2.0.5 |
38+
| 0.3.0 | 2.0.5 |
39+
| 0.3.1 | 2.0.7 |
40+
| 0.3.2 | 2.0.8 |
41+
| 0.3.3 | 2.0.8 |
42+
| 0.3.4 | 2.1.1 |
43+
| 0.3.5 | 2.1.2 |
44+
| 0.3.6 | 2.1.2 |
45+
| 0.3.7 | 2.2.2 |
46+
| 0.4.0 | 2.2.5 |
47+
| 0.4.1 | 2.2.5 |
48+
| 0.4.2 | 2.2.5 |
49+
| 0.4.3 | 2.2.5 |
50+
| 0.4.4 | 2.2.5 |
51+
| 0.4.5 | 2.2.5 |
52+

0 commit comments

Comments
 (0)