Skip to content
This repository was archived by the owner on Feb 20, 2026. It is now read-only.
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-datastore
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v8.4.0
Choose a base ref
...
head repository: googleapis/nodejs-datastore
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v8.5.0
Choose a head ref
  • 8 commits
  • 22 files changed
  • 6 contributors

Commits on Jan 18, 2024

  1. chore(deps): update dependency gapic-tools to ^0.3.0 (#1222)

    * chore(deps): update dependency gapic-tools to ^0.3.0
    
    * 🦉 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>
    renovate-bot and gcf-owl-bot[bot] authored Jan 18, 2024
    Configuration menu
    Copy the full SHA
    6c93f2a View commit details
    Browse the repository at this point in the history
  2. chore(deps): update actions/setup-node action to v4 (#1220)

    * chore(deps): update actions/setup-node action to v4
    
    * 🦉 Updates from OwlBot post-processor
    
    See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md
    
    * 🦉 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]>
    3 people authored Jan 18, 2024
    Configuration menu
    Copy the full SHA
    fa6deab View commit details
    Browse the repository at this point in the history

Commits on Jan 19, 2024

  1. chore(deps): update actions/setup-node action to v4 (#1224)

    * chore(deps): update actions/setup-node action to v4
    
    * 🦉 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>
    renovate-bot and gcf-owl-bot[bot] authored Jan 19, 2024
    Configuration menu
    Copy the full SHA
    72e7d6c View commit details
    Browse the repository at this point in the history

Commits on Jan 24, 2024

  1. chore(datastore): Add partner team to datastore (#1226)

    * Add partner team to datastore
    
    The partner team should be able to review code as well.
    
    * chore(datastore):Add partner team to datastore
    
    * Update .github/CODEOWNERS
    
    Co-authored-by: Baha Aiman <[email protected]>
    
    * 🦉 Updates from OwlBot post-processor
    
    See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md
    
    * Revert "🦉 Updates from OwlBot post-processor"
    
    This reverts commit 8cb7617.
    
    * 🦉 Updates from OwlBot post-processor
    
    See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md
    
    ---------
    
    Co-authored-by: Baha Aiman <[email protected]>
    Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
    3 people authored Jan 24, 2024
    Configuration menu
    Copy the full SHA
    5633d38 View commit details
    Browse the repository at this point in the history

Commits on Jan 25, 2024

  1. chore(deps): update actions/setup-node action to v4 (#1225)

    * chore(deps): update actions/setup-node action to v4
    
    * 🦉 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]>
    3 people authored Jan 25, 2024
    Configuration menu
    Copy the full SHA
    4e2cd7e View commit details
    Browse the repository at this point in the history

Commits on Jan 29, 2024

  1. test: remove await from code samples (#1229)

    * Remove await
    
    Remove await from the sample. It is preventing the sample from working.
    
    * Remove await from samples
    
    await causes the code sample not to work so needs to be removed
    
    * Restructure the OR query code sample
    
    The OR query code sample should be run in a similar way to the other code samples.
    
    * Cleanup and change assert
    
    There is no guarantee that the integration test database will have no Buy Milk or Feed cats data in the database to begin with so we will have to make sure to remove all such data so that the test starts with no such data in datastore. This is a requirement for the console output to be correct.
    
    Also, since we now use execSync, the standard output cannot be found in console.log.firstCall.args[0] so we have to get it from stdout just like in the other tests.
    
    * inline the test variable
    
    Inline simple local variables as suggested in PR feedback.
    danieljbruce authored Jan 29, 2024
    Configuration menu
    Copy the full SHA
    76a5a52 View commit details
    Browse the repository at this point in the history

Commits on Feb 6, 2024

  1. feat: Trusted Private Cloud support, use the universeDomain parameter (

    …#1227)
    
    * fix!: remove types QueryMode, QueryPlan, ResultSetStats
    fix!: remove QueryMode field from RunQueryRequest
    fix!: remove ResultSetStats field from RunQueryResponse
    fix!: remove QueryMode field from RunAggregationQueryRequest
    fix!: remove ResultSetStats field from RunAggregationQueryResponse
    
    PiperOrigin-RevId: 601486345
    
    Source-Link: googleapis/googleapis@4a6230d
    
    Source-Link: googleapis/googleapis-gen@db652ee
    Copy-Tag: eyJwIjoiLmdpdGh1Yi8uT3dsQm90LnlhbWwiLCJoIjoiZGI2NTJlZTgzZWQ2NTgxNmVjNmQ5MTBkOTY1NDU4ZDY4NGEzMWM3MyJ9
    
    * 🦉 Updates from OwlBot post-processor
    
    See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md
    
    * feat: Trusted Private Cloud support, use the universeDomain parameter
    feat: auto populate UUID fields where needed
    fix: revert changes to streaming retries
    
    Use gapic-generator-typescript v4.4.0.
    
    PiperOrigin-RevId: 603757799
    
    Source-Link: googleapis/googleapis@1a45bf7
    
    Source-Link: googleapis/googleapis-gen@19ca4b4
    Copy-Tag: eyJwIjoiLmdpdGh1Yi8uT3dsQm90LnlhbWwiLCJoIjoiMTljYTRiNDVhNTNkMDBjYjdiZGQ5NGI0NDJiNjBiZDIzN2RmZTEyMyJ9
    
    * 🦉 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]>
    3 people authored Feb 6, 2024
    Configuration menu
    Copy the full SHA
    10480ed View commit details
    Browse the repository at this point in the history

Commits on Feb 8, 2024

  1. chore(main): release 8.5.0 (#1231)

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