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.9.3
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.10.0
Choose a head ref
  • 4 commits
  • 20 files changed
  • 4 contributors

Commits on Jun 30, 2021

  1. feat: create instances with processing units (#1279)

    Only one of processing units or nodes should be specified.
    skuruppu authored Jun 30, 2021
    Configuration menu
    Copy the full SHA
    05c2135 View commit details
    Browse the repository at this point in the history
  2. samples: indexing samples conform to rubric (#1347)

    This PR Contains Indexing Samples that covers the new Canonical format.
    It does not remove the old samples.
    Towards #1295
    laljikanjareeya authored Jun 30, 2021
    Configuration menu
    Copy the full SHA
    6496fe1 View commit details
    Browse the repository at this point in the history
  3. fix: replace projectId placeholder in formatted names (#1407)

    The `{{projectId}}` placeholder was only replaced in the names of the objects that were included in the requests, and not in the headers and formatted names. This would cause the `CLOUD_RESOURCE_HEADER` to be filled with the `{{projectId}}` placeholder instead of the actual value.
    
    As the actual project ID is gotten through an async method, and the constructor and `instance` methods are synchronous, we can only replace the actual values once it is retrieved for the first request.
    
    Fixes #1375
    olavloite authored Jun 30, 2021
    Configuration menu
    Copy the full SHA
    4364d2b View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    d1dba46 View commit details
    Browse the repository at this point in the history
Loading