Skip to content

feat: add firestore v8 support#126

Merged
sohankshirsagar merged 2 commits into
mainfrom
sohan/add-firestore-v8-support
Mar 3, 2026
Merged

feat: add firestore v8 support#126
sohankshirsagar merged 2 commits into
mainfrom
sohan/add-firestore-v8-support

Conversation

@sohankshirsagar
Copy link
Copy Markdown
Contributor

@sohankshirsagar sohankshirsagar commented Mar 3, 2026

Summary

Extends Firestore instrumentation to support @google-cloud/firestore v8 in addition to the existing v7 support. Also adds trace/log volume mounts across all e2e docker-compose files for easier debugging.

Changes

  • Expand supportedVersions in FirestoreInstrumentation from ["7.*"] to ["7.*", "8.*"] across the module and all patched files (document-reference, collection-reference, query)
  • Update esm-firestore e2e test to pin @google-cloud/firestore@8.3.0 to validate v8 compatibility
  • Add .tusk/traces and .tusk/logs volume mounts to all e2e docker-compose.yml files (26 files) to persist traces and logs on the host for easier debugging

Note

Medium Risk
Expands runtime patching to a new major Firestore version, which could surface incompatibilities if v8 internals diverge from v7. The docker-compose volume mount changes are low risk but affect local/CI e2e execution environments.

Overview
Extends Firestore instrumentation compatibility to @google-cloud/firestore@8.x by widening supportedVersions from v7-only to 7.* and 8.* (including the patched document-reference, collection-reference, and query entrypoints).

Updates the Firestore ESM e2e test to run against @google-cloud/firestore@8.3.0, and modifies all library e2e docker-compose.yml files to mount .tusk/traces and .tusk/logs as host volumes for easier debugging. Also updates the README requirements list to reflect Firestore 7.x-8.x support.

Written by Cursor Bugbot for commit 9b5e52f. This will update automatically on new commits. Configure here.

@tusk-dev
Copy link
Copy Markdown
Contributor

tusk-dev Bot commented Mar 3, 2026

⏩ No tests generated (9b5e52f) View output ↗

Tip

New to Tusk? Learn more here.


View check history

Commit Status Output Created (UTC)
c460597 ⏩ No tests generated Output Mar 3, 2026 8:29PM
9b5e52f ⏩ No tests generated Output Mar 3, 2026 8:48PM

Copy link
Copy Markdown
Contributor

@cubic-dev-ai cubic-dev-ai Bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

No issues found across 26 files

Copy link
Copy Markdown
Contributor

@jy-tan jy-tan left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Remember to update version on README.md

@sohankshirsagar sohankshirsagar merged commit c8daa63 into main Mar 3, 2026
17 checks passed
@sohankshirsagar sohankshirsagar deleted the sohan/add-firestore-v8-support branch March 3, 2026 21:20
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants