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-datastore Loading
base: v8.3.0
Choose a base ref
...
head repository: googleapis/nodejs-datastore Loading
compare: v8.4.0
Choose a head ref
  • 6 commits
  • 33 files changed
  • 5 contributors

Commits on Jan 5, 2024

  1. feat: add new types QueryMode, QueryPlan, ResultSetStats (#1216)

    * fix: correct long audio synthesis HTTP binding
    docs: Deprecate the custom voice usage field
    
    PiperOrigin-RevId: 595119987
    
    Source-Link: googleapis/googleapis@c22f408
    
    Source-Link: googleapis/googleapis-gen@4e9ca63
    Copy-Tag: eyJwIjoiLmdpdGh1Yi8uT3dsQm90LnlhbWwiLCJoIjoiNGU5Y2E2M2QyY2M3OTMzZWI3YzM4M2NlOGI3OTRmY2UxNTJlYTJmYyJ9
    
    * 🦉 Updates from OwlBot post-processor
    
    See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md
    
    * feat: add new types QueryMode, QueryPlan, ResultSetStats
    feat: add QueryMode field to RunQueryRequest
    feat: add ResultSetStats field to RunQueryResponse
    feat: add QueryMode field to RunAggregationQueryRequest
    feat: add ResultSetStats field to RunAggregationQueryResponse
    
    PiperOrigin-RevId: 595774772
    
    Source-Link: googleapis/googleapis@03e7ed4
    
    Source-Link: googleapis/googleapis-gen@dc63e0d
    Copy-Tag: eyJwIjoiLmdpdGh1Yi8uT3dsQm90LnlhbWwiLCJoIjoiZGM2M2UwZGVhODQyM2MyMzBkNWZiMDkzN2FjYjNjOTg3MTljOTM5NSJ9
    
    * 🦉 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>
    gcf-owl-bot[bot] and gcf-owl-bot[bot] committed Jan 5, 2024
    Configuration menu
    Copy the full SHA
    49c1462 View commit details
    Browse the repository at this point in the history
  2. chore(deps): update dependency c8 to v9 (#1217)

    * chore(deps): update dependency c8 to v9
    
    * 🦉 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 committed Jan 5, 2024
    Configuration menu
    Copy the full SHA
    996bb19 View commit details
    Browse the repository at this point in the history

Commits on Jan 8, 2024

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

    * 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 committed Jan 8, 2024
    Configuration menu
    Copy the full SHA
    e946af5 View commit details
    Browse the repository at this point in the history

Commits on Jan 9, 2024

  1. test: Fix logger for export import test (#1144)

    * A bunch of console logs
    
    Console logs should report how far the program made it.
    
    * Changes to track the current retry properly
    
    The current test fails silently on test.currentRetry(). What we should do instead is store the current attempt on the mocha test.
    
    * Introduce a setup for delay function and test flow
    
    The setup for delay function creates a setup for the mocha test to use the delay function. A test is added to make sure that the delay function works properly.
    
    * Remove unnecessary logging from tests
    
    Some logging is in place that does not need to be there which was useful when debugging the problem. This logging should be removed and the only function should be removed.
    
    * Remove console logs that occur in import/export
    
    The console logs from the import/export test should be removed so that the test doesn’t emit any logs as before.
    
    * Remove a before import log
    
    Remove a log that was leftover from doing testing
    
    * For console.info the input type is string
    
    any should not be used if we can avoid it. string type needs to be used for the argument of the function.
    
    * PR fix - remove unnecessary console log
    
    console log does not need to be assigned twice in a row. This is a typo from what was there before.
    
    * Remove only
    
    only should not be used in the system tests
    
    * Correct the race condition in the test
    
    This test shouldn’t be flakey. It should always pass. We want to correct the race condition in this test.
    
    * Always reset info log count to 0
    
    Reset the log count to account for parameterized tests so that the log count is always set to 0 when it starts a new set of tests.
    
    * Change assertion check to reflect new expectation
    
    Now that the less than or equal to sign has been introduced, the assertion check must be modified accordingly to account for the actual number of times the test runs.
    
    * Use local variable instead of test context variabl
    
    The shared context variable on mocha tests is being shared between tests and causing unexpected results. We should use a local variable instead as it seems to work the same way, but is much simpler to understand.
    
    * linting fix
    
    * 🦉 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>
    danieljbruce and gcf-owl-bot[bot] committed Jan 9, 2024
    Configuration menu
    Copy the full SHA
    6ce47e5 View commit details
    Browse the repository at this point in the history
  2. chore(deps): update actions/setup-node action to v4 (#1219)

    * 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 committed Jan 9, 2024
    Configuration menu
    Copy the full SHA
    3426bfc View commit details
    Browse the repository at this point in the history

Commits on Jan 10, 2024

  1. chore(main): release 8.4.0 (#1218)

    Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
    Co-authored-by: danieljbruce <[email protected]>
    release-please[bot] and danieljbruce committed Jan 10, 2024
    Configuration menu
    Copy the full SHA
    9f0d83c View commit details
    Browse the repository at this point in the history
Loading