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: 4776848
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: 1baa84d
Choose a head ref
  • 13 commits
  • 43 files changed
  • 10 contributors

Commits on Dec 8, 2023

  1. ci: Fix build issue b/315204283 (#1954)

    Fixes a type inference issue that appeared in the tests with a recent version of TypeScript.
    
    Fixes b/315204283 🦕
    MarkDuckworth authored Dec 8, 2023
    Configuration menu
    Copy the full SHA
    7e91656 View commit details
    Browse the repository at this point in the history

Commits on Dec 12, 2023

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

Commits on Dec 14, 2023

  1. test: Add test coverage for logical termination (#1743)

    * test: Add test coverage for logical termination
    
    * improve tests
    
    * remove .only
    
    * 🦉 Updates from OwlBot post-processor
    
    See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md
    
    * Address feedback
    
    * Address commends 2
    
    ---------
    
    Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
    cherylEnkidu and gcf-owl-bot[bot] authored Dec 14, 2023
    Configuration menu
    Copy the full SHA
    85f1008 View commit details
    Browse the repository at this point in the history

Commits on Dec 15, 2023

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

Commits on Dec 21, 2023

  1. feat: Expose databaseId and projectId getter on Firestore class (#1937)

    Thank you for opening a Pull Request! Before submitting your PR, there are a few things you can do to make sure it goes smoothly:
    - [x] Make sure to open an issue as a [bug/issue](https://togithub.com/googleapis/nodejs-firestore/issues/new/choose) before writing your code!  That way we can discuss the change, evaluate designs, and agree on the general idea
    - [ ] Ensure the tests and linter pass
    - [ ] Code coverage does not decrease (if any source code was changed)
    - [ ] Appropriate docs were updated (if necessary)
    
    Fixes #1936
    IchordeDionysos authored Dec 21, 2023
    Configuration menu
    Copy the full SHA
    d9c867f View commit details
    Browse the repository at this point in the history

Commits on Jan 5, 2024

  1. fix: Make transaction rollback best effort. (#1967)

    * Make rollback best effort.
    
    * Fix test
    tom-andersen authored Jan 5, 2024
    Configuration menu
    Copy the full SHA
    1d76546 View commit details
    Browse the repository at this point in the history

Commits on Jan 10, 2024

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

    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: 595771083
    
    Source-Link: googleapis/googleapis@2027807
    
    Source-Link: googleapis/googleapis-gen@5407e2b
    Copy-Tag: eyJwIjoiLmdpdGh1Yi8uT3dsQm90LnlhbWwiLCJoIjoiNTQwN2UyYjY4NjM5MjhjMjZmNTJkYjlmMzQ3YzZiNTU1NmU3MDJmMiJ9
    
    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
    
    feat: add DeleteDatabase API and delete protection
    docs: update Database API description
    
    PiperOrigin-RevId: 591922567
    
    Source-Link: googleapis/googleapis@204f2ae
    
    Source-Link: googleapis/googleapis-gen@bd98650
    Copy-Tag: eyJwIjoiLmdpdGh1Yi8uT3dsQm90LnlhbWwiLCJoIjoiYmQ5ODY1MDAwMzUwNDY1MjcxOTExZDk5Njg5Yjc1NjExNTg4NTVkNCJ9
    
    feat: expose Firestore PITR fields in Database to stable
    feat: expose Firestore snapshot_time field in export API to stable
    feat: expose Firestore namespace ID fields in import/export APIs to stable
    docs: assorted typo fixes and whitespace updates
    
    PiperOrigin-RevId: 587811576
    
    Source-Link: googleapis/googleapis@fbe1c8e
    
    Source-Link: googleapis/googleapis-gen@5fe704d
    Copy-Tag: eyJwIjoiLmdpdGh1Yi8uT3dsQm90LnlhbWwiLCJoIjoiNWZlNzA0ZDk0ZmEyZDlhMWRjZTc1Mjk0MmI3MzA4ODczMTI0YjdkZCJ9
    
    build: update Node.js generator to compile protos
    
    PiperOrigin-RevId: 582493526
    
    Source-Link: googleapis/googleapis@7c4e4b5
    
    Source-Link: googleapis/googleapis-gen@368cfb6
    Copy-Tag: eyJwIjoiLmdpdGh1Yi8uT3dsQm90LnlhbWwiLCJoIjoiMzY4Y2ZiNjUxMDE2ZDZhOTNjYTZlNDg4Y2JjMzRlMmQxZDlkMjEyYyJ9
    
    chore: expand Target.target_id docs
    chore: improve FieldReference.field_path docs
    chore: (preview only) expose Query Profile API
    
    PiperOrigin-RevId: 570489360
    
    Source-Link: googleapis/googleapis@5c5f6b7
    
    Source-Link: googleapis/googleapis-gen@cb29ed5
    Copy-Tag: eyJwIjoiLmdpdGh1Yi8uT3dsQm90LnlhbWwiLCJoIjoiY2IyOWVkNTZiNzM4YWIwNDM2MGQyZTFjYmYzYjFiYzg3ODVmOGNhMSJ9
    
    ---------
    
    Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
    Co-authored-by: sofisl <[email protected]>
    3 people authored Jan 10, 2024
    Configuration menu
    Copy the full SHA
    8f77b68 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a29d34a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    7578c69 View commit details
    Browse the repository at this point in the history

Commits on Jan 12, 2024

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

Commits on Jan 16, 2024

  1. docs: Fix formatting due to unclosed backtick (#1977)

    * docs: Fix formatting due to unclosed backtick
    
    PiperOrigin-RevId: 597942027
    
    Source-Link: googleapis/googleapis@6c31cc0
    
    Source-Link: googleapis/googleapis-gen@4a99b8d
    Copy-Tag: eyJwIjoiLmdpdGh1Yi8uT3dsQm90LnlhbWwiLCJoIjoiNGE5OWI4ZGM5MDEzNmQzZjI5Y2NmNDBmN2Q5ZGVhM2I2ZjI2ZGJiOCJ9
    
    * 🦉 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 Jan 16, 2024
    Configuration menu
    Copy the full SHA
    d142413 View commit details
    Browse the repository at this point in the history
  2. Revert "chore: remove compile protos from post processor" (#1951)

    Revert "chore: remove compile protos from post processor (#1899)"
    
    This reverts commit 73248044166b6ba2dd102862f8cd2c4829e868db.
    
    Source-Link: https://togithub.com/googleapis/synthtool/commit/2f0fea69b6ae56dba965ea8817750793862b3b2d
    Post-Processor: gcr.io/cloud-devrel-public-resources/owlbot-nodejs:latest@sha256:37f2f91dea317c75ebf4e19880aa8f10b2228b8d07859c0f384dbcf660735ba2
    gcf-owl-bot[bot] authored Jan 16, 2024
    Configuration menu
    Copy the full SHA
    283e9c4 View commit details
    Browse the repository at this point in the history
  3. chore(main): release 7.2.0 (#1963)

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