(cassandra-gocql-driver) branch trunk updated: Add a way to create HostInfo objects for testing purposes

2025-06-17 Thread joaoreis
This is an automated email from the ASF dual-hosted git repository. joaoreis pushed a commit to branch trunk in repository https://gitbox.apache.org/repos/asf/cassandra-gocql-driver.git The following commit(s) were added to refs/heads/trunk by this push: new be35a5b3 Add a way to create

(cassandra-gocql-driver) branch trunk updated: Change logger so it supports structured logging and log levels

2025-06-17 Thread joaoreis
This is an automated email from the ASF dual-hosted git repository. joaoreis pushed a commit to branch trunk in repository https://gitbox.apache.org/repos/asf/cassandra-gocql-driver.git The following commit(s) were added to refs/heads/trunk by this push: new eda74b66 Change logger so it

(cassandra-gocql-driver) branch trunk updated: Move the snappy compressor into a separate go package

2025-06-13 Thread joaoreis
This is an automated email from the ASF dual-hosted git repository. joaoreis pushed a commit to branch trunk in repository https://gitbox.apache.org/repos/asf/cassandra-gocql-driver.git The following commit(s) were added to refs/heads/trunk by this push: new f5fe4834 Move the snappy

(cassandra-gocql-driver) branch trunk updated: Fix deadlock in refresh debouncer stop

2025-06-05 Thread joaoreis
This is an automated email from the ASF dual-hosted git repository. joaoreis pushed a commit to branch trunk in repository https://gitbox.apache.org/repos/asf/cassandra-gocql-driver.git The following commit(s) were added to refs/heads/trunk by this push: new 90bcc9c5 Fix deadlock in

(cassandra-gocql-driver) branch trunk updated: remove proto 1 and 2 support

2025-06-04 Thread joaoreis
This is an automated email from the ASF dual-hosted git repository. joaoreis pushed a commit to branch trunk in repository https://gitbox.apache.org/repos/asf/cassandra-gocql-driver.git The following commit(s) were added to refs/heads/trunk by this push: new 61c0b48a remove proto 1 and 2

(cassandra-gocql-driver) branch trunk updated: Use golangci instead of govet

2025-06-03 Thread joaoreis
This is an automated email from the ASF dual-hosted git repository. joaoreis pushed a commit to branch trunk in repository https://gitbox.apache.org/repos/asf/cassandra-gocql-driver.git The following commit(s) were added to refs/heads/trunk by this push: new 05517735 Use golangci instead

(cassandra-gocql-driver) 02/02: conn_test: address linter complaints

2025-05-30 Thread joaoreis
This is an automated email from the ASF dual-hosted git repository. joaoreis pushed a commit to branch trunk in repository https://gitbox.apache.org/repos/asf/cassandra-gocql-driver.git commit 7279756d7311211939f1466d20d1a029ab69f4a4 Author: Dmitry Kropachev AuthorDate: Wed May 28 13:19:04 2025

(cassandra-gocql-driver) branch trunk updated (05e6036f -> 7279756d)

2025-05-30 Thread joaoreis
This is an automated email from the ASF dual-hosted git repository. joaoreis pushed a change to branch trunk in repository https://gitbox.apache.org/repos/asf/cassandra-gocql-driver.git from 05e6036f Endless query execution fix new e517c940 Move all cicd steps into Makefile new

(cassandra-gocql-driver) 01/02: Move all cicd steps into Makefile

2025-05-30 Thread joaoreis
This is an automated email from the ASF dual-hosted git repository. joaoreis pushed a commit to branch trunk in repository https://gitbox.apache.org/repos/asf/cassandra-gocql-driver.git commit e517c94082d1889a649f4ff4a6df858db2fbb9ef Author: Dmitry Kropachev AuthorDate: Wed May 28 13:17:39 2025

(cassandra-gocql-driver) branch trunk updated: Endless query execution fix

2025-05-19 Thread joaoreis
This is an automated email from the ASF dual-hosted git repository. joaoreis pushed a commit to branch trunk in repository https://gitbox.apache.org/repos/asf/cassandra-gocql-driver.git The following commit(s) were added to refs/heads/trunk by this push: new 05e6036f Endless query

(cassandra-gocql-driver) branch trunk updated (0094af0a -> b2514922)

2025-05-08 Thread joaoreis
This is an automated email from the ASF dual-hosted git repository. joaoreis pushed a change to branch trunk in repository https://gitbox.apache.org/repos/asf/cassandra-gocql-driver.git from 0094af0a Deprecate Session.ExecuteBatch() and move "execute batch" methods to Batch typ

(cassandra-gocql-driver) branch trunk updated: Deprecate Session.ExecuteBatch() and move "execute batch" methods to Batch type

2025-05-02 Thread joaoreis
This is an automated email from the ASF dual-hosted git repository. joaoreis pushed a commit to branch trunk in repository https://gitbox.apache.org/repos/asf/cassandra-gocql-driver.git The following commit(s) were added to refs/heads/trunk by this push: new 0094af0a Deprecate

