Skip to content

Commit f0be664

Browse files
julienrftarzanek
authored andcommitted
Update compatibility matrix and online API docs
1 parent 2018cb9 commit f0be664

File tree

1 file changed

+4
-56
lines changed

1 file changed

+4
-56
lines changed

README.md

+4-56
Original file line numberDiff line numberDiff line change
@@ -56,69 +56,17 @@ named "bX.Y" where X.Y is the major+minor version; for example the "b1.6" branch
5656
corresponds to the 1.6 release. The "master" branch will normally contain
5757
development for the next connector release in progress.
5858

59-
Currently, the following branches are actively supported:
60-
3.5.x ([master](https://github.com/datastax/spark-cassandra-connector/tree/master)),
61-
3.4.x ([b3.4](https://github.com/datastax/spark-cassandra-connector/tree/b3.4)),
62-
3.3.x ([b3.2](https://github.com/datastax/spark-cassandra-connector/tree/b3.3)),
63-
3.2.x ([b3.2](https://github.com/datastax/spark-cassandra-connector/tree/b3.2)),
64-
3.1.x ([b3.1](https://github.com/datastax/spark-cassandra-connector/tree/b3.1)),
65-
3.0.x ([b3.0](https://github.com/datastax/spark-cassandra-connector/tree/b3.0)) and
66-
2.5.x ([b2.5](https://github.com/datastax/spark-cassandra-connector/tree/b2.5)).
59+
Currently, the following branch is actively supported:
60+
4.x ([scylla-4.x](https://github.com/scylladb/spark-scylladb-connector/tree/scylla-4.x)).
6761

6862
| Connector | Spark | Cassandra | Cassandra Java Driver | Minimum Java Version | Supported Scala Versions |
6963
|-----------|---------------|----------------------------|-----------------------|----------------------|--------------------------|
70-
| 3.5.1 | 3.5 | 2.1.5*, 2.2, 3.x, 4.x, 5.0 | 4.18.1 | 8 | 2.12, 2.13 |
71-
| 3.5 | 3.5 | 2.1.5*, 2.2, 3.x, 4.x | 4.13 | 8 | 2.12, 2.13 |
72-
| 3.4 | 3.4 | 2.1.5*, 2.2, 3.x, 4.x | 4.13 | 8 | 2.12, 2.13 |
73-
| 3.3 | 3.3 | 2.1.5*, 2.2, 3.x, 4.x | 4.13 | 8 | 2.12 |
74-
| 3.2 | 3.2 | 2.1.5*, 2.2, 3.x, 4.0 | 4.13 | 8 | 2.12 |
75-
| 3.1 | 3.1 | 2.1.5*, 2.2, 3.x, 4.0 | 4.12 | 8 | 2.12 |
76-
| 3.0 | 3.0 | 2.1.5*, 2.2, 3.x, 4.0 | 4.12 | 8 | 2.12 |
77-
| 2.5 | 2.4 | 2.1.5*, 2.2, 3.x, 4.0 | 4.12 | 8 | 2.11, 2.12 |
78-
| 2.4.2 | 2.4 | 2.1.5*, 2.2, 3.x | 3.0 | 8 | 2.11, 2.12 |
79-
| 2.4 | 2.4 | 2.1.5*, 2.2, 3.x | 3.0 | 8 | 2.11 |
80-
| 2.3 | 2.3 | 2.1.5*, 2.2, 3.x | 3.0 | 8 | 2.11 |
81-
| 2.0 | 2.0, 2.1, 2.2 | 2.1.5*, 2.2, 3.x | 3.0 | 8 | 2.10, 2.11 |
82-
| 1.6 | 1.6 | 2.1.5*, 2.2, 3.0 | 3.0 | 7 | 2.10, 2.11 |
83-
| 1.5 | 1.5, 1.6 | 2.1.5*, 2.2, 3.0 | 3.0 | 7 | 2.10, 2.11 |
84-
| 1.4 | 1.4 | 2.1.5* | 2.1 | 7 | 2.10, 2.11 |
85-
| 1.3 | 1.3 | 2.1.5* | 2.1 | 7 | 2.10, 2.11 |
86-
| 1.2 | 1.2 | 2.1, 2.0 | 2.1 | 7 | 2.10, 2.11 |
87-
| 1.1 | 1.1, 1.0 | 2.1, 2.0 | 2.1 | 7 | 2.10, 2.11 |
88-
| 1.0 | 1.0, 0.9 | 2.0 | 2.0 | 7 | 2.10, 2.11 |
89-
90-
**Compatible with 2.1.X where X >= 5*
64+
| 4.0.0 | 3.5.x | 2.1.5*, 2.2, 3.x, 4.x, 5.0 | 4.18.1 | 8 | 2.12, 2.13 |
9165

9266
## Hosted API Docs
9367
API documentation for the Scala and Java interfaces are available online:
9468

95-
### 3.5.1
96-
* [Spark-Cassandra-Connector](https://datastax.github.io/spark-cassandra-connector/ApiDocs/3.5.1/connector/com/datastax/spark/connector/index.html)
97-
98-
### 3.5.0
99-
* [Spark-Cassandra-Connector](https://datastax.github.io/spark-cassandra-connector/ApiDocs/3.5.0/connector/com/datastax/spark/connector/index.html)
100-
101-
### 3.4.1
102-
* [Spark-Cassandra-Connector](https://datastax.github.io/spark-cassandra-connector/ApiDocs/3.4.1/connector/com/datastax/spark/connector/index.html)
103-
104-
### 3.3.0
105-
* [Spark-Cassandra-Connector](https://datastax.github.io/spark-cassandra-connector/ApiDocs/3.3.0/connector/com/datastax/spark/connector/index.html)
106-
107-
### 3.2.0
108-
* [Spark-Cassandra-Connector](https://datastax.github.io/spark-cassandra-connector/ApiDocs/3.2.0/connector/com/datastax/spark/connector/index.html)
109-
110-
### 3.1.0
111-
* [Spark-Cassandra-Connector](https://datastax.github.io/spark-cassandra-connector/ApiDocs/3.1.0/connector/com/datastax/spark/connector/index.html)
112-
113-
### 3.0.1
114-
* [Spark-Cassandra-Connector](https://datastax.github.io/spark-cassandra-connector/ApiDocs/3.0.1/connector/com/datastax/spark/connector/index.html)
115-
116-
### 2.5.2
117-
* [Spark-Cassandra-Connector](https://datastax.github.io/spark-cassandra-connector/ApiDocs/2.5.2/connector/#package)
118-
119-
### 2.4.2
120-
* [Spark-Cassandra-Connector](http://datastax.github.io/spark-cassandra-connector/ApiDocs/2.4.2/spark-cassandra-connector/)
121-
* [Embedded-Cassandra](http://datastax.github.io/spark-cassandra-connector/ApiDocs/2.4.2/spark-cassandra-connector-embedded/)
69+
- [Latest](https://javadoc.io/doc/com.scylladb/spark-scylladb-connector_2.13/latest/index.html).
12270

12371
## Download
12472

0 commit comments

Comments
 (0)