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 Loading
base: v6.65.0
Choose a base ref
...
head repository: googleapis/java-spanner Loading
compare: v6.65.1
Choose a head ref
  • 13 commits
  • 38 files changed
  • 10 contributors

Commits on Apr 20, 2024

  1. chore(main): release 6.65.1-SNAPSHOT (#3051)

    🤖 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] committed Apr 20, 2024
    Configuration menu
    Copy the full SHA
    c461db1 View commit details
    Browse the repository at this point in the history
  2. docs: add a sample for max commit delays (#2941)

    * Add sample and test.
    
    * format
    
    * format
    
    * 🦉 Updates from OwlBot post-processor
    
    See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md
    
    * Update samples/snippets/src/main/java/com/example/spanner/SetMaxCommitDelaySample.java
    
    * chore: removed unused import
    
    ---------
    
    Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
    Co-authored-by: Arpan Mishra <[email protected]>
    Co-authored-by: Knut Olav Løite <[email protected]>
    4 people committed Apr 20, 2024
    Configuration menu
    Copy the full SHA
    d3b5097 View commit details
    Browse the repository at this point in the history
  3. chore(deps): update dependency com.google.cloud:google-cloud-spanner …

    …to v6.65.0 (#3053)
    
    * chore(deps): update dependency com.google.cloud:google-cloud-spanner to v6.65.0
    
    * 🦉 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>
    renovate-bot and gcf-owl-bot[bot] committed Apr 20, 2024
    Configuration menu
    Copy the full SHA
    6f522dd View commit details
    Browse the repository at this point in the history

Commits on Apr 23, 2024

  1. chore(spanner): add multiplexed session flag in executor code (#3030)

    * chore(spanner): add multiplexed session flag for executor code
    
    * chore(spanner): clirr fix
    
    * chore(spanner): refactor doublt to boolean flag
    
    * chore(spanner): clirr fix
    
    * 🦉 Updates from OwlBot post-processor
    
    See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md
    
    * chore(spanner): code refactoring
    
    * chore(spanner): add validation for ratio flag
    
    * chore(spanner): add logs
    
    ---------
    
    Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
    harshachinta and gcf-owl-bot[bot] committed Apr 23, 2024
    Configuration menu
    Copy the full SHA
    1d91283 View commit details
    Browse the repository at this point in the history

Commits on Apr 24, 2024

  1. chore: remove additional lock in multiplexed session background maint… (

    #3060)
    
    We are not updating the value of multiplexed session within the background thread. So there is no need to hold a lock. Removing this lock can potentially improve performance.
    arpan14 committed Apr 24, 2024
    Configuration menu
    Copy the full SHA
    303cc15 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7a53b75 View commit details
    Browse the repository at this point in the history

Commits on Apr 25, 2024

  1. chore: mark multiplexed session unit test as required (#3061)

    * chore: mark multiplexed session unit test as required
    
    * mark java8 as required
    rahul2393 committed Apr 25, 2024
    Configuration menu
    Copy the full SHA
    ec9a2fd View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e444ffc View commit details
    Browse the repository at this point in the history

Commits on Apr 29, 2024

  1. chore: adding a benchmark utility in client. (#3068)

    * The existing setup using JMH produces flaky results at time due to thread safe scope variables and also it lacks the ability to pass different parameters from command-line.
    * This is a more light-weight setup which allows to pass params from command-line and keeps the setup much simpler.
    * This util also allows us to export metrics/traces directly to cloud monitoring so that its easy to visualize and compare stats.
    arpan14 committed Apr 29, 2024
    Configuration menu
    Copy the full SHA
    eb62572 View commit details
    Browse the repository at this point in the history
  2. chore: Support FLOAT32 in Cloud Client Executor (#3056)

    1. Add support for FLOAT32 in cloud client executor
    2. Also allow integration tests to run FLOAT32 type against prod
    arawind committed Apr 29, 2024
    Configuration menu
    Copy the full SHA
    252e0ff View commit details
    Browse the repository at this point in the history

Commits on Apr 30, 2024

  1. chore: add a random channel hint with single use transactions while u… (

    #3065)
    
    Without the hint, GAX would do a round-robin on channels. In theory, a random hint would give a better performance than round robin at a high QPS workload. Also YCSB benchmarks suggest having the hint is better for higher QPS.
    arpan14 committed Apr 30, 2024
    Configuration menu
    Copy the full SHA
    42650fa View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    97b0a93 View commit details
    Browse the repository at this point in the history
  3. chore(main): release 6.65.1 (#3052)

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