Comparing v6.51.0...v6.52.0 · googleapis/java-spanner (original) (raw)
Commits on Oct 19, 2023
- 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>
Configuration menu
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
Configuration menu
Browse the repository at this point in the history