Skip to content
This repository was archived by the owner on Mar 4, 2026. It is now read-only.
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: googleapis/nodejs-spanner
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v5.2.0
Choose a base ref
...
head repository: googleapis/nodejs-spanner
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v5.2.1
Choose a head ref
  • 7 commits
  • 14 files changed
  • 6 contributors

Commits on Jul 6, 2020

  1. Configuration menu
    Copy the full SHA
    fa7a0d8 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    782c76a View commit details
    Browse the repository at this point in the history

Commits on Jul 7, 2020

  1. test: change system-test setup against emulator (#1171)

    * test: change system-test setup against emulator
    
    Use Docker image instead of manually downloading the emulator binary and
    running it.
    
    * chore: cleanup unusued script file
    
    * fix: always use the latest emulator version
    skuruppu authored Jul 7, 2020
    Configuration menu
    Copy the full SHA
    66262e0 View commit details
    Browse the repository at this point in the history
  2. perf: increase default min sessions to 25 (#1167)

    * perf: increase default min sessions to 25
    
    * fix: also ignore 'Instance not found' on fill
    
    * tests: add test for other error than NOT_FOUND
    
    * docs: fix function documentation
    
    Co-authored-by: skuruppu <skuruppu@google.com>
    
    * docs: fix function documentation
    
    Co-authored-by: skuruppu <skuruppu@google.com>
    
    Co-authored-by: skuruppu <skuruppu@google.com>
    olavloite and skuruppu authored Jul 7, 2020
    Configuration menu
    Copy the full SHA
    e4aba27 View commit details
    Browse the repository at this point in the history
  3. fix: remove error listener to prevent memory leak (#1168)

    Getting a session would set a new event listener on the session pool that
    would not always be removed. The event listener is now removed after each
    call.
    
    Co-authored-by: skuruppu <skuruppu@google.com>
    olavloite and skuruppu authored Jul 7, 2020
    Configuration menu
    Copy the full SHA
    523bd67 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    8efd31d View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    e40abaf View commit details
    Browse the repository at this point in the history
Loading