1. 00fc290 Fix LZ4 test fails on arm64 by Bohdan Siryk · 8 weeks ago trunk
  2. d452f7b Add Query.Binding() function to override binding by Max Melentyev · 7 weeks ago
  3. 1920205 fix protocol negotiation error handling by James Hartig · 6 weeks ago
  4. 9bc3b5d Add PreparedMetadata and IsPrepared fields to ObservedQuery and ObservedBatch by Raj · 3 months ago
  5. 40db71c Improve host_source locking and ring refresh concurrency by Dorian Jaminais-Grellier · 7 weeks ago
  6. 941f298 Add security-model discoverability (AGENTS.md -> SECURITY.md -> security model) by Jarek Potiuk · 7 weeks ago
  7. 590aabe Fix repeated "Pool connection error" and reconnections with small Session.Timeout by João Reis · 9 weeks ago v2.1.2
  8. e1d69bd Fix system.peers_v2 fallback by João Reis · 9 weeks ago
  9. e78b47d Fix panic when using a HostFilter and keyspace is not replicated to every DC by Bohdan Siryk · 3 months ago
  10. c65c762 Iter.MapScan is unable to scan data of user-defined types fix by Bohdan Siryk · 4 months ago v2.1.1
  11. b86c662 Add dedicated error types for all generic server error codes by Paolo Elefante · 5 months ago v2.1.0
  12. 5f64c25 Fix a couple of issues related to CASSGO-101 by Bohdan Siryk · 5 months ago
  13. 9cad3b6 Upgraded Github actions dependencies in ci workflow by Bohdan Siryk · 5 months ago
  14. 75a2ae4 Bump Go version support from 1.22 and 1.23 to 1.25 and 1.26 by João Reis · 5 months ago
  15. 343007b Add GetSerialConsistency to Query and Batch by Tejas Lodaya · 7 months ago
  16. 5361aa3 Add options to shuffle replicas for token-aware policy and log warning when default is used by Tejas Lodaya · 7 months ago
  17. eb7c720 Support user defined custom listeners for Session Ready, Schema, Topology and Host state change events by Bohdan Siryk · 5 months ago
  18. 3c46f52 Introduce configurable schema metadata caching and fix token-aware routing for multi-keyspace workloads by Raj · 5 months ago
  19. 5479953 Handle silently dropped framer error by Lars Lehtonen · 5 months ago
  20. d7df11b Prevent panic in compileMetadata() when final func is not defined for an aggregate by Bohdan Siryk · 6 months ago
  21. f1e31a5 Protocol version negotiation doesn't work if server replies with stream id different than 0 by Bohdan Siryk · 8 months ago
  22. 0089073 Prevent setting a compression flag in a frame header when native proto v5 is being used by Bohdan · 9 months ago
  23. 0326fae Fix Iter.RowData Values to point to concrete types by James Hartig · 9 months ago
  24. 22ab88e CASSGO-92: add public method to retrieve StatementMetadata and LogField methods by James Hartig · 9 months ago
  25. f3e2b39 Prefer connection address over system table addresses by João Reis · 10 months ago v2.0.0
  26. 5c60751 Update documentation for 2.0 (readme, upgrade guide, pkg.go.dev) by João Reis · 1 year ago
  27. b25d281 Update API documentation for 2.0 release by João Reis · 1 year ago
  28. 5fd2cdf Update example and test code for 2.0 release by João Reis · 1 year, 1 month ago
  29. 759351e Don't collect host metrics if a query/batch observer is not provided by João Reis · 10 months ago
  30. 540cb3d Fix issue where a timeout closes the connection by João Reis · 1 year, 1 month ago
  31. d79b595 Fix protocol version negotiation issues with v5 by João Reis · 11 months ago
  32. a6e8291 Remove release date from new releases and add 2.0.0-rc1 by João Reis · 1 year, 1 month ago
  33. 722707e Change master to trunk in github workflow by João Reis · 1 year, 1 month ago v2.0.0-rc1
  34. 61e64e6 Add missing Context variant methods to Query and Batch by João Reis · 1 year, 1 month ago
  35. a7f7f31 Fix tinyint silent unmarshal error and vector SliceMap bug by João Reis · 1 year, 1 month ago
  36. a9bfe80 Change module name to github.com/apache/cassandra-gocql-driver/v2 by João Reis · 1 year, 2 months ago
  37. c7e5a24 Bump go version in go.mod to 1.19 by João Reis · 1 year, 2 months ago
  38. f400b49 CASSGO-6 Accept peers with empty rack by James Hartig · 1 year, 2 months ago
  39. be35a5b Add a way to create HostInfo objects for testing purposes by João Reis · 1 year, 2 months ago
  40. eda74b6 Change logger so it supports structured logging and log levels by João Reis · 1 year, 2 months ago
  41. f5fe483 Move the snappy compressor into a separate go package by mykyta.oleksiienko · 1 year, 4 months ago
  42. f9a0f63 Changes to Query and Batch API by João Reis · 1 year, 2 months ago
  43. 1fd2cba CASSGO-43: externally-defined type registration by James Hartig · 1 year, 7 months ago
  44. 90bcc9c Fix deadlock in refresh debouncer stop by João Reis · 1 year, 3 months ago
  45. 61c0b48 remove proto 1 and 2 support by Dmitry Kropachev · 1 year, 2 months ago
  46. c0cefb0 <framer> optimization `writeHeader(...)` method by illia-li · 1 year, 4 months ago
  47. 5f4d36a <framer> optimization `readTrace()` method by illia-li · 1 year, 4 months ago
  48. 0551773 Use golangci instead of govet by Dmitry Kropachev · 1 year, 2 months ago
  49. 7279756 conn_test: address linter complaints by Dmitry Kropachev · 1 year, 2 months ago
  50. e517c94 Move all cicd steps into Makefile by Dmitry Kropachev · 1 year, 2 months ago
  51. 05e6036 Endless query execution fix by tengu-alt · 1 year, 3 months ago
  52. b251492 CASSGO-23 Make Session immutable by Stanislav Bychkov · 1 year, 4 months ago
  53. 0094af0 Deprecate Session.ExecuteBatch() and move "execute batch" methods to Batch type by tengu-alt · 1 year, 3 months ago
  54. d32a392 CASSGO-11 Support vector type by Lukasz Antoniak · 1 year, 10 months ago
  55. c75ff5f Test fix for hostpool package by tengu-alt · 1 year, 5 months ago
  56. 63b6d78 CASSGO 1 Support for Native Protocol 5 by Bohdan Siryk · 2 years, 1 month ago
  57. 0aa180b CASSGO-26 consistency serial was added by mykyta.oleksiienko · 1 year, 9 months ago
  58. bf16ec3 CASSGO-4 Support of sending queries to the specific node by Bohdan Siryk · 1 year, 8 months ago
  59. f35d463 Move the lz4 compressor into a separate go package by mykyta.oleksiienko · 1 year, 9 months ago
  60. 65e2caf Refactor HostInfo creation and ConnectAddress() method by tengu-alt · 1 year, 6 months ago
  61. f3d13d4 Add support for cassandra 4.0 table options by mykyta.oleksiienko · 1 year, 8 months ago
  62. 4ad7479 Cassandra version unmarshal fix by tengu-alt · 1 year, 6 months ago
  63. cb139a3 standardize datacenter spelling by Brendan Gerrity · 1 year, 9 months ago
  64. fb11fad Remove HostPoolHostPolicy from gocql package by tengu-alt · 1 year, 9 months ago
  65. d345630 CASSGO-2 Marshal big int returns variable length slice. by mykyta.oleksiienko · 1 year, 11 months ago
  66. 16366d4 Improve error messages for marshalling by tengu-alt · 1 year, 8 months ago
  67. 91cbf12 skip metadata only if prepared result included metadata by James Hartig · 1 year, 7 months ago
  68. c63468d CASSGO-42: don't panic if no applied column is returned by James Hartig · 1 year, 7 months ago
  69. 3a475c7 CASSGO-44: keep nil slices in MapScan by James Hartig · 1 year, 7 months ago
  70. 8bb171c Remove deprecated features by tengu-alt · 1 year, 9 months ago
  71. 3e21781 Bump actions/upload-artifact and actions/cache versions to v4 by Bohdan Siryk · 1 year, 6 months ago
  72. ba7d563 Remove global logger by tengu-alt · 1 year, 9 months ago
  73. 37030fb Update CCM installation after Python and Java upgrades on GitHub Actions by Lukasz Antoniak · 1 year, 10 months ago
  74. 48bb2bc Change Batch API to be consistent with Query() by tengu-alt · 1 year, 9 months ago
  75. 280f0aa Detailed description for NumConns. by mykyta.oleksiienko · 1 year, 11 months ago
  76. c34640d Don't return error to caller with RetryType Ignore by Rikkuru · 1 year, 8 months ago
  77. 109a892 Change RetryPolicy so it checks query idempotence by mykyta.oleksiienko · 1 year, 11 months ago
  78. adda8ea Remove global NewBatch function by tengu-alt · 1 year, 9 months ago
  79. 7b7e6af Add CASSGO-19 to CHANGELOG.md by João Reis · 1 year, 9 months ago
  80. 445d974 Don't restrict server authenticator in PasswordAuthenticator by Andy Tolbert · 2 years ago
  81. 42755a5 Autolink CASSGO JIRA issues by João Reis · 1 year, 9 months ago
  82. 47886e5 Update CONTRIBUTING.md by João Reis · 1 year, 9 months ago
  83. 253be52 Add Bogdan-Ciprian Rusu as agreed to donate contributions to ASF by mck · 1 year, 10 months ago
  84. 953e0df Update changelog for 1.7.0 by absurdfarce · 1 year, 10 months ago v1.7.0
  85. 034d688 Bump Go/C* versions. gocql policy was to support the current and previous by absurdfarce · 1 year, 11 months ago
  86. 5ed5e6d Update driver name after ASF donation by absurdfarce · 1 year, 11 months ago
  87. f9b495b Regenerate testdata/pki and include script for regenerating by Andy Tolbert · 2 years ago
  88. 685ed42 Mark Matt Heath as agreed to donate contributions to ASF by mck · 1 year, 11 months ago
  89. 80ea0eb Mark Marcus King and Jens-W. Schicke-Uffmann as agreed to donate contributions to ASF by mck · 1 year, 11 months ago
  90. 8194fec Mark Michael Highstead, Oliver Boyle and Bartosz Burclaf, as agreed to donate contributions to ASF by mck · 2 years ago
  91. a67eebb autolink JIRA tickets in commit messages by Stefan Miklosovic · 2 years ago
  92. 16009b3 Add .asf.yml by mck · 2 years ago
  93. 55a2591 Update new contribution agreement from Ghais Issa, Árni Dagur, Tushar Das by mck · 2 years ago
  94. e83bb39 Update CONTRIBUTING for project's new home by mck · 2 years, 1 month ago
  95. 974fa12 Donation to Apache Cassandra and ASF by mck · 2 years, 1 month ago
  96. 34fdeeb Update changelog for 1.6.0 by Martin Sucha · 3 years ago v1.6.0
  97. 5475c76 Merge Increase default timeouts (#1719) by Martin Sucha · 3 years ago
  98. 12249c4 Increase default timeouts by Martin Sucha · 3 years ago
  99. 7a686db Update changelog by Martin Sucha · 3 years ago
  100. db6d556 Merge Add information about shard/thread to the tracing (#1716) by Martin Sucha · 3 years ago