File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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
1314Merged from 2.1 branch:
1415
Original file line number Diff line number Diff line change @@ -181,9 +181,8 @@ Currently the `QueryLogger` can be configured to track slow queries using either
181181a constant threshold in milliseconds (which is the default behavior), or
182182a 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
188187Refer to the ` QueryLogger ` [ API docs] [ query_logger ] for an example of usage.
189188
Original file line number Diff line number Diff line change @@ -16,11 +16,11 @@ Cassandra when the first connection is established. Both sides are
1616backward-compatible with older versions:
1717
1818<table border =" 1 " style =" text-align :center ; width :100% ;margin-bottom :1em ;" >
19- <tr ><td >  ; </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 >  ; </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
2626For example, if you use version 2.1.5 of the driver to connect to
You can’t perform that action at this time.
0 commit comments