[go: up one dir, main page]

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
base: v7.3.0
Choose a base ref
...
head repository: googleapis/nodejs-spanner
compare: v7.4.0
Choose a head ref
  • 8 commits
  • 22 files changed
  • 9 contributors

Commits on Feb 13, 2024

  1. fix(deps): update dependency google-gax to v4.3.1 (#1995)

    [![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)
    
    This PR contains the following updates:
    
    | Package | Change | Age | Adoption | Passing | Confidence |
    |---|---|---|---|---|---|
    | [google-gax](https://togithub.com/googleapis/gax-nodejs) ([source](https://togithub.com/googleapis/gax-nodejs/tree/HEAD/gax)) | [`4.3.0` -> `4.3.1`](https://renovatebot.com/diffs/npm/google-gax/4.3.0/4.3.1) | [![age](https://developer.mend.io/api/mc/badges/age/npm/google-gax/4.3.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/google-gax/4.3.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/google-gax/4.3.0/4.3.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/google-gax/4.3.0/4.3.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) |
    
    ---
    
    ### Release Notes
    
    <details>
    <summary>googleapis/gax-nodejs (google-gax)</summary>
    
    ### [`v4.3.1`](https://togithub.com/googleapis/gax-nodejs/blob/HEAD/gax/CHANGELOG.md#431-2024-02-08)
    
    [Compare Source](https://togithub.com/googleapis/gax-nodejs/compare/v4.3.0...google-gax-v4.3.1)
    
    ##### Bug Fixes
    
    -   **deps:** update dependency [@&#8203;grpc/grpc-js](https://togithub.com/grpc/grpc-js) to ~1.10.0 ([#&#8203;1558](https://togithub.com/googleapis/gax-nodejs/issues/1558)) ([ea84b7b](https://togithub.com/googleapis/gax-nodejs/commit/ea84b7bc723fbc333b809cc4fb0a0615774738ea))
    -   **deps:** update google-auth-library to 9.3.0 ([#&#8203;1559](https://togithub.com/googleapis/gax-nodejs/issues/1559)) ([81978ac](https://togithub.com/googleapis/gax-nodejs/commit/81978ac52d40559258281a3a9d98508401a1822c))
    
    </details>
    
    ---
    
    ### 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**: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.
    
    🔕 **Ignore**: Close this PR and you won't be reminded about this update again.
    
    ---
    
     - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box
    
    ---
    
    This PR has been generated by [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View repository job log [here](https://developer.mend.io/github/googleapis/nodejs-spanner).
    <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4xNzMuMCIsInVwZGF0ZWRJblZlciI6IjM3LjE3My4wIiwidGFyZ2V0QnJhbmNoIjoibWFpbiJ9-->
    renovate-bot committed Feb 13, 2024
    Copy the full SHA
    bed4832 View commit details
    Browse the repository at this point in the history
  2. feat: untyped param types (#1869)

    This features allows customers to not pass paramType in parametrised queries. It gives backend to flexibly match the type. Example: Previously is timestamp was passed as string, it would be passed to backend with string type code and hence an error would be thrown. Now it is passed without any type code and hence backend handles checking its time and the code succeeds.
    asthamohta committed Feb 13, 2024
    Copy the full SHA
    6ef44c3 View commit details
    Browse the repository at this point in the history

Commits on Feb 14, 2024

  1. feat(spanner): add PG.OID support (#1948)

    * feat: add PG.OID type cod annotation
    
    PiperOrigin-RevId: 577053414
    
    Source-Link: googleapis/googleapis@727c286
    
    Source-Link: googleapis/googleapis-gen@2015275
    Copy-Tag: eyJwIjoiLmdpdGh1Yi8uT3dsQm90LnlhbWwiLCJoIjoiMjAxNTI3NWE3ZGRhMmFkM2QxNjA5ZjA2YzQyMDgxMjVjN2RlOGE5ZCJ9
    
    * 🦉 Updates from OwlBot post-processor
    
    See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md
    
    * feat(spanner): add PG.OID support
    
    * Adding system tests for PG.OID
    
    * lint fixes
    
    * fixes to address review feedback
    
    ---------
    
    Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
    skuruppu and gcf-owl-bot[bot] committed Feb 14, 2024
    Copy the full SHA
    cf9df7a View commit details
    Browse the repository at this point in the history
  2. chore: add a new directory for archived samples of admin APIs (#1997)

    This is a pre-cursor step as the directory hyperlink is needed to form other documentation (release notes).
    
    - All archived samples will be moved to the directory `samples/archived/`
    - Added a dummy empty file. This file will be removed when other files are moved under the directory
    alkatrivedi committed Feb 14, 2024
    Copy the full SHA
    426d417 View commit details
    Browse the repository at this point in the history

Commits on Feb 22, 2024

  1. Copy the full SHA
    ee88d04 View commit details
    Browse the repository at this point in the history
  2. feat: Update TransactionOptions to include new option exclude_txn_fro…

    …m_change_streams (#1998)
    
    * feat(spanner): add field for multiplexed session in spanner.proto
    docs: update comments
    
    PiperOrigin-RevId: 607015598
    
    Source-Link: googleapis/googleapis@8e8a37d
    
    Source-Link: googleapis/googleapis-gen@0b51730
    Copy-Tag: eyJwIjoiLmdpdGh1Yi8uT3dsQm90LnlhbWwiLCJoIjoiMGI1MTczMDhkY2MzOTBkMGI4MjFmOGE1ZDk4MmNiY2E5ZTU2NDAxMCJ9
    
    * 🦉 Updates from OwlBot post-processor
    
    See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md
    
    * feat: Update TransactionOptions to include new option exclude_txn_from_change_streams
    
    PiperOrigin-RevId: 607807587
    
    Source-Link: googleapis/googleapis@d8af2d6
    
    Source-Link: googleapis/googleapis-gen@601de71
    Copy-Tag: eyJwIjoiLmdpdGh1Yi8uT3dsQm90LnlhbWwiLCJoIjoiNjAxZGU3MTdmMWUzNDJmZWFkYTdlMDFmNWRhNTI1NDY1YTU4OTBkOSJ9
    
    * 🦉 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: Sri Harsha CH <57220027+harshachinta@users.noreply.github.com>
    3 people committed Feb 22, 2024
    Copy the full SHA
    937a7a1 View commit details
    Browse the repository at this point in the history

Commits on Feb 23, 2024

  1. Copy the full SHA
    f337089 View commit details
    Browse the repository at this point in the history
  2. chore(main): release 7.4.0 (#1996)

    🤖 I have created a release *beep* *boop*
    ---
    
    
    ## [7.4.0](https://togithub.com/googleapis/nodejs-spanner/compare/v7.3.0...v7.4.0) (2024-02-23)
    
    
    ### Features
    
    * **spanner:** Add PG.OID support ([#1948](https://togithub.com/googleapis/nodejs-spanner/issues/1948)) ([cf9df7a](https://togithub.com/googleapis/nodejs-spanner/commit/cf9df7a54c21ac995bbea9ad82c3544e4aff41b6))
    * Untyped param types ([#1869](https://togithub.com/googleapis/nodejs-spanner/issues/1869)) ([6ef44c3](https://togithub.com/googleapis/nodejs-spanner/commit/6ef44c383a90bf6ae95de531c83e21d2d58da159))
    * Update TransactionOptions to include new option exclude_txn_from_change_streams ([#1998](https://togithub.com/googleapis/nodejs-spanner/issues/1998)) ([937a7a1](https://togithub.com/googleapis/nodejs-spanner/commit/937a7a13f8c7660e21d34ebbaecad426b2bacd99))
    
    
    ### Bug Fixes
    
    * **deps:** Update dependency google-gax to v4.3.1 ([#1995](https://togithub.com/googleapis/nodejs-spanner/issues/1995)) ([bed4832](https://togithub.com/googleapis/nodejs-spanner/commit/bed4832445e72c7116fe5495c79d989664220b38))
    * Only reset pending value with resume token ([#2000](https://togithub.com/googleapis/nodejs-spanner/issues/2000)) ([f337089](https://togithub.com/googleapis/nodejs-spanner/commit/f337089567d7d92c9467e311be7d72b0a7dc8047)), closes [#1959](https://togithub.com/googleapis/nodejs-spanner/issues/1959)
    
    ---
    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 Feb 23, 2024
    Copy the full SHA
    53e529f View commit details
    Browse the repository at this point in the history