> Is ver 3.0.10 same as 3.10. They are different. In particular:
- 3.0.10 contains the features in versions 3.0.0, but with bugfixes. It's the next in the series of 3.0.0, 3.0.1, 3.0.2, and so on to 3.0.9 and 3.0.10. Typically, 3.0.X releases don't add major features, instead being smaller bugfix releases. - 3.10 contains major changes added since 3.9. It's the next in the series of 3.0, 3.1, 3.2, and so on to 3.9 and 3.10. Any of those releases may have added major features. For a more thorough discussion of software version numbers in general, see this Wikipedia page: https://en.wikipedia.org/wiki/Software_versioning#Change_significance For a discussion about the intent of version numbering in Apache Cassandra 3.0.X and 3.X, see this post from former project chair Jonathan Ellis: http://www.mail-archive.com/user@cassandra.apache.org/msg42737.html Jim