(cassandra-gocql-driver) branch trunk updated: CASSGO-11 Support vector type Support marshalling and unmarshalling of vector custom type.

2025-04-24 Thread joaoreis
This is an automated email from the ASF dual-hosted git repository. joaoreis pushed a commit to branch trunk in repository https://gitbox.apache.org/repos/asf/cassandra-gocql-driver.git The following commit(s) were added to refs/heads/trunk by this push: new d32a392e CASSGO-11 Support

(cassandra-gocql-driver) branch trunk updated: Test fix for hostpool package hostpool package test was refactored to create HostInfo via exported NewhostInfo() constructor. NewHostInfo() was exposed.

2025-03-27 Thread joaoreis
This is an automated email from the ASF dual-hosted git repository. joaoreis pushed a commit to branch trunk in repository https://gitbox.apache.org/repos/asf/cassandra-gocql-driver.git The following commit(s) were added to refs/heads/trunk by this push: new c75ff5f Test fix for hostpool

(cassandra-gocql-driver) branch trunk updated: CASSGO 1 Support for Native Protocol 5

2025-03-18 Thread joaoreis
This is an automated email from the ASF dual-hosted git repository. joaoreis pushed a commit to branch trunk in repository https://gitbox.apache.org/repos/asf/cassandra-gocql-driver.git The following commit(s) were added to refs/heads/trunk by this push: new 63b6d78 CASSGO 1 Support for

(cassandra-gocql-driver) branch trunk updated (bf16ec3 -> 0aa180b)

2025-03-18 Thread joaoreis
This is an automated email from the ASF dual-hosted git repository. joaoreis pushed a change to branch trunk in repository https://gitbox.apache.org/repos/asf/cassandra-gocql-driver.git from bf16ec3 CASSGO-4 Support of sending queries to the specific node add 0aa180b CASSGO-26

(cassandra-gocql-driver) branch trunk updated: Move the lz4 compressor into a separate go package

2025-02-27 Thread joaoreis
This is an automated email from the ASF dual-hosted git repository. joaoreis pushed a commit to branch trunk in repository https://gitbox.apache.org/repos/asf/cassandra-gocql-driver.git The following commit(s) were added to refs/heads/trunk by this push: new f35d463 Move the lz4

(cassandra-gocql-driver) branch trunk updated: Refactor HostInfo creation and ConnectAddress() method

2025-02-18 Thread joaoreis
This is an automated email from the ASF dual-hosted git repository. joaoreis pushed a commit to branch trunk in repository https://gitbox.apache.org/repos/asf/cassandra-gocql-driver.git The following commit(s) were added to refs/heads/trunk by this push: new 65e2caf Refactor HostInfo

(cassandra-gocql-driver) branch trunk updated: Add support for cassandra 4.0 table options

2025-02-05 Thread joaoreis
This is an automated email from the ASF dual-hosted git repository. joaoreis pushed a commit to branch trunk in repository https://gitbox.apache.org/repos/asf/cassandra-gocql-driver.git The following commit(s) were added to refs/heads/trunk by this push: new f3d13d4 Add support for

(cassandra-gocql-driver) branch trunk updated: Cassandra version unmarshal fix

2025-02-03 Thread joaoreis
This is an automated email from the ASF dual-hosted git repository. joaoreis pushed a commit to branch trunk in repository https://gitbox.apache.org/repos/asf/cassandra-gocql-driver.git The following commit(s) were added to refs/heads/trunk by this push: new 4ad7479 Cassandra version

(cassandra-gocql-driver) branch trunk updated: standardize datacenter spelling

2025-02-03 Thread joaoreis
This is an automated email from the ASF dual-hosted git repository. joaoreis pushed a commit to branch trunk in repository https://gitbox.apache.org/repos/asf/cassandra-gocql-driver.git The following commit(s) were added to refs/heads/trunk by this push: new cb139a3 standardize datacenter

(cassandra-gocql-driver) branch trunk updated: CASSGO-2 Marshal big int returns variable length slice.

2025-01-31 Thread joaoreis
This is an automated email from the ASF dual-hosted git repository. joaoreis pushed a commit to branch trunk in repository https://gitbox.apache.org/repos/asf/cassandra-gocql-driver.git The following commit(s) were added to refs/heads/trunk by this push: new d345630 CASSGO-2 Marshal big

(cassandra-gocql-driver) branch trunk updated: Improve error messages for marshalling

2025-01-31 Thread joaoreis
This is an automated email from the ASF dual-hosted git repository. joaoreis pushed a commit to branch trunk in repository https://gitbox.apache.org/repos/asf/cassandra-gocql-driver.git The following commit(s) were added to refs/heads/trunk by this push: new 16366d4 Improve error messages

(cassandra-gocql-driver) branch trunk updated: Remove deprecated features

2025-01-29 Thread joaoreis
This is an automated email from the ASF dual-hosted git repository. joaoreis pushed a commit to branch trunk in repository https://gitbox.apache.org/repos/asf/cassandra-gocql-driver.git The following commit(s) were added to refs/heads/trunk by this push: new 8bb171c Remove deprecated

