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.51.0
Choose a base ref
...
head repository: googleapis/java-spanner Loading
compare: v6.52.0
Choose a head ref
  • 4 commits
  • 25 files changed
  • 4 contributors

Commits on Oct 14, 2023

  1. chore(main): release 6.51.1-SNAPSHOT (#2678)

    🤖 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 Oct 14, 2023
    Configuration menu
    Copy the full SHA
    9f1f047 View commit details
    Browse the repository at this point in the history

Commits on Oct 19, 2023

  1. chore: remove double client lib token header (#2681)

    * chore: remove double client lib token header
    
    Removes the double inclusion of the standard client lib token when no
    custom client lib token has been set. Also reuses more of the standard
    feature for setting the client lib token, instaed of appending the
    standard token at the moment that we are creating the gRPC stub. This
    should reduce the probability that anyone who might be using a custom
    header or custom client in some way will get it wrong.
    
    * 🦉 Updates from OwlBot post-processor
    
    See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md
    
    * test: modify expected outcome to match the new behavior
    
    ---------
    
    Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
    olavloite and gcf-owl-bot[bot] committed Oct 19, 2023
    Configuration menu
    Copy the full SHA
    712c65f View commit details
    Browse the repository at this point in the history
  2. feat: Add support for Managed Autoscaler (#2624)

    - Add the ability to create / update an instance with autoscaling config
      - Note that now user can only specify one of the node_count, processing_units or autoscaling_config as the compute capacity for an instance.
    - Add the ability to see autoscaling config with an instance
    claire921 committed Oct 19, 2023
    Configuration menu
    Copy the full SHA
    e5e6923 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    83cc016 View commit details
    Browse the repository at this point in the history
Loading