Skip to content
This repository was archived by the owner on Apr 7, 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/java-spanner
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v3.1.3
Choose a base ref
...
head repository: googleapis/java-spanner
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v3.1.4
Choose a head ref
  • 4 commits
  • 18 files changed
  • 3 contributors

Commits on Feb 9, 2021

  1. fix: blanks span for session keepAlive traces (#855)

    The keepAlive traces were being tracked along with the parent span set
    by the client, which clutters the tracing stack. Here, we set the
    tracing to blank before issueing the keepAlive query.
    thiagotnunes authored Feb 9, 2021
    Configuration menu
    Copy the full SHA
    8626a85 View commit details
    Browse the repository at this point in the history
  2. fix(3.1.x): UNAVAILABLE error on first query could cause transaction …

    …to get stuck (#856)
    
    * fix: UNAVAILABLE error on first query could cause transaction to get stuck (#807)
    
    If the first query or read operation of a read/write transaction would return UNAVAILABLE for
    the first element of the result stream, the transaction could get stuck. This was caused by the
    internal retry mechanism that would wait for the initial attempt to return a transaction, which
    was never returned as the UNAVAILABLE exception was internally handled by the result stream
    iterator.
    
    Fixes #799
    
    * chore: re-formats source files
    
    To fix lint errors
    
    * fix: removes unrelated changes
    
    Co-authored-by: Knut Olav Løite <[email protected]>
    thiagotnunes and olavloite authored Feb 9, 2021
    Configuration menu
    Copy the full SHA
    a346eb3 View commit details
    Browse the repository at this point in the history
  3. chore(3.1.x): release 3.1.4-SNAPSHOT (#853)

    Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
    release-please[bot] authored Feb 9, 2021
    Configuration menu
    Copy the full SHA
    3a0eb52 View commit details
    Browse the repository at this point in the history
  4. chore(3.1.x): release 3.1.4 (#860)

    Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
    release-please[bot] authored Feb 9, 2021
    Configuration menu
    Copy the full SHA
    265de8c View commit details
    Browse the repository at this point in the history
Loading