Skip to content
This repository was archived by the owner on Mar 4, 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-firestore
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: f73e28b
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: 8118d37
Choose a head ref
  • 5 commits
  • 49 files changed
  • 4 contributors

Commits on Jul 29, 2024

  1. refactor: tracing using OpenTelemetry. (#2085)

    * feat: tracing using OpenTelemetry.
    
    * Fix typos: traceProvider -> tracerProvider.
    
    * address feedback.
    
    * Address feedback.
    
    * Address feedback.
    
    * Add the missing caret (`^`) for new deps.
    ehsannas authored Jul 29, 2024
    Configuration menu
    Copy the full SHA
    e326e41 View commit details
    Browse the repository at this point in the history

Commits on Aug 12, 2024

  1. feat: Expose the FindNearest.distance_result_field parameter (#2067)

    - [ ] Regenerate this pull request now.
    
    feat: Expose the `FindNearest.distance_threshold` parameter
    
    PiperOrigin-RevId: 660557033
    
    Source-Link: https://togithub.com/googleapis/googleapis/commit/28685f723d37bea3115876d423e7dbf70819e3ed
    
    Source-Link: https://togithub.com/googleapis/googleapis-gen/commit/38f25b0bcf54613758ed55a6390bc84e40368dc2
    Copy-Tag: eyJwIjoiLmdpdGh1Yi8uT3dsQm90LnlhbWwiLCJoIjoiMzhmMjViMGJjZjU0NjEzNzU4ZWQ1NWE2MzkwYmM4NGU0MDM2OGRjMiJ9
    
    chore: expose new experimental FindNearest distance params to the preview branch
    docs: minor documentation clarifications on FindNearest DistanceMeasure options
    
    PiperOrigin-RevId: 655267922
    
    Source-Link: https://togithub.com/googleapis/googleapis/commit/7858db457900d9dd8924ce88ce1a7dd3c66cfbe6
    
    Source-Link: https://togithub.com/googleapis/googleapis-gen/commit/c0754282e8062565959b52391bb3addb870267b8
    Copy-Tag: eyJwIjoiLmdpdGh1Yi8uT3dsQm90LnlhbWwiLCJoIjoiYzA3NTQyODJlODA2MjU2NTk1OWI1MjM5MWJiM2FkZGI4NzAyNjdiOCJ9
    
    feat: add bulk delete api
    docs: update field api description
    
    PiperOrigin-RevId: 642337904
    
    Source-Link: https://togithub.com/googleapis/googleapis/commit/9aab32eafe489f073486839678b538f93ca0c0a7
    
    Source-Link: https://togithub.com/googleapis/googleapis-gen/commit/757cf9d8e2d139d7b2871ce013d5e2edc40176d3
    Copy-Tag: eyJwIjoiLmdpdGh1Yi8uT3dsQm90LnlhbWwiLCJoIjoiNzU3Y2Y5ZDhlMmQxMzlkN2IyODcxY2UwMTNkNWUyZWRjNDAxNzZkMyJ9
    
    BEGIN_COMMIT_OVERRIDE
    feat: Expose the proto changes to support FindNearest.distance_result_field parameter and the FindNearest.distance_threshold parameter
    feat: Expose proto changes for the bulk delete api
    END_COMMIT_OVERRIDE
    gcf-owl-bot[bot] authored Aug 12, 2024
    Configuration menu
    Copy the full SHA
    23ce891 View commit details
    Browse the repository at this point in the history

Commits on Aug 19, 2024

  1. refactor: e2e tests using cloud trace v1 api. (#2093)

    * refactor: e2e tests using cloud trace v1 api.
    
    * remove console.log.
    ehsannas authored Aug 19, 2024
    Configuration menu
    Copy the full SHA
    4fcefde View commit details
    Browse the repository at this point in the history

Commits on Sep 5, 2024

  1. feat: Return computed distance and set distance thresholds on VectorQ…

    …ueries (#2090)
    
    * Return computed distance and set distance thresholds on VectorQueries
    MarkDuckworth authored Sep 5, 2024
    Configuration menu
    Copy the full SHA
    b5ca84f View commit details
    Browse the repository at this point in the history
  2. chore(main): release 7.10.0 (#2168)

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