Skip to content

Commit 3cb2611

Browse files
docs: Update doc links for 0.2.0 (#154)
1 parent 72e8fdb commit 3cb2611

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

README.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,15 +84,19 @@ and manual Spark installations.
8484
```
8585

8686
## Downloading and Using the Connector
87-
The latest version of the connector is publicly available in the following link:
87+
The latest version of the connector is publicly available in the following link:
88+
8889
| Connector version | Link |
8990
| --- | --- |
91+
| 0.2.0 | `gs://spark-lib/pubsublite/pubsublite-spark-sql-streaming-0.2.0-with-dependencies.jar`([HTTP link](https://storage.googleapis.com/spark-lib/pubsublite/pubsublite-spark-sql-streaming-0.2.0-with-dependencies.jar)) |
9092
| 0.1.0 | `gs://spark-lib/pubsublite/pubsublite-spark-sql-streaming-0.1.0-with-dependencies.jar`([HTTP link](https://storage.googleapis.com/spark-lib/pubsublite/pubsublite-spark-sql-streaming-0.1.0-with-dependencies.jar)) |
93+
9194
The connector is also available from the [Maven Central repository](https://search.maven.org/artifact/com.google.cloud/pubsublite-spark-sql-streaming). You can download and pass it in the `--jars` option when using the `spark-submit` command.
9295

9396
## Compatibility
9497
| Connector version | Spark version |
9598
| --- | --- |
99+
| 0.2.0 | 2.4.X |
96100
| 0.1.0 | 2.4.X |
97101

98102
## Usage

0 commit comments

Comments
 (0)