Skip to content

Commit 9ceb6b6

Browse files
tolbertamAlexandre Dutra
authored andcommitted
JAVA-986: Update documentation links to reference 3.0.
1 parent c0a8cd7 commit 9ceb6b6

3 files changed

Lines changed: 8 additions & 8 deletions

File tree

changelog/README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99
- [improvement] JAVA-961: Raise an exception when an older version of guava (<16.01) is found.
1010
- [bug] JAVA-972: TypeCodec.parse() implementations should be case insensitive when checking for keyword NULL.
1111
- [bug] JAVA-971: Make type codecs invariant.
12+
- [bug] JAVA-986: Update documentation links to reference 3.0.
1213

1314
Merged from 2.1 branch:
1415

features/logging/README.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -181,9 +181,8 @@ Currently the `QueryLogger` can be configured to track slow queries using either
181181
a constant threshold in milliseconds (which is the default behavior), or
182182
a dynamic threshold based on per-host latency percentiles, as computed by `PerHostPercentileTracker`.
183183

184-
**Dynamic thresholds are still a beta feature as of version 2.2.0-rc3: they
185-
haven't been extensively tested yet, and the API is still subject to
186-
change.**
184+
**Dynamic thresholds are still a beta feature: they haven't been extensively
185+
tested yet, and the API is still subject to change.**
187186

188187
Refer to the `QueryLogger` [API docs][query_logger] for an example of usage.
189188

features/native_protocol/README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -16,11 +16,11 @@ Cassandra when the first connection is established. Both sides are
1616
backward-compatible with older versions:
1717

1818
<table border="1" style="text-align:center; width:100%;margin-bottom:1em;">
19-
<tr><td>&nbsp;</td><td>Cassandra: 1.2.x<br/>(DSE 3.2)</td><td>2.0.x<br/>(DSE 4.0 to 4.6)</td><td>2.1.x<br/>(DSE 4.7)</td><td>2.2.x</td></tr>
20-
<tr><td>Driver: 1.0.x</td> <td>v1</td> <td>v1</td> <td>v1</td> <td>v1</td> </tr>
21-
<tr><td>2.0.x to 2.1.1</td> <td>v1</td> <td>v2</td> <td>v2</td> <td>v2</td> </tr>
22-
<tr><td>2.1.2 to 2.2.0</td> <td>v1</td> <td>v2</td> <td>v3</td> <td>v3</td> </tr>
23-
<tr><td>2.2.0 or more</td> <td>v1</td> <td>v2</td> <td>v3</td> <td>v4</td> </tr>
19+
<tr><td>&nbsp;</td><td>Cassandra: 1.2.x<br/>(DSE 3.2)</td><td>2.0.x<br/>(DSE 4.0 to 4.6)</td><td>2.1.x<br/>(DSE 4.7)</td><td>2.2.x</td><td>3.0.x</td></tr>
20+
<tr><td>Driver: 1.0.x</td> <td>v1</td> <td>v1</td> <td>v1</td> <td>v1</td> <td>Unsupported</td> </tr>
21+
<tr><td>2.0.x to 2.1.1</td> <td>v1</td> <td>v2</td> <td>v2</td> <td>v2</td> <td>Unsupported</td> </tr>
22+
<tr><td>2.1.2 to 2.2.0</td> <td>v1</td> <td>v2</td> <td>v3</td> <td>v3</td> <td>v3</td> </tr>
23+
<tr><td>2.2.0 or more</td> <td>v1</td> <td>v2</td> <td>v3</td> <td>v4</td> <td>v4</td> </tr>
2424
</table>
2525

2626
For example, if you use version 2.1.5 of the driver to connect to

0 commit comments

Comments
 (0)