(cassandra-gocql-driver) branch trunk updated: Bump actions/upload-artifact and actions/cache versions to v4

2025-01-29 Thread joaoreis
This is an automated email from the ASF dual-hosted git repository. joaoreis pushed a commit to branch trunk in repository https://gitbox.apache.org/repos/asf/cassandra-gocql-driver.git The following commit(s) were added to refs/heads/trunk by this push: new 3e21781 Bump actions/upload

(cassandra-gocql-driver) branch trunk updated: Remove global logger

2025-01-23 Thread joaoreis
This is an automated email from the ASF dual-hosted git repository. joaoreis pushed a commit to branch trunk in repository https://gitbox.apache.org/repos/asf/cassandra-gocql-driver.git The following commit(s) were added to refs/heads/trunk by this push: new ba7d563 Remove global logger

(cassandra-gocql-driver) branch trunk updated: Update CCM installation after Python and Java upgrades on GitHub Actions

2024-11-25 Thread joaoreis
This is an automated email from the ASF dual-hosted git repository. joaoreis pushed a commit to branch trunk in repository https://gitbox.apache.org/repos/asf/cassandra-gocql-driver.git The following commit(s) were added to refs/heads/trunk by this push: new 37030fb Update CCM

(cassandra-gocql-driver) branch trunk updated: Change Batch API to be consistent with Query()

2024-11-25 Thread joaoreis
This is an automated email from the ASF dual-hosted git repository. joaoreis pushed a commit to branch trunk in repository https://gitbox.apache.org/repos/asf/cassandra-gocql-driver.git The following commit(s) were added to refs/heads/trunk by this push: new 48bb2bc Change Batch API to be

(cassandra-gocql-driver) branch trunk updated: Detailed description for NumConns.

2024-11-22 Thread joaoreis
This is an automated email from the ASF dual-hosted git repository. joaoreis pushed a commit to branch trunk in repository https://gitbox.apache.org/repos/asf/cassandra-gocql-driver.git The following commit(s) were added to refs/heads/trunk by this push: new 280f0aa Detailed description

(cassandra-gocql-driver) branch trunk updated: Don't return error to caller with RetryType Ignore

2024-11-21 Thread joaoreis
This is an automated email from the ASF dual-hosted git repository. joaoreis pushed a commit to branch trunk in repository https://gitbox.apache.org/repos/asf/cassandra-gocql-driver.git The following commit(s) were added to refs/heads/trunk by this push: new c34640d Don't return err

(cassandra-gocql-driver) branch trunk updated: Change RetryPolicy so it checks query idempotence

2024-11-19 Thread joaoreis
This is an automated email from the ASF dual-hosted git repository. joaoreis pushed a commit to branch trunk in repository https://gitbox.apache.org/repos/asf/cassandra-gocql-driver.git The following commit(s) were added to refs/heads/trunk by this push: new 109a892 Change RetryPolicy so

(cassandra-gocql-driver) branch trunk updated: Remove global NewBatch function

2024-11-19 Thread joaoreis
This is an automated email from the ASF dual-hosted git repository. joaoreis pushed a commit to branch trunk in repository https://gitbox.apache.org/repos/asf/cassandra-gocql-driver.git The following commit(s) were added to refs/heads/trunk by this push: new adda8ea Remove global NewBatch

(cassandra-gocql-driver) branch trunk updated: Add CASSGO-19 to CHANGELOG.md

2024-11-08 Thread joaoreis
This is an automated email from the ASF dual-hosted git repository. joaoreis pushed a commit to branch trunk in repository https://gitbox.apache.org/repos/asf/cassandra-gocql-driver.git The following commit(s) were added to refs/heads/trunk by this push: new 7b7e6af Add CASSGO-19 to

(cassandra-gocql-driver) branch trunk updated: Don't restrict server authenticator in PasswordAuthenticator

2024-11-08 Thread joaoreis
This is an automated email from the ASF dual-hosted git repository. joaoreis pushed a commit to branch trunk in repository https://gitbox.apache.org/repos/asf/cassandra-gocql-driver.git The following commit(s) were added to refs/heads/trunk by this push: new 445d974 Don't restrict s

(cassandra-gocql-driver) branch trunk updated: Autolink CASSGO JIRA issues

2024-11-07 Thread joaoreis
This is an automated email from the ASF dual-hosted git repository. joaoreis pushed a commit to branch trunk in repository https://gitbox.apache.org/repos/asf/cassandra-gocql-driver.git The following commit(s) were added to refs/heads/trunk by this push: new 42755a5 Autolink CASSGO JIRA

(cassandra-gocql-driver) branch trunk updated: Update CONTRIBUTING.md

2024-11-07 Thread joaoreis
This is an automated email from the ASF dual-hosted git repository. joaoreis pushed a commit to branch trunk in repository https://gitbox.apache.org/repos/asf/cassandra-gocql-driver.git The following commit(s) were added to refs/heads/trunk by this push: new 47886e5 Update CONTRIBUTING.md