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: datastax/nodejs-driver
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: datastax/nodejs-driver
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: refresh-host-ids-on-reconnect
Choose a head ref
  • 5 commits
  • 1 file changed
  • 1 contributor

Commits on Jun 2, 2021

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

Commits on Jun 3, 2021

  1. Configuration menu
    Copy the full SHA
    e4f7d3d View commit details
    Browse the repository at this point in the history
  2. In order to fix problems with SNI initialization we basically had to …

    …re-create the logic
    
    in init() which... didn't make a whole lot of sense.  So this commit changes init() to
    be usable in the refresh case.  Base use (with no args) will still behave as it did
    but on a refresh we should get a complete rebuild of expected state now.
    absurdfarce committed Jun 3, 2021
    Configuration menu
    Copy the full SHA
    ab75c58 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    058965c View commit details
    Browse the repository at this point in the history

Commits on Jul 2, 2021

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