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.1
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.9.2
Choose a head ref
  • 3 commits
  • 8 files changed
  • 4 contributors

Commits on Jun 24, 2021

  1. build(node): don't throw on deprecation in unit tests (#1405)

    Fixes #1134 🦕
    
    Removes the commit body and relative PR# from the commit message.
    
    For example, for this commit: googleapis/synthtool@9763f20
    
    `post-processor-changes.txt` would contain
    
    ```
    build: enable npm for php/python builds
    
    Source-Link: googleapis/synthtool@9763f20
    ```
    
    instead of
    
    ```
    build: enable npm for php/python builds (#1133)
    
    * build: enable npm for php/python builds
    
    * update comment
    Source-Link: googleapis/synthtool@9763f20
    ```
    Source-Link: googleapis/synthtool@e934b93
    Post-Processor: gcr.io/repo-automation-bots/owlbot-nodejs:latest@sha256:805e2e389eafefa5ed484c30b83a7a875e6b1c7ee125d812e8b01ecc531c3fac
    gcf-owl-bot[bot] authored Jun 24, 2021
    Configuration menu
    Copy the full SHA
    3c0de39 View commit details
    Browse the repository at this point in the history

Commits on Jun 25, 2021

  1. fix: reset buffered chunked value before retry (#1397)

    * fix: reset buffered chunked value before retry
    
    Retrying a stream of PartialResultSets must correctly reset to the last state that it
    had when it received a PartialResultSet with a resume token. That means:
    1. The pending value that should be merged with the next result should be reset to the
       pending value of the last PartialResultSet with a resume token.
    2. The stream must correctly check for the existence of a resume token.
    3. The stream must ensure that all values that are already in the pipeline must be
       handled before resetting the stream to the last resume token to ensure that no
       PartialResultSet is added twice to the stream.
    
    Fixes #1392
    
    Co-authored-by: Alex <7764119+AVaksman@users.noreply.github.com>
    olavloite and AVaksman authored Jun 25, 2021
    Configuration menu
    Copy the full SHA
    da2ca7b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ca07a90 View commit details
    Browse the repository at this point in the history
Loading