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/nodejs-spanner
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v7.17.1
Choose a base ref
...
head repository: googleapis/nodejs-spanner
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v7.18.0
Choose a head ref
  • 8 commits
  • 27 files changed
  • 7 contributors

Commits on Jan 10, 2025

  1. Configuration menu
    Copy the full SHA
    d2ff046 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3c853e1 View commit details
    Browse the repository at this point in the history

Commits on Jan 16, 2025

  1. test: fix flake system tests (#2217)

    * chore: flaky test cases
    
    * moved instance config inside instanconfig describe block
    surbhigarg92 authored Jan 16, 2025
    Configuration menu
    Copy the full SHA
    a333f53 View commit details
    Browse the repository at this point in the history

Commits on Jan 24, 2025

  1. Configuration menu
    Copy the full SHA
    e243302 View commit details
    Browse the repository at this point in the history

Commits on Jan 27, 2025

  1. docs: fix typo timzeone -> timezone (#2203)

    * feat: add UUID in Spanner TypeCode enum
    
    PiperOrigin-RevId: 704948401
    
    Source-Link: googleapis/googleapis@d46c6c9
    
    Source-Link: googleapis/googleapis-gen@0057c0d
    Copy-Tag: eyJwIjoiLmdpdGh1Yi8uT3dsQm90LnlhbWwiLCJoIjoiMDA1N2MwZDRjYzc4Yzg2OGFkOGRlMjNhM2ZlYjUyYjM1Mzc0ZDcwNSJ9
    
    * 🦉 Updates from OwlBot post-processor
    
    See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md
    
    * feat: Exposing InstanceType in Instance configuration (to define PROVISIONED or FREE spanner instance)
    feat: Exposing FreeInstanceMetadata in Instance configuration (to define the metadata related to FREE instance type)
    feat: Exposing storage_limit_per_processing_unit in InstanceConfig
    feat: Exposing QuorumType in InstanceConfig
    feat: Exposing FreeInstanceAvailability in InstanceConfig
    docs: A comment for method `ListInstanceConfigs` in service `InstanceAdmin` is changed
    docs: A comment for method `CreateInstanceConfig` in service `InstanceAdmin` is changed
    docs: A comment for method `UpdateInstanceConfig` in service `InstanceAdmin` is changed
    docs: A comment for method `ListInstanceConfigOperations` in service `InstanceAdmin` is changed
    docs: A comment for method `CreateInstance` in service `InstanceAdmin` is changed
    docs: A comment for method `UpdateInstance` in service `InstanceAdmin` is changed
    docs: A comment for method `CreateInstancePartition` in service `InstanceAdmin` is changed
    docs: A comment for method `UpdateInstancePartition` in service `InstanceAdmin` is changed
    docs: A comment for method `ListInstancePartitionOperations` in service `InstanceAdmin` is changed
    docs: A comment for method `MoveInstance` in service `InstanceAdmin` is changed
    docs: A comment for field `location` in message `.google.spanner.admin.instance.v1.ReplicaInfo` is changed
    docs: A comment for enum value `GOOGLE_MANAGED` in enum `Type` is changed
    docs: A comment for enum value `USER_MANAGED` in enum `Type` is changed
    docs: A comment for field `replicas` in message `.google.spanner.admin.instance.v1.InstanceConfig` is changed
    docs: A comment for field `optional_replicas` in message `.google.spanner.admin.instance.v1.InstanceConfig` is changed
    docs: A comment for field `base_config` in message `.google.spanner.admin.instance.v1.InstanceConfig` is changed
    docs: A comment for field `storage_utilization_percent` in message `.google.spanner.admin.instance.v1.AutoscalingConfig` is changed
    docs: A comment for enum `DefaultBackupScheduleType` is changed
    docs: A comment for enum value `NONE` in enum `DefaultBackupScheduleType` is changed
    docs: A comment for enum value `AUTOMATIC` in enum `DefaultBackupScheduleType` is changed
    docs: A comment for field `node_count` in message `.google.spanner.admin.instance.v1.Instance` is changed
    docs: A comment for field `processing_units` in message `.google.spanner.admin.instance.v1.Instance` is changed
    docs: A comment for field `default_backup_schedule_type` in message `.google.spanner.admin.instance.v1.Instance` is changed
    docs: A comment for message `CreateInstanceConfigRequest` is changed
    docs: A comment for field `instance_config` in message `.google.spanner.admin.instance.v1.CreateInstanceConfigRequest` is changed
    docs: A comment for message `UpdateInstanceConfigRequest` is changed
    docs: A comment for message `DeleteInstanceConfigRequest` is changed
    docs: A comment for field `filter` in message `.google.spanner.admin.instance.v1.ListInstanceConfigOperationsRequest` is changed
    docs: A comment for field `operations` in message `.google.spanner.admin.instance.v1.ListInstanceConfigOperationsResponse` is changed
    docs: A comment for field `node_count` in message `.google.spanner.admin.instance.v1.InstancePartition` is changed
    docs: A comment for field `processing_units` in message `.google.spanner.admin.instance.v1.InstancePartition` is changed
    docs: A comment for field `referencing_backups` in message `.google.spanner.admin.instance.v1.InstancePartition` is changed
    docs: A comment for field `parent` in message `.google.spanner.admin.instance.v1.ListInstancePartitionsRequest` is changed
    docs: A comment for field `unreachable` in message `.google.spanner.admin.instance.v1.ListInstancePartitionsResponse` is changed
    docs: A comment for field `filter` in message `.google.spanner.admin.instance.v1.ListInstancePartitionOperationsRequest` is changed
    docs: A comment for field `instance_partition_deadline` in message `.google.spanner.admin.instance.v1.ListInstancePartitionOperationsRequest` is changed
    docs: A comment for field `operations` in message `.google.spanner.admin.instance.v1.ListInstancePartitionOperationsResponse` is changed
    
    PiperOrigin-RevId: 706945550
    
    Source-Link: googleapis/googleapis@3db0452
    
    Source-Link: googleapis/googleapis-gen@6c42be3
    Copy-Tag: eyJwIjoiLmdpdGh1Yi8uT3dsQm90LnlhbWwiLCJoIjoiNmM0MmJlM2JmNTQ2ZjEwZjA5Y2FkOThiM2Y1NmY3N2MyNzFmYzhlMiJ9
    
    * 🦉 Updates from OwlBot post-processor
    
    See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md
    
    * chore: remove redundant gRPC service config file
    feat: specify retry configuration
    
    PiperOrigin-RevId: 712493958
    
    Source-Link: googleapis/googleapis@29aea41
    
    Source-Link: googleapis/googleapis-gen@04bcbab
    Copy-Tag: eyJwIjoiLmdpdGh1Yi8uT3dsQm90LnlhbWwiLCJoIjoiMDRiY2JhYjQ1MDU5ODllOTg0YjE0MDNkNDM4ZmZmYzAzMTIxNDRhZiJ9
    
    * 🦉 Updates from OwlBot post-processor
    
    See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md
    
    * feat: Add UNKNOWN to TPU node state, This state will be used to prevent a node from being marked as READY during diagnose after it has failed repair
    
    PiperOrigin-RevId: 714068635
    
    Source-Link: googleapis/googleapis@c3556b4
    
    Source-Link: googleapis/googleapis-gen@651e1ce
    Copy-Tag: eyJwIjoiLmdpdGh1Yi8uT3dsQm90LnlhbWwiLCJoIjoiNjUxZTFjZTRjMmI3MGNiMTQ1MDQ4ZTFmM2RlMmZiOGVlMTgwMDYwMSJ9
    
    * 🦉 Updates from OwlBot post-processor
    
    See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md
    
    * docs: mark Places API client libraries as BETA
    
    PiperOrigin-RevId: 716290485
    
    Source-Link: googleapis/googleapis@3808680
    
    Source-Link: googleapis/googleapis-gen@bb5e4fc
    Copy-Tag: eyJwIjoiLmdpdGh1Yi8uT3dsQm90LnlhbWwiLCJoIjoiYmI1ZTRmYzNlMmIxN2I4NjZhNzJjYTg2M2I5OGM5ZjIxMGJhMGZjOCJ9
    
    * 🦉 Updates from OwlBot post-processor
    
    See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md
    
    * docs: fix typo timzeone -> timezone
    
    PiperOrigin-RevId: 717555125
    
    Source-Link: googleapis/googleapis@318818b
    
    Source-Link: googleapis/googleapis-gen@bee9a65
    Copy-Tag: eyJwIjoiLmdpdGh1Yi8uT3dsQm90LnlhbWwiLCJoIjoiYmVlOWE2NThmYzIyOGRjZDg4ZThhOTJiODBlZmM0Y2NjMjc0ZmU1NSJ9
    
    * 🦉 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>
    Co-authored-by: danieljbruce <[email protected]>
    Co-authored-by: surbhigarg92 <[email protected]>
    4 people authored Jan 27, 2025
    Configuration menu
    Copy the full SHA
    a4edd24 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8d36ab9 View commit details
    Browse the repository at this point in the history

Commits on Jan 29, 2025

  1. chore(spanner): Update CODEOWNERS to use TeamSync Managed Team (#2222)

    * chore(spanner): Update CODEOWNERS to use TeamSync Managed Team
    
    * 🦉 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>
    sakthivelmanii and gcf-owl-bot[bot] authored Jan 29, 2025
    Configuration menu
    Copy the full SHA
    6e56f2a View commit details
    Browse the repository at this point in the history

Commits on Jan 31, 2025

  1. chore(main): release 7.18.0 (#2216)

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