1. db4c807 [maven-release-plugin] prepare for next development iteration by absurdfarce · 12 days ago 4.x
  2. cbdde28 [maven-release-plugin] prepare release 4.18.1 by absurdfarce · 12 days ago 4.18.1
  3. f60e758 ninja-fix changlog updates for 4.18.1 by absurdfarce · 2 weeks ago
  4. 3151129 JAVA-3142: Improving the documentation for remote local dc's feature by Nitin Chhabra · 3 weeks ago
  5. ac45233 ninja-fix updating repo for releases by absurdfarce · 2 weeks ago
  6. 4bc3468 ninja-fix CASSANDRA-19568: fixing mangled Groovy by absurdfarce · 3 weeks ago
  7. 3a68737 CASSANDRA-19568: Use Jabba to specify Java 1.8 for building the driver by janehe · 6 weeks ago
  8. b9760b4 JAVA-3142: Ability to specify ordering of remote local dc's via new configuration for graceful automatic failovers by Nitin Chhabra · 6 months ago
  9. 1492d6c CASSANDRA-19292: Enable Jenkins to test against Cassandra 4.1.x by absurdfarce · 9 weeks ago
  10. 07265b4 Initial fix to unit tests by absurdfarce · 6 weeks ago
  11. 3c08f8e Fixes to get past code formatting issues by absurdfarce · 7 weeks ago
  12. c8b17ac Changelog updates to reflect work that went out in 4.18.0 by Bret McGuire · 3 months ago
  13. 388a46b patch by Jane He; reviewed by Alexandre Dutra and Bret McGuire for CASSANDRA-19457 by janehe · 7 weeks ago
  14. 6c48329 CASSANDRA-19468 Don't swallow exception during metadata refresh by Ammar Khaku · 3 months ago
  15. 9c41aab Update link to JIRA to ASF instance. Also include information about populating the component field. by absurdfarce · 8 weeks ago
  16. 4aa5abe Update README.md by Emelia · 7 months ago
  17. 98e2504 CASSANDRA-19504: Improve state management for Java versions in Jenkinsfile by absurdfarce · 9 weeks ago
  18. 40a9a49 Fix data corruption in VectorCodec when using heap buffers by Ekaterina Dimitrova · 4 months ago
  19. 4c7133c Replace uses of AttributeKey.newInstance by Andy Tolbert · 4 months ago
  20. 7e2c657 CASSANDRA-19352: Support native_transport_(address|port) + native_transport_port_ssl for DSE 6.8 (4.x edition) by Bret McGuire · 4 months ago
  21. ea2e475 Address PR feedback: reload-interval to use Optional internally and null in config, rather than using sentinel Duration.ZERO by Abe Ratnofsky · 4 months ago
  22. c7719ae PR feedback: avoid extra exception wrapping, provide thread naming, improve error messages, etc. by Abe Ratnofsky · 4 months ago
  23. 8e73232 CASSANDRA-19180: Support reloading keystore in cassandra-java-driver by Abe Ratnofsky · 5 months ago
  24. 8d5849c Remove ASL header from test resource files (that was breaking integration tests) by mck · 6 months ago
  25. 8352d4c Remove fossa dependency analysis github action by mck · 6 months ago
  26. 346cab5 Remove distributionManagement, the apache parent defines this for us by mck · 6 months ago
  27. 7637a5b [maven-release-plugin] prepare for next development iteration by mck · 6 months ago
  28. 105d378 [maven-release-plugin] prepare release 4.18.0 by mck · 6 months ago 4.18.0
  29. f116223 Compliance changes for generated source and binary distributable tarballs by Henry Hughes · 6 months ago
  30. 12e3e3e Add LICENSE and NOTICE.txt/NOTICE_binary to published jars by Henry Hughes · 7 months ago
  31. 0e4f401 Move copyright notices to LICENSE, add bundled ASL dep notices to NOTICE by Henry Hughes · 7 months ago
  32. e4429a2 Changes as per RAT by Henry Hughes · 7 months ago
  33. 1991537 Mark spotbugs-annotation and jcip-annotations as provided dependencies by Henry Hughes · 7 months ago
  34. 2bf500e Add .asf.yaml (CASSANDRA-18969) by mck · 7 months ago
  35. 1626026 Copyright to ASF (see https://incubator.apache.org/ip-clearance/cassandra-java-driver.html ) by mck · 11 months ago
  36. 06947df add support for publishing percentile time series for the histogram m… (#1689) by nparaddi-walmart · 9 months ago
  37. 1849812 Update 4.x changelog for 3.11.5 release (#1731) by Henry Hughes · 9 months ago
  38. 3c4aa0e JAVA-3116: update surefire/failsafe to 3.0.0 to fix issue running tests with specified jvm (#1719) by hhughes · 9 months ago
  39. acd1cc3 Fix hyperlink on the https://docs.datastax.com/en/developer/java-driver/latest/manual/mapper/mapper/#mapper-builder website (#1723) by Madhavan · 9 months ago
  40. d990f92 JAVA-3104: Do not eagerly pre-allocate array when deserializing CqlVector (#1714) by hhughes · 9 months ago
  41. ebd63ff Merge pull request #1716 from datastax/removed-all-snyk by Chris Lin · 9 months ago
  42. ff4e003 JAVA-3076: NullSavingStrategyIT sometimes fails with ProtocolError: Must not send frame with WARNING flag for native protocol version < 4 (#1669) by hhughes · 10 months ago
  43. fd446ce JAVA-3069: Refactor duplicated tests with different requirements to use @BackendRequirement (#1667) by hhughes · 10 months ago
  44. d94a8f0 JAVA-3111: upgrade jackson-databind to 2.13.4.2 to address gradle dependency issue (#1708) by hhughes · 10 months ago
  45. 9982bc6 removed all snyk related stuff by Chris Lin · 10 months ago
  46. 1b19116 Fixing formatting error from recent commit by Bret McGuire · 10 months ago
  47. 511ac4e removed auto trigger snyk and clean on PR by Chris Lin · 10 months ago
  48. 4d6e2e7 Improve ByteBufPrimitiveCodec readBytes (#1617) by Benoit TELLIER · 10 months ago
  49. f5605ea Update 4.x changelog for 3.11.4 release (#1691) by hhughes · 10 months ago
  50. ae99f7d JAVA-3095: Fix CREATE keyword in vector search example in upgrade guide. (#1693) by hhughes · 10 months ago
  51. 60c9cbc JAVA-3100: Update jackson-databind to 2.13.4.1 and (#1694) by hhughes · 10 months ago
  52. ec93ef9 JAVA-3084: Add integration test coverage for ExtraTypeCodecs (#1679) by hhughes · 11 months ago
  53. e8b25ab JAVA-3077: ListenersIT intermittently failing with: Wanted but not invoked: schemaListener1.onSessionReady (#1670) by hhughes · 11 months ago
  54. 9d891b1 JAVA-3089: Forbid wildcard imports (#1680) by hhughes · 11 months ago
  55. 8101fbf [maven-release-plugin] prepare for next development iteration by Bret McGuire · 11 months ago
  56. c3f85ee [maven-release-plugin] prepare release 4.17.0 by Bret McGuire · 11 months ago 4.17.0
  57. 95e3f2f 4.17.0 release documentation updates (#1681) by Bret McGuire · 11 months ago
  58. 41991c8 JAVA-3083: Doc updates for new features in 4.17.0 (#1677) by Bret McGuire · 11 months ago
  59. dfc1164 JAVA-3070: Make CqlVector and CqlDuration serializable (#1676) by hhughes · 11 months ago
  60. 63ed4ce JAVA-3000 Native protocol docs still list C* 4.0 as unreleased, v5 in beta (#1673) by Bret McGuire · 11 months ago
  61. f3ff471 JAVA-3085: Tell graal to initialize com.datastax.oss.driver.internal.core.util.Dependency at build-time (#1674) by hhughes · 11 months ago
  62. ced78da Formatting fix by Bret McGuire · 11 months ago
  63. e2fb42d JAVA-3061 Re-introduce an improved CqlVector, add support for accessing vectors directly as float arrays (#1666) by Bret McGuire · 11 months ago
  64. fc79bb7 Follow-up to previous commit by Bret McGuire · 11 months ago
  65. a572d5f Update native protocol documentation to use a valid (capitalized) protocol version (#1637) by Dom Del Nano · 11 months ago
  66. 1bb721d JAVA-3042: Support testing against Java17 by Henry Hughes · 12 months ago
  67. cd5af3a Merge pull request #1668 from datastax/snyk-branch-close by Madhavan · 11 months ago
  68. c20e2ae Update .github/workflows/snyk-pr-cleanup.yml by Chris Lin · 11 months ago
  69. 56a4806 fxied typo on branch closing by Chris Lin · 11 months ago
  70. dec8ac9 JAVA-3062: Figure out a better solution for PreparedStatementIT tests around JAVA-3058 by Bret McGuire · 12 months ago
  71. 7d01a5b JAVA-3068: Use fully qualified table CQL in should_not_allow_unset_value_when_protocol_less_than_v4 to work around intermittent server error by Henry Hughes · 12 months ago
  72. 4af9f5a Merge pull request #1662 from datastax/JAVA-3065 by hhughes · 11 months ago
  73. 62975c2 Merge branch '4.x' into JAVA-3065 by hhughes · 11 months ago
  74. 6cf075f JAVA-3061 Remove CqlVector, represent CQL vector types as Lists (#1656) by Bret McGuire · 11 months ago
  75. 9c44c72 JAVA-3065: PreparedStatementIT#should_fail_fast_if_id_changes_on_reprepare fails with recent C*/DSE versions by Henry Hughes · 12 months ago
  76. 2fa0faf Merge pull request #1657 from hhughes/JAVA-3071 by hhughes · 11 months ago
  77. fba2cf6 JAVA-3071: OsgiGraphIT.test_graph fails with dse-6.8.30 by Henry Hughes · 12 months ago
  78. a3a8a4f added Snyk monitor and snyk clean up after PR closed/merged (#1646) by Chris Lin · 12 months ago
  79. 5d3968b [maven-release-plugin] prepare for next development iteration by Bret McGuire · 12 months ago
  80. 1d87ffe [maven-release-plugin] prepare release 4.16.0 by Bret McGuire · 12 months ago 4.16.0
  81. 985d498 Docs + changelog updates, 4.16.0 version by Bret McGuire · 12 months ago
  82. 52a919b JAVA-3058: Clear prepared statement cache on UDT type change event (#1638) by Bret McGuire · 12 months ago
  83. cfeb55f JAVA-3060: Add vector type, codec + support for parsing CQL type (#1639) by Bret McGuire · 12 months ago
  84. f91979f DOC-2813 (#1632) by Emelia · 1 year, 1 month ago
  85. 741df6f JAVA-3042: Add support for ad-hoc Java 17 builds (#1629) by Bret McGuire · 1 year, 2 months ago
  86. 3558444 fix dse builds on 4.x (#1625) by João Reis · 1 year, 3 months ago
  87. 1b455ff Forgot to copy over a few 3.x releases into the changelog in this branch by Bret McGuire · 1 year, 5 months ago
  88. 8ce9497 Removing submission of CI metrics temporarily after AWS conversion by Bret McGuire · 1 year, 6 months ago
  89. d4a52aa Hey, let's try not to mangle the Groovy by Bret McGuire · 1 year, 6 months ago
  90. f923844 Trying to work around JENKINS-37984 by Bret McGuire · 1 year, 6 months ago
  91. a650ee4 Formatting fix after recent TypeSafe config changes. by Bret McGuire · 1 year, 7 months ago
  92. 97d9c4c Optimizations for TypeSafeDriverConfig (#1616) by Benoit TELLIER · 1 year, 7 months ago
  93. a40bbc2 JAVA-3045: Fix GraalVM native image support for GraalVM 22.2 (#1612) by Bret McGuire · 1 year, 7 months ago
  94. f9ced72 Maven formatting fixes after last commit by Bret McGuire · 1 year, 7 months ago
  95. 0351c4f Improve IdentifierIndex firstIndexOf performance (#1615) by Benoit TELLIER · 1 year, 7 months ago
  96. 0a61884 Standardize on DataStax vs Datastax since that appears to be more common (#1608) by Ammar Khaku · 1 year, 8 months ago
  97. f6cc4d7 [maven-release-plugin] prepare for next development iteration by Bret McGuire · 1 year, 9 months ago
  98. f5b4c25 [maven-release-plugin] prepare release 4.15.0 by Bret McGuire · 1 year, 9 months ago 4.15.0
  99. 8439108 Docs + changelog updates by Bret McGuire · 1 year, 9 months ago
  100. 03961c9 JAVA-3041: Update Guava session sample code to use ProgrammaticArguments (#1606) by Sergey Matvienko · 1 year, 9 months ago