Bump Python driver version to 3.30.1#329
Conversation
|
Ping @tolbertam as well (since I know he's taken a look at these in the past). For some reason I couldn't add you as a reviewer Andy but usually the at-mention works well enough in it's place. |
| ==== Apache Cassandra Python Driver | ||
| [discrete] | ||
| ==== Latest release on 2026-04-02 | ||
| ==== Latest release on 2026-07-06 |
There was a problem hiding this comment.
:python-driver-version: 3.30.1
There was a problem hiding this comment.
Are you looking to add version number to this line? We don't do that with any of the other drivers... and we do have the version number in the button the user presses to start the download.
There was a problem hiding this comment.
Oh, wait... I think you might be talking about defining a variable of some kind. That's what would be used in the follow-up comment, correct?
There was a problem hiding this comment.
Oh, yeah, that's way better. Pushing an update that moves to something based on this.
There was a problem hiding this comment.
Yes, suggested a variable for the multiple references
|
|
||
| [.btn.btn--alt] | ||
| https://www.apache.org/dyn/closer.lua/cassandra/cassandra-python-driver/3.30.0/cassandra_driver-3.30.0.tar.gz[3.30.0 (source),window=blank] | ||
| https://www.apache.org/dyn/closer.lua/cassandra/cassandra-python-driver/3.30.1/cassandra_driver-3.30.1.tar.gz[3.30.1 (source),window=blank] |
There was a problem hiding this comment.
…literals everywhere
|
As part of this change I'm converting all the driver version numbers to asciidoc variables... big thanks to @bschoening for the suggestion. For sake of completeness I'm attaching a screenshot of the results after the change, although it should be (and to my eye is) identical to the screenshot above. Manually checked all driver-related links after the conversion to asciidoc variables. All links appeared to function as expected.
|
|
|
||
| [.btn.btn--alt] | ||
| https://www.apache.org/dyn/closer.lua/cassandra/cassandra-python-driver/3.30.0/cassandra_driver-3.30.0.tar.gz[3.30.0 (source),window=blank] | ||
| https://www.apache.org/dyn/closer.lua/cassandra/cassandra-python-driver/{python-driver-version}/cassandra_driver-{python-driver-version}.tar.gz[3.30.1 (source),window=blank] |
There was a problem hiding this comment.
3.30.1 -> python-driver-version: You missed one here

Verified all links work as expected