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: 9da9fb0
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: 392ecf3
Choose a head ref
  • 5 commits
  • 33 files changed
  • 5 contributors

Commits on Apr 29, 2024

  1. docs: Allow 14 week backup retention for Firestore daily backups (#2031)

    - [ ] Regenerate this pull request now.
    
    PiperOrigin-RevId: 621269025
    
    Source-Link: https://togithub.com/googleapis/googleapis/commit/d0ed6724c4f2868bf4c6d8e0fe9223221f0f0e50
    
    Source-Link: https://togithub.com/googleapis/googleapis-gen/commit/73c87bc51e565666bf4e399b194b3d71e1340ee7
    Copy-Tag: eyJwIjoiLmdpdGh1Yi8uT3dsQm90LnlhbWwiLCJoIjoiNzNjODdiYzUxZTU2NTY2NmJmNGUzOTliMTk0YjNkNzFlMTM0MGVlNyJ9
    
    BEGIN_NESTED_COMMIT
    docs: correct BackupSchedule recurrence docs that mentioned specific time of day
    chore: fix typo in DeleteBackupScheduleRequest
    
    PiperOrigin-RevId: 619912852
    
    Source-Link: https://togithub.com/googleapis/googleapis/commit/8fe68cf33c51264152c321321ee78b8a3197f497
    
    Source-Link: https://togithub.com/googleapis/googleapis-gen/commit/1a8186f74665611f485811ac5ab643c9f05655c7
    Copy-Tag: eyJwIjoiLmdpdGh1Yi8uT3dsQm90LnlhbWwiLCJoIjoiMWE4MTg2Zjc0NjY1NjExZjQ4NTgxMWFjNWFiNjQzYzlmMDU2NTVjNyJ9
    END_NESTED_COMMIT
    BEGIN_NESTED_COMMIT
    feat: add several fields to manage state of database encryption update
    PiperOrigin-RevId: 619289281
    
    Source-Link: https://togithub.com/googleapis/googleapis/commit/3a7c33486ca758b180c6d11dd4705fa9a22e8576
    
    Source-Link: https://togithub.com/googleapis/googleapis-gen/commit/6a8c733062d833d11c5245eda50f5108e0e55324
    Copy-Tag: eyJwIjoiLmdpdGh1Yi8uT3dsQm90LnlhbWwiLCJoIjoiNmE4YzczMzA2MmQ4MzNkMTFjNTI0NWVkYTUwZjUxMDhlMGU1NTMyNCJ9
    END_NESTED_COMMIT
    gcf-owl-bot[bot] authored Apr 29, 2024
    Configuration menu
    Copy the full SHA
    5811492 View commit details
    Browse the repository at this point in the history

Commits on May 5, 2024

  1. feat: Lazy-started transactions (#2017)

    * Preliminary implementation of lazy transactions
    
    * Avoid creating new function contexts where possible
    
    * Fixes an update tests
    
    * Remove transaction options type from normal _get
    
    * Revert rollback optimisation
    
    * Do not start transaction when readTime specified
    
    * Completely revert conditional rollback
    
    * Rollback is completed asynchronously
    
    * Cleanup
    
    * Fixes
    
    Make resilient to wether transaction is included in same or different response
    Test transaction ID buffer length
    
    * Revert comment
    
    * Fix aggregate query stream
    
    Co-authored-by: Tom Andersen <[email protected]>
    
    * Apply suggestion for DocumentReader parameters
    
    * Fix conformance tests
    
    * Revert readTime null assertion behaviour
    
    * Fix query snapshot readTime logic
    
    * Update dev/src/reference.ts
    
    I am simply going to apply this change...
    
    * Remove un-needed null assertion
    
    Co-authored-by: Tom Andersen <[email protected]>
    
    * Apply suggested tweaks
    
    ---------
    
    Co-authored-by: Tom Andersen <[email protected]>
    brettwillis and tom-andersen authored May 5, 2024
    Configuration menu
    Copy the full SHA
    2c726a1 View commit details
    Browse the repository at this point in the history

Commits on May 6, 2024

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

Commits on May 7, 2024

  1. Configuration menu
    Copy the full SHA
    0b9efa6 View commit details
    Browse the repository at this point in the history
  2. chore(main): release 7.7.0 (#2038)

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