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: v5.2.1
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: v5.2.2
Choose a head ref
  • 3 commits
  • 18 files changed
  • 2 contributors

Commits on May 3, 2021

  1. chore(5.2.x): release 5.2.2-SNAPSHOT (#1133)

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

Commits on Sep 29, 2021

  1. fix(5.2.x): sessions were not always removed from checkedOutSessions (#…

    …1447)
    
    * fix: sessions were not always removed from checkedOutSessions
    
    Sessions were added to a set of checked out sessions when one was checked out from
    the session pool. When the session was released back to the pool, the session would
    normally be removed from the set of checked out sessions. The latter would not always
    happen if the application that checked out the session did not use the session for
    any reads or writes.
    
    chore: fix maven version to 3.8.1
    
    chore: fix maven version for windows
    
    * test: skip slow tests on stable branch
    olavloite authored Sep 29, 2021
    Configuration menu
    Copy the full SHA
    a434730 View commit details
    Browse the repository at this point in the history

Commits on Oct 20, 2021

  1. chore(5.2.x): release 5.2.2 (#1469)

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