We're bumping the minimum version for the Java driver with 5.0.0 (CASSJAVA-135). We should do the same for native-protocol just to keep things consistent.
Note that any such change would almost certainly mean a 2.0.0 release. Also note that this probably means a change in branches similar to what we did for cassandra-java-driver:
- Rename 1.x branch to trunk
- Create a 1.x branch (in case we need it)
- Make next release on trunk 2.0.0
We're bumping the minimum version for the Java driver with 5.0.0 (CASSJAVA-135). We should do the same for native-protocol just to keep things consistent.
Note that any such change would almost certainly mean a 2.0.0 release. Also note that this probably means a change in branches similar to what we did for cassandra-java-driver: