apache / cassandra-gocql-driver

GoCQL Driver for Apache Cassandra®
https://cassandra.apache.org/
Apache License 2.0
2.58k stars 621 forks source link

Update driver name after ASF donation #1817

Closed absurdfarce closed 1 month ago

absurdfarce commented 1 month ago

Issue originally identified by @tolbertam

Update the driver name to allow servers to clearly distinguish between gocql and cassandra-gocql-driver. Note that something similar was done for the Java driver when it was donated.

martin-sucha commented 1 month ago

Please squash the commits and update the commit message:

https://github.com/apache/cassandra-gocql-driver/blob/trunk/CONTRIBUTING.md#commit-message

absurdfarce commented 1 month ago

@tolbertam The test failures here seem to be coming from expired certs for TLS tests. Is fixing that just a matter of getting #1805 merged?

tolbertam commented 1 month ago

That's right @absurdfarce , #1805 aims to resolve the issues around the certs used by the tests expiring.

absurdfarce commented 1 month ago

Thanks @tolbertam! I'm gonna merge #1805 and confirm that that addresses the test failures before calling this one good.

absurdfarce commented 1 month ago

Bah, I mucked this up with the merge commit 🤦 . Closing this out and replacing it with #1824