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 Loading
base: v6.2.0
Choose a base ref
...
head repository: googleapis/nodejs-spanner Loading
compare: v6.3.0
Choose a head ref
  • 7 commits
  • 21 files changed
  • 9 contributors

Commits on Sep 21, 2022

  1. test: use fully qualified request type name in tests (#1716)

    - [ ] Regenerate this pull request now.
    
    PiperOrigin-RevId: 475685359
    
    Source-Link: googleapis/googleapis@7a12973
    
    Source-Link: googleapis/googleapis-gen@370c729
    Copy-Tag: eyJwIjoiLmdpdGh1Yi8uT3dsQm90LnlhbWwiLCJoIjoiMzcwYzcyOWUyYmEwNjJhMTY3NDQ5YzI3ODgyYmE1ZjM3OWM1YzM0ZCJ9
    gcf-owl-bot[bot] committed Sep 21, 2022
    Configuration menu
    Copy the full SHA
    a60395a View commit details
    Browse the repository at this point in the history

Commits on Sep 29, 2022

  1. fix(deps): update dependency @google-cloud/precise-date to v3 (#1676)

    Co-authored-by: Astha Mohta <[email protected]>
    Co-authored-by: sofisl <[email protected]>
    Co-authored-by: surbhigarg92 <[email protected]>
    4 people committed Sep 29, 2022
    Configuration menu
    Copy the full SHA
    3f20ec4 View commit details
    Browse the repository at this point in the history
  2. chore(deps): update dependency linkinator to v4 (#1675)

    [![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)
    
    This PR contains the following updates:
    
    | Package | Change | Age | Adoption | Passing | Confidence |
    |---|---|---|---|---|---|
    | [linkinator](https://togithub.com/JustinBeckwith/linkinator) | [`^2.0.0` -> `^4.0.0`](https://renovatebot.com/diffs/npm/linkinator/2.16.2/4.0.3) | [![age](https://badges.renovateapi.com/packages/npm/linkinator/4.0.3/age-slim)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://badges.renovateapi.com/packages/npm/linkinator/4.0.3/adoption-slim)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://badges.renovateapi.com/packages/npm/linkinator/4.0.3/compatibility-slim/2.16.2)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://badges.renovateapi.com/packages/npm/linkinator/4.0.3/confidence-slim/2.16.2)](https://docs.renovatebot.com/merge-confidence/) |
    
    ---
    
    ### Configuration
    
    📅 **Schedule**: Branch creation - "after 9am and before 3pm" (UTC), Automerge - At any time (no schedule defined).
    
    🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied.
    
    ♻ **Rebasing**: Renovate will not automatically rebase this PR, because other commits have been found.
    
    🔕 **Ignore**: Close this PR and you won't be reminded about this update again.
    
    ---
    
     - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, click this checkbox. ⚠ **Warning**: custom changes will be lost.
    
    ---
    
    This PR has been generated by [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View repository job log [here](https://app.renovatebot.com/dashboard#github/googleapis/nodejs-spanner).
    <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzMi4xOTMuMSIsInVwZGF0ZWRJblZlciI6IjMyLjE5My4xIn0=-->
    renovate-bot committed Sep 29, 2022
    Configuration menu
    Copy the full SHA
    7556662 View commit details
    Browse the repository at this point in the history
  3. fix: do not import the whole google-gax from proto JS (#1553) (#1700)

    fix: use google-gax v3.3.0
    Source-Link: googleapis/synthtool@c73d112
    Post-Processor: gcr.io/cloud-devrel-public-resources/owlbot-nodejs:latest@sha256:b15a6f06cc06dcffa11e1bebdf1a74b6775a134aac24a0f86f51ddf728eb373e
    gcf-owl-bot[bot] committed Sep 29, 2022
    Configuration menu
    Copy the full SHA
    f9c2640 View commit details
    Browse the repository at this point in the history
  4. feat: support customer managed instance configurations (#1611)

    * feat: support customer managed instance configurations
    
    * feat: add optional variables to requests
    
    * feat: add support for listInstanceConfigOperations,
    
    * docs: add api documentation
    
    * docs: edit api doc.
    
    * feat: change variable name.
    
    * feat: fix typo in error.
    
    * test: add cmmr phase 2 unit tests for index.ts
    
    * Update src/index.ts
    
    Co-authored-by: Knut Olav Løite <[email protected]>
    
    * Update src/index.ts
    
    Co-authored-by: Knut Olav Løite <[email protected]>
    
    * Update src/instance-config.ts
    
    Co-authored-by: Knut Olav Løite <[email protected]>
    
    * Update src/instance-config.ts
    
    Co-authored-by: Knut Olav Løite <[email protected]>
    
    * Update src/index.ts
    
    Co-authored-by: Knut Olav Løite <[email protected]>
    
    * feat: incorporate review comments and doc
    
    * test: add unit tests and system tests.
    
    -   unit tests for instance-config.ts
    -   system tests for CMMR Phase 2
    
    * test: add list instanceconfig operations integration test
    
    * feat: set default value for gaxOpts
    
    * feat: add some more methods for getInstanceConfigOperations
    
    * test: system tests for cmmr phase 2
    
    * feat: incorporate review comments.
    
    * Update test/instance-config.ts
    
    Co-authored-by: Knut Olav Løite <[email protected]>
    
    * fix: fix property does not exist errors
    
    * fix: err object type
    
    * fix: headers
    
    * fix: lint
    
    * fix: lint
    
    * fix: lint
    
    * fix: replace === by == for null/undefined handling
    
    * fix: linting
    
    * feat: change base instance config
    
    * fix: docs
    
    * Revert "fix: docs"
    
    This reverts commit ee87511.
    
    * fix: docs
    
    * fix: system test
    
    * fix: system test
    
    * fix: system test
    
    * fix: corrected filter
    
    * 🦉 Updates from OwlBot post-processor
    
    See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md
    
    Co-authored-by: Knut Olav Løite <[email protected]>
    Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
    3 people committed Sep 29, 2022
    Configuration menu
    Copy the full SHA
    bbe8f69 View commit details
    Browse the repository at this point in the history

Commits on Oct 3, 2022

  1. samples: add support for CMMR Phase 2 (#1718)

    * feat: support customer managed instance configurations
    
    Co-authored-by: Knut Olav Løite <[email protected]>
    Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
    3 people committed Oct 3, 2022
    Configuration menu
    Copy the full SHA
    bf16afd View commit details
    Browse the repository at this point in the history

Commits on Oct 17, 2022

  1. chore(main): release 6.3.0 (#1719)

    release-please[bot] committed Oct 17, 2022
    Configuration menu
    Copy the full SHA
    ee12356 View commit details
    Browse the repository at this point in the history
Loading