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-firestore
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v7.4.0
Choose a base ref
...
head repository: googleapis/nodejs-firestore
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v7.5.0
Choose a head ref
  • 3 commits
  • 22 files changed
  • 5 contributors

Commits on Mar 25, 2024

  1. feat: Protos and autogen client for vector (#2027)

    * feat: add VectorSearch API
    
    PiperOrigin-RevId: 617982192
    
    Source-Link: googleapis/googleapis@5e2ca44
    
    Source-Link: googleapis/googleapis-gen@37fe0b1
    Copy-Tag: eyJwIjoiLmdpdGh1Yi8uT3dsQm90LnlhbWwiLCJoIjoiMzdmZTBiMTU5Y2Y5NjExZWNiY2Q0ZjA4OTg1ZDVlMGI1NmJiMGE0YyJ9
    
    * 🦉 Updates from OwlBot post-processor
    
    See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md
    
    * feat: add Vector Index API
    
    PiperOrigin-RevId: 618867415
    
    Source-Link: googleapis/googleapis@277145d
    
    Source-Link: googleapis/googleapis-gen@adcd307
    Copy-Tag: eyJwIjoiLmdpdGh1Yi8uT3dsQm90LnlhbWwiLCJoIjoiYWRjZDMwNzY3ODRiNWFlNGU1M2E3YjliZTE1ZDc3MjBjMmMwN2RlNyJ9
    
    * 🦉 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] authored Mar 25, 2024
    Configuration menu
    Copy the full SHA
    c65cef0 View commit details
    Browse the repository at this point in the history
  2. feat: Query Profile (#2014)

    * Add QueryMode protos.
    
    * WIP: Query profiling APIs.
    
    * Use generic type.
    
    * WIP WIP.
    
    * WIP WIP WIP.
    
    * Update integration tests.
    
    * clean up.
    
    * lint.
    
    * Fix: Do not re-use _stream().
    
    * Address more feedback.
    
    * introduce QueryPlan class to make it possible to add node-level info in future.
    
    * fix lint errors.
    
    * Revert host setting.
    
    * undo manual proto updates.
    
    * Update the public APIs to v2.
    
    * Reuse existing _stream methods.
    
    * Introduce ExplainMetrics and PlanSummary.
    
    * Update tests.
    
    * Manually import query profile protos.
    
    * WIP: Update impl and tests with new protos.
    
    * WIP (2): Update impl and tests with new protos.
    
    * WIP (3): Update impl and tests with new protos.
    
    * WIP (4): Update impl and tests with new protos.
    
    * Add test for explainStream.
    
    * 🦉 Updates from OwlBot post-processor
    
    See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md
    
    * Remove bytesReturned from the API.
    
    * minor improvements.
    
    * minor improvements.
    
    * 🦉 Updates from OwlBot post-processor
    
    See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md
    
    * improve documentation.
    
    * Fix unit test failure.
    
    * minor improvements.
    
    * 🦉 Updates from OwlBot post-processor
    
    See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md
    
    * explain options should be optional.
    
    * 🦉 Updates from OwlBot post-processor
    
    See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md
    
    * Address feedback.
    
    * 🦉 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: Mark Duckworth <[email protected]>
    3 people authored Mar 25, 2024
    Configuration menu
    Copy the full SHA
    9a45ec8 View commit details
    Browse the repository at this point in the history
  3. chore(main): release 7.5.0 (#2030)

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