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: v7.10.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.11.0
Choose a head ref
  • 12 commits
  • 54 files changed
  • 6 contributors

Commits on Sep 19, 2024

  1. build: fix path-to-regexp to older version due to node 14 requirement. (

    #2187)
    
    * build: fix path-to-regexp to older version due to node 14 requirement.
    
    * address feedback.
    ehsannas authored Sep 19, 2024
    Configuration menu
    Copy the full SHA
    7fe408e View commit details
    Browse the repository at this point in the history

Commits on Sep 23, 2024

  1. Configuration menu
    Copy the full SHA
    1775ce6 View commit details
    Browse the repository at this point in the history

Commits on Oct 2, 2024

  1. fix: Use correct limit when retrying a limit query stream with a curs…

    …or (#2203)
    
    * fix: Use correct limit when retrying a limit query stream with a cursor
    
    When a query is streamed and the stream fails after receiving part of the
    result set, the client retries the stream with a cursor. If the original
    query has a limit, the retry logic should use a modified limit for the
    remainder of the stream to ensure the final result contains the correct
    number of documents.
    
    * Update recursiveDelete test.
    
    * Add tests.
    
    * Address feedback.
    
    * Address feedback (2).
    ehsannas authored Oct 2, 2024
    Configuration menu
    Copy the full SHA
    ab94092 View commit details
    Browse the repository at this point in the history

Commits on Oct 3, 2024

  1. chore: update issue templates and codeowners (#2195)

    chore: update issue templates and codeowners
    
    Source-Link: https://togithub.com/googleapis/synthtool/commit/bf182cd41d9a7de56092cafcc7befe6b398332f6
    Post-Processor: gcr.io/cloud-devrel-public-resources/owlbot-nodejs:latest@sha256:a5af6af827a9fffba373151e1453b0498da288024cdd16477900dd42857a42e0
    gcf-owl-bot[bot] authored Oct 3, 2024
    Configuration menu
    Copy the full SHA
    07a8842 View commit details
    Browse the repository at this point in the history

Commits on Dec 2, 2024

  1. chore: fix npm for Node v18 samples tests (#2232)

    chore: fix `npm` for samples tests
    
    Source-Link: googleapis/synthtool@4d75242
    Post-Processor: gcr.io/cloud-devrel-public-resources/owlbot-nodejs:latest@sha256:0d39e59663287ae929c1d4ccf8ebf7cef9946826c9b86eda7e85d8d752dbb584
    
    Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
    gcf-owl-bot[bot] and gcf-owl-bot[bot] authored Dec 2, 2024
    Configuration menu
    Copy the full SHA
    ba8ce46 View commit details
    Browse the repository at this point in the history
  2. feat: Enable tracing via OpenTelemetry. (#2218)

    * feat: Enable tracing via OpenTelemetry.
    
    * Better comment for the tracerProvider setting.
    
    * Address feedback.
    
    * Add an event for logical termination and add events to tests.
    
    * Address API naming feedback.
    
    * Remove the trace event that's currently not in Firestore prod.
    ehsannas authored Dec 2, 2024
    Configuration menu
    Copy the full SHA
    1ddb62e View commit details
    Browse the repository at this point in the history

Commits on Dec 3, 2024

  1. test: fix flaky tracing test. (#2245)

    Fixes #2244.
    ehsannas authored Dec 3, 2024
    Configuration menu
    Copy the full SHA
    fda53d2 View commit details
    Browse the repository at this point in the history

Commits on Dec 4, 2024

  1. Configuration menu
    Copy the full SHA
    0791917 View commit details
    Browse the repository at this point in the history
  2. chore: deps update node 14 (#2247)

    * chore(deps): update dependency mkdirp to v3 (#2077)
    
    * chore(deps): update dependency sinon to v19 (#2186)
    
    * chore(deps): update dependency nise to v6.1.1 (#2193)
    MarkDuckworth authored Dec 4, 2024
    Configuration menu
    Copy the full SHA
    c498b3e View commit details
    Browse the repository at this point in the history

Commits on Dec 5, 2024

  1. Configuration menu
    Copy the full SHA
    1339dc2 View commit details
    Browse the repository at this point in the history
  2. feat: add Database.SourceInfo and Database.source_info (information a…

    …bout database provenance, specifically for restored databases) (#2176)
    
    - [ ] Regenerate this pull request now.
    
    feat: add Database.CmekConfig and Database.cmek_config (information about CMEK enablement)
    feat: allow specifying an encryption_config when restoring a database
    feat: add Database.delete_time (the time a database was deleted, if it ever was)
    feat: add Database.previous_id (if a database was deleted, what ID it was using beforehand)
    docs: fix assorted capitalization issues with the word "ID"
    docs: clarify restore details
    
    PiperOrigin-RevId: 671737474
    
    Source-Link: https://togithub.com/googleapis/googleapis/commit/070b0fd6acdfe19674f2d1e058659a30e5298988
    
    Source-Link: https://togithub.com/googleapis/googleapis-gen/commit/9921c6823793498b29e253f4ef41d12336125e54
    Copy-Tag: eyJwIjoiLmdpdGh1Yi8uT3dsQm90LnlhbWwiLCJoIjoiOTkyMWM2ODIzNzkzNDk4YjI5ZTI1M2Y0ZWY0MWQxMjMzNjEyNWU1NCJ9
    
    BEGIN_NESTED_COMMIT
    docs: Clarify maximum retention of backups (max 14 weeks)
    docs: Remove note about backups running at a specific time
    docs: Standardize on the capitalization of "ID"
    
    PiperOrigin-RevId: 668987834
    
    Source-Link: https://togithub.com/googleapis/googleapis/commit/296afd14291cc14dc4bc5408479ba62bf11ed7c0
    
    Source-Link: https://togithub.com/googleapis/googleapis-gen/commit/f4db04004c64d52f87a9926e70185957713e8b5b
    Copy-Tag: eyJwIjoiLmdpdGh1Yi8uT3dsQm90LnlhbWwiLCJoIjoiZjRkYjA0MDA0YzY0ZDUyZjg3YTk5MjZlNzAxODU5NTc3MTNlOGI1YiJ9
    END_NESTED_COMMIT
    gcf-owl-bot[bot] authored Dec 5, 2024
    Configuration menu
    Copy the full SHA
    2779896 View commit details
    Browse the repository at this point in the history
  3. chore(main): release 7.11.0 (#2206)

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