Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: apache/cassandra-java-driver
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 33154cf
Choose a base ref
...
head repository: apache/cassandra-java-driver
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: f5b4c25
Choose a head ref
  • 13 commits
  • 29 files changed
  • 6 contributors

Commits on Apr 27, 2022

  1. Configuration menu
    Copy the full SHA
    82d61d8 View commit details
    Browse the repository at this point in the history

Commits on May 24, 2022

  1. Configuration menu
    Copy the full SHA
    b1cf8a8 View commit details
    Browse the repository at this point in the history

Commits on May 26, 2022

  1. JAVA-2995: CodecNotFoundException doesn't extend DriverException (#1598)

    Co-authored-by: Alexandre Dutra <adutra@users.noreply.github.com>
    smiklosovic and adutra authored May 26, 2022
    Configuration menu
    Copy the full SHA
    decabed View commit details
    Browse the repository at this point in the history
  2. Minor fix to upgrade guide after last commit

    Bret McGuire committed May 26, 2022
    Configuration menu
    Copy the full SHA
    8511588 View commit details
    Browse the repository at this point in the history

Commits on Jun 21, 2022

  1. Configuration menu
    Copy the full SHA
    a76d38e View commit details
    Browse the repository at this point in the history

Commits on Jul 13, 2022

  1. JAVA-3005: Refresh entire node list when new node added (#1604)

    Empirically, Cassandra does not appear to send
    TopologyChangeType.REMOVED_NODE when a node in the ring
    crashes hard and is eventually replaced, even though the
    bad node is removed from the system tables. This results in
    the driver holding on to that node until a restart.
    The 3.x driver refreshes the entire node list when a node is
    added, so when a new node comes up to replace the crashed
    node, the crashed node is removed from the driver's state.
    With this change we port that behavior to the 4.x driver and
    refresh the entire node list when a new node is added.
    This also fixes JAVA-3002.
    akhaku authored Jul 13, 2022
    Configuration menu
    Copy the full SHA
    ffcf0d5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    fb24e97 View commit details
    Browse the repository at this point in the history
  3. Some minor changelog updates

    Bret McGuire committed Jul 13, 2022
    Configuration menu
    Copy the full SHA
    df74d10 View commit details
    Browse the repository at this point in the history
  4. Upgrade version to 4.15.0-SNAPSHOT

    Bret McGuire committed Jul 13, 2022
    Configuration menu
    Copy the full SHA
    43a6ac5 View commit details
    Browse the repository at this point in the history

Commits on Jul 14, 2022

  1. Configuration menu
    Copy the full SHA
    65d2c19 View commit details
    Browse the repository at this point in the history

Commits on Sep 7, 2022

  1. JAVA-3041: Update Guava session sample code to use ProgrammaticArgume…

    …nts (#1606)
    
    Enabling support for Astra in the Guava ListenableFuture examples requires use of the new ProgrammaticArguments constructor/method
    smatvienko-tb authored Sep 7, 2022
    Configuration menu
    Copy the full SHA
    03961c9 View commit details
    Browse the repository at this point in the history

Commits on Sep 14, 2022

  1. Docs + changelog updates

    Bret McGuire committed Sep 14, 2022
    Configuration menu
    Copy the full SHA
    8439108 View commit details
    Browse the repository at this point in the history

Commits on Sep 19, 2022

  1. [maven-release-plugin] prepare release 4.15.0

    Bret McGuire committed Sep 19, 2022
    Configuration menu
    Copy the full SHA
    f5b4c25 View commit details
    Browse the repository at this point in the history
Loading