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: googleapis/java-spanner
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v3.0.4
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.0.5
Choose a head ref
  • 10 commits
  • 26 files changed
  • 5 contributors

Commits on Nov 17, 2020

  1. chore: release 3.0.5-SNAPSHOT (#637)

    🤖 I have created a release \*beep\* \*boop\* 
    ---
    ### Updating meta-information for bleeding-edge SNAPSHOT release.
    ---
    
    
    This PR was generated with [Release Please](https://github.com/googleapis/release-please).
    release-please[bot] authored Nov 17, 2020
    Configuration menu
    Copy the full SHA
    54de514 View commit details
    Browse the repository at this point in the history
  2. chore: regenerate README (#640)

    This PR was generated using Autosynth. 🌈
    
    
    <details><summary>Log from Synthtool</summary>
    
    ```
    2020-11-17 09:41:32,582 synthtool [DEBUG] > Executing /root/.cache/synthtool/java-spanner/.github/readme/synth.py.
    On branch autosynth-readme
    nothing to commit, working directory clean
    2020-11-17 09:41:33,601 synthtool [DEBUG] > Wrote metadata to .github/readme/synth.metadata/synth.metadata.
    
    ```
    </details>
    
    Full log will be available here:
    https://source.cloud.google.com/results/invocations/005ecbdd-e849-49dc-b49e-0b895e2d2872/targets
    
    - [ ] To automatically regenerate this PR, check this box.
    yoshi-automation authored Nov 17, 2020
    Configuration menu
    Copy the full SHA
    e032315 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    7584baa View commit details
    Browse the repository at this point in the history

Commits on Nov 18, 2020

  1. fix: query could hang transaction if ResultSet#next() is not called (#…

    …643)
    
    If the first statement of a read/write transaction was a query or a read operation,
    and the application would not call ResultSet#next() on the return result, the transaction
    would hang indefinetely as the query would be marked as the one that should initiate the
    transaction (inline the BeginTransaction option). The query would however never be
    executed, as the actual query execution is deferred until the first call to ResultSet#next().
    
    Fixes #641
    olavloite authored Nov 18, 2020
    Configuration menu
    Copy the full SHA
    48f92e3 View commit details
    Browse the repository at this point in the history
  2. fix: does not generate codeowners (#631)

    Prevents the re-generation of the github CODEOWNERS file.
    thiagotnunes authored Nov 18, 2020
    Configuration menu
    Copy the full SHA
    9e133a9 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    9d6be15 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    447a99b View commit details
    Browse the repository at this point in the history
  5. chore: regenerate README (#648)

    This PR was generated using Autosynth. 🌈
    
    
    <details><summary>Log from Synthtool</summary>
    
    ```
    2020-11-18 00:20:16,991 synthtool [DEBUG] > Executing /root/.cache/synthtool/java-spanner/.github/readme/synth.py.
    On branch autosynth-readme
    nothing to commit, working directory clean
    2020-11-18 00:20:17,985 synthtool [DEBUG] > Wrote metadata to .github/readme/synth.metadata/synth.metadata.
    
    ```
    </details>
    
    Full log will be available here:
    https://source.cloud.google.com/results/invocations/44f2d200-ccfc-470d-8d23-b1d174cc7c25/targets
    
    - [ ] To automatically regenerate this PR, check this box.
    yoshi-automation authored Nov 18, 2020
    Configuration menu
    Copy the full SHA
    0f9b7bd View commit details
    Browse the repository at this point in the history

Commits on Nov 19, 2020

  1. test: fix flaky InlineBeginTransactionTest (#664)

    The query_ThenUpdate_ThenConsumeResultSet did not take into account that the session pool
    initialization will execute 4 BatchCreateSessions requests. These will normally be executed
    before the test transaction, but sometimes at least one of those requests might arrive after
    the transaction has started. That could cause the last 3 requests on the mock server to be
    different from what the test expected.
    olavloite authored Nov 19, 2020
    Configuration menu
    Copy the full SHA
    b791c86 View commit details
    Browse the repository at this point in the history

Commits on Nov 23, 2020

  1. chore: release 3.0.5 (#645)

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