6a8674f2db92668359196b5492753612b3844594 | Author: absurdfarce <absurdfarce@apache.org>
| 2024-11-11 11:49:20-06:00
CASSJAVA-55 Remove setting "Host" header for metadata requests.
With some sysprops enabled this will actually be respected which completely borks Astra routing.
patch by Bret McGuire; reviewed by Alexandre Dutra and Bret McGuire for CASSJAVA-55
62cea5a5f34d5cc6ef335f99829d0ae3cf9cf396 | Author: absurdfarce <absurdfarce@apache.org>
| 2024-11-06 17:47:30-06:00
Move Apache Cassandra 5.x off of beta1 and remove some older Apache Cassandra versions.
patch by Bret McGuire; reviewed by Bret McGuire for CASSJAVA-54
953e0df999cabb3f5eef714df9921c00e9f632c2 | Author: absurdfarce <bret.mcguire@datastax.com>
| 2024-09-23 13:56:53-05:00
Update changelog for 1.7.0
patch by Bret McGuire; reviewed by Martin Sucha
reference: https://github.com/apache/cassandra-gocql-driver/pull/1826
8444c79ff843a072e5c1a1d8de5140a47051e2a0 | Author: absurdfarce <bret.mcguire@datastax.com>
| 2024-09-16 16:30:43-05:00
Remove "beta" support for Java17 from docs
patch by Bret McGuire; reviewed by Andy Tolbert and Alexandre Dutra
reference: https://github.com/apache/cassandra-java-driver/pull/1962
5ed5e6dcaa69f5329522be429e0546bc848b8aa2 | Author: absurdfarce <bret.mcguire@datastax.com>
| 2024-09-05 11:44:24-05:00
Update driver name after ASF donation
patch by Bret McGuire; reviewed by Joao Reis, Martin Sucha, Andy Tolbert and James Hartig
reference: https://github.com/apache/cassandra-gocql-driver/pull/1817
034d6887a3bd723a6ed19935e80bc642ff938adb | Author: absurdfarce <bret.mcguire@datastax.com>
| 2024-09-04 22:08:37-05:00
Bump Go/C* versions. gocql policy was to support the current and previous
Go versions for a given release; we're continuing this practice for the
1.7.0 release.
patch by Bret McGuire; reviewed by Joao Reis, Martin Sucha
reference: https://github.com/apache/cassandra-gocql-driver/pull/1825
f9b495bceaff82f2d0a05e6cb88f2b454ac8e0a4 | Author: Andy Tolbert <6889771+tolbertam@users.noreply.github.com>
| 2024-08-25 19:53:09-05:00
Regenerate testdata/pki and include script for regenerating
The existing certificates in testdata/pki expire on September 16 2024.
This commit includes a 'generate_certs.sh' script for regenerating
private keys and certificates as needed.
As I couldn't find the original steps used to generate these, it's
possible these certificates are generated differently, but they are
done in a nominal way.
One slight derivation with the original certificates is that I have
opted to use PKCS12 format instead of the propertiary java JKS format
for the .truststore and .keystore file. The cassandra and gocql
certificates also embed a spiffe in the SAN so they can eventually
be used for mTLS authentication testing.
patch by Andy Tolbert; reviewed by Bret McGuire for CASSANDRA-19862
a40e7587b175cc198fb533eadabd31e94f837369 | Author: Christian Aistleitner <christian.aistleitner@outlook.com>
| 2024-06-06 09:14:16+02:00
Fix uncaught exception during graceful channel shutdown
after exceeding max orphan ids
patch by Christian Aistleitner; reviewed by Andy Tolbert, and Bret McGuire for #1938