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: v6.70.0
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: v6.71.0
Choose a head ref
  • 6 commits
  • 48 files changed
  • 5 contributors

Commits on Jul 3, 2024

  1. feat: support multiplexed sessions for RO transactions (#3141)

    * feat(spanner): environment variable to enable multiplexed sessions
    
    * chore: lint fix
    
    * feat(spanner): add comment for gRPC-GCP
    
    * feat(spanner): make strict check in env variable
    
    * feat(spanner): add test
    
    * feat(spanner): add test
    
    * chore(spanner): lint
    
    * 🦉 Updates from OwlBot post-processor
    
    See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md
    
    ---------
    
    Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
    harshachinta and gcf-owl-bot[bot] authored Jul 3, 2024
    Configuration menu
    Copy the full SHA
    2b8e9ed View commit details
    Browse the repository at this point in the history
  2. chore(main): release 6.70.1-SNAPSHOT (#3187)

    🤖 I have created a release *beep* *boop*
    ---
    
    
    ### Updating meta-information for bleeding-edge SNAPSHOT release.
    
    ---
    This PR was generated with [Release Please](https://togithub.com/googleapis/release-please). See [documentation](https://togithub.com/googleapis/release-please#release-please).
    release-please[bot] authored Jul 3, 2024
    Configuration menu
    Copy the full SHA
    b8e9174 View commit details
    Browse the repository at this point in the history
  3. chore: add property for keep-transaction-alive (#3149)

    * chore: add property for keep-transaction-alive
    
    Adds a property to the Connection API for keeping read/write
    transactions alive. This can be used in CLI-like applications
    that might wait a longer period of time for user input. The
    property is disabled by default, as enabling it can cause
    read/write transactions to hold on to locks for a longer
    period of time than intended.
    
    Updates GoogleCloudPlatform/pgadapter#1826
    
    * 🦉 Updates from OwlBot post-processor
    
    See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md
    
    ---------
    
    Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
    olavloite and gcf-owl-bot[bot] authored Jul 3, 2024
    Configuration menu
    Copy the full SHA
    943d649 View commit details
    Browse the repository at this point in the history
  4. feat: include thread name in traces (#3173)

    Include the name of the tread that is executing a statement in the traces that are generated, so it is easier to debug concurrency issues. Sometimes, it is not clear whether a statement is being executed by a background worker thread or the main thread.
    olavloite authored Jul 3, 2024
    Configuration menu
    Copy the full SHA
    92b1e07 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    f394dde View commit details
    Browse the repository at this point in the history
  6. chore(main): release 6.71.0 (#3194)